Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Simulation in Matlab NN toolbox_detailed codes
조회 수: 1 (최근 30일)
이전 댓글 표시
In matlab NN toolbox one simple code A = sim(net, newinputs); [% A = desired output from new input data]can perform the simulation results but it doesnt show the network performance (MSE) and respective errors. How to perform this? CODES please
view(net); code shows us the network topology but it doesnt show the details of the topology/architecture. How to view that? CODES please
And also why it is not possible to save the plots of the training and why it doesnot show the simulation plots? I had to save the plots by using snipping tools from windows and saved in png format.
Can anyone have any suggestion regarding these problems?
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!