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!