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!