Why any parameter is not used in the line below?
1 回表示 (過去 30 日間)
古いコメントを表示
I've read through the internet and have found that sse has 4 parameters. They are: net,t,y,ew. But why any parameter isn't use in the line below?
net.trainParam.perf = 'sse';
Please help me.
0 件のコメント
採用された回答
Jan
2013 年 7 月 1 日
Because in this line, only the string 'sse' is assigned to the field 'perf'.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!