Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
council about neural network
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi guys,
i have two vector in input and one vector like output. i used nftool, i trained the net and after i have saved. Do you know the solution or other toolbook more performing?
-Do you know the solution to plot the results of the net quickly?
thanks.
댓글 수: 0
답변 (1개)
Akash Menon
2019년 3월 5일
You could use
gensim(net)
to create a neural network block on simulink and have a 'Signal from workspace' block to create the input signals & see the output on a scope. But make sure to have it as a closed loop model for multi-step prediction. If you're only interested in the single step then change the output response from t+1 to t.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!