浅いニューラルネットワークfitnet関数について
이전 댓글 표시
しかし、結果としてはあまり好ましいように思えないものが得られました.
その原因についてお教えいただけますでしょうか.
また、その他にもおすすめの深層学習についてもございましたらお教えくださいませ.
>> net = fitnet(10,'trainbr');
net = train(net,x,t);
y = net(x);
perf = perform(net,y,t)
perf =
NaN

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!