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

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!