フィルターのクリア

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 回表示 (過去 30 日間)
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

採用された回答

Greg Heath
Greg Heath 2017 年 8 月 24 日
Already answered.
See my answer to your later post.
Greg
  1 件のコメント
Hafeez
Hafeez 2017 年 8 月 24 日
Thanks Greg.This question was posted because i was unable to see my later question.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by