フィルターのクリア

after modeling ANN, how to use the model

1 回表示 (過去 30 日間)
인국 강
인국 강 2022 年 11 月 17 日
コメント済み: 인국 강 2022 年 11 月 30 日
i finished the modeling for ANN with script(not the app). so i want to put inputs and see the results. how can i use this ann model?
what fuction should i use??
thank you in advance
  1 件のコメント
인국 강
인국 강 2022 年 11 月 17 日
what i want to know is how to run the prediction model after finishing modeling.

サインインしてコメントする。

回答 (1 件)

Varun Sai Alaparthi
Varun Sai Alaparthi 2022 年 11 月 23 日
編集済み: Varun Sai Alaparthi 2022 年 11 月 23 日
Hello 인국 ,
Once you have your trained net ‘net’ you can directly pass input to the net as shown in the code below
Y = net(x);
Where Y is the prediction or output from the net.
I hope this information helps and please reach out for any further issues.
  1 件のコメント
인국 강
인국 강 2022 年 11 月 30 日
thank you so much

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by