in a Neural Network, how the network object can be used to calculate the network response to any input?

in a Neural Network, how the network object can be used to calculate the network response to any input? How can I get the values of that response?

 채택된 답변

output = net(input).
%output = sim(net,input) is now obsolete

추가 답변 (0개)

카테고리

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

질문:

2013년 11월 17일

답변:

2013년 11월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by