Default parameters for net.trainParam and net.trainFcn - Neural Network Toolbox
Mostrar comentarios más antiguos
I do not have access to the Matlab Neural Network toolbox at this time. What are the default parameters of net.trainParam and net.trainFcn if you create a network by the newff.m function, say, net = newff(feature_vector, output_vector, num_hidden_nodes), and if you train the output network with the train.m function, i.e. [net, tr, Y, E, Pf, Af] = train(net, feature_vector, output_vector)?
Respuesta aceptada
Más respuestas (1)
guirat nedjma
el 31 de Mzo. de 2017
Editada: guirat nedjma
el 31 de Mzo. de 2017
0 votos
changement de la valeur de net.trainParam.lr sur trainrp ne fait rien changer dans mes resultat
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!