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

Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!