필터 지우기
필터 지우기

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.

카테고리

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