Clear Filters
Clear Filters

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 view (last 30 days)
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

Accepted Answer

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

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!