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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -