After training Neural Networks What next??
1 回表示 (過去 30 日間)
古いコメントを表示
Hello..
My Question is: After training Neural Networks, Can I use the function sim like example: Y = sim(net) for the NN starts to work ??
Thanks .
0 件のコメント
採用された回答
Greg Heath
2015 年 12 月 30 日
No. Either the current syntax
y = net(x);
or the obsolete syntax
y = sim(net,x);
See the documentation
help fitnet
doc fitnet
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!