networking - How to simulate neural network by changing different parameters after training in MATLAB? -


i have trained neural network particular time series in matlab. after have saved network. if want simulate network using different parameters changing number of neurons,number of hidden layer, transfer functions, learning ratio,momentum coefficient, can without again training network? if not criteria select best parameter neural network? how should configure neural network in matlab these?

no because save whole model file, including weights + activation function , whole structure (layers). can train few networks, , save file if want check in future on real data (validation data) networks better.

check ;) http://people.cs.umass.edu/~btaylor/publications/psi000008.pdf


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -