Filter löschen
Filter löschen

the mse command works fine when i use it after training. but when i load the network in a new file.the mse command gives error. kindly tell how can i find the mse for the new_input. after the network is being trained and saved.

1 Ansicht (letzte 30 Tage)
if true
[net,tr]=train(net_a,input,target);
output=sim(net,input)
MeansqEr= mse(net,target,output)
save net
load net
outp=sim(net,new_input)
end

Akzeptierte Antwort

Greg Heath
Greg Heath am 24 Aug. 2017
Already answered.
See my answer to your later post.
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by