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

Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!