Info

この質問は閉じられています。 編集または回答するには再度開いてください。

council about neural network

1 回表示 (過去 30 日間)
Giuseppe Antonacci
Giuseppe Antonacci 2019 年 2 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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.

回答 (1 件)

Akash Menon
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.

Community Treasure Hunt

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

Start Hunting!

Translated by