after modeling ANN, how to use the model

1 次查看(过去 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.

类别

Help CenterFile Exchange 中查找有关 Sequence 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