after modeling ANN, how to use the model

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 Commento

what i want to know is how to run the prediction model after finishing modeling.

Accedi per commentare.

Risposte (1)

Varun Sai Alaparthi
Varun Sai Alaparthi il 23 Nov 2022
Modificato: Varun Sai Alaparthi il 23 Nov 2022
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.

Categorie

Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange

Prodotti

Release

R2022a

Tag

Richiesto:

il 17 Nov 2022

Commentato:

il 30 Nov 2022

Community Treasure Hunt

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

Start Hunting!

Translated by