I need help with a neural network toolbox.
조회 수: 5 (최근 30일)
이전 댓글 표시
Dear colleagues.
I'm currently working on creating an ANN function for my optimization problem.
But I cannot remember a command to open a toolbox for creating/training neural network with multiple hidden layers.
I know it looked similary to nntools, but it were able to modify, train and test already created networks.
Its training procedure utilized nntraintool function and it also had functionality to generate trained ANN as a function/code m file.
Does anybody know what the command is?
댓글 수: 0
채택된 답변
Ameer Hamza
2020년 10월 7일
편집: Ameer Hamza
2020년 10월 7일
If you are doing regression:
nftool
If classification:
nprtool
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
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!