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 .

 채택된 답변

Greg Heath
Greg Heath 2015년 12월 30일

0 개 추천

No. Either the current syntax
y = net(x);
or the obsolete syntax
y = sim(net,x);
See the documentation
help fitnet
doc fitnet

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 12월 29일

답변:

2015년 12월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by