Default parameters for net.trainParam and net.trainFcn - Neural Network Toolbox
이전 댓글 표시
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)?
채택된 답변
추가 답변 (1개)
guirat nedjma
2017년 3월 31일
편집: guirat nedjma
2017년 3월 31일
0 개 추천
changement de la valeur de net.trainParam.lr sur trainrp ne fait rien changer dans mes resultat
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!