Borrar filtros
Borrar filtros

after modeling ANN, how to use the model

1 visualización (últimos 30 días)
인국 강
인국 강 el 17 de Nov. de 2022
Comentada: 인국 강 el 30 de Nov. de 2022
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 comentario
인국 강
인국 강 el 17 de Nov. de 2022
what i want to know is how to run the prediction model after finishing modeling.

Iniciar sesión para comentar.

Respuestas (1)

Varun Sai Alaparthi
Varun Sai Alaparthi el 23 de Nov. de 2022
Editada: Varun Sai Alaparthi el 23 de Nov. de 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.

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by