what does it mean number of layers on nntool?
조회 수: 8 (최근 30일)
이전 댓글 표시
Can we create more than 1 hidden layer with nntool?
댓글 수: 0
답변 (1개)
Jayanti
2025년 7월 9일
Hi Murat,
From MATLAB R2022a "nntool" has been removed. Instead "nnstart" provides graphical interfaces that allow you to design and deploy fitting, pattern recognition, clustering, and time-series neural networks.
But as per MATLAB R2025a, I cannot find any direct way to create more than 1 hidden layer. But you can create a custom neural network using "network", it creates custom shallow neural network.
For more details refer to the below dcoumentation link:
댓글 수: 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!