what does it mean number of layers on nntool?

8 Ansichten (letzte 30 Tage)
murat tuna
murat tuna am 23 Mär. 2019
Beantwortet: Jayanti am 9 Jul. 2025
Can we create more than 1 hidden layer with nntool?

Antworten (1)

Jayanti
Jayanti am 9 Jul. 2025
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:

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by