
Is it possible to directly extract formula/function from ANN toolbox (nntool)
조회 수: 2 (최근 30일)
이전 댓글 표시
I have modelled an ANN using 7 inputs and 2 outputs. Network type used is feed forward backdrop, TRAINLM as a training function, MSE as a performance function, transigmoid as transfer function. Is it possible to extract the function/formula after modelling in ANN toolbox in matlab R2020B?
댓글 수: 0
답변 (1개)
Anshika Chaurasia
2021년 2월 11일
Hi Sharailin,
After modeling the ANN in the toolbox and training it, you will get following panel:

Click on MATLAB Function button that will generate a script containing functions used in ANN.
You can refer to following documentation for more information on Neural Network fitting app:
Hope it helps!
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!