Effacer les filtres
Effacer les filtres

How plotfit in neural network works?

1 vue (au cours des 30 derniers jours)
Rita
Rita le 1 Avr 2016
When I run this
figure, plotfit(net,inputs,targets)
I get these errors
Error in mapminmax>apply (line 275)
y = (x - xmin(:,copyQ)) .* gain(:,copyQ) + settings.ymin;
Error in nnproc.pre_inputs (line 15)
xi = pfcns(k).apply(xi,pfcns(k).settings);
Error in nnsim.y (line 29)
Pc = nnproc.pre_inputs(fcns,Xc);
Error in plotfit>update_plot (line 384)
y = nnsim.y(net,x);
Error in plotfit (line 109)
plotData = update_plot(param,fig,plotData,update_args{:});
Thanks!

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by