Errors using functions like initp
3 次查看(过去 30 天)
显示 更早的评论
Just downloaded some neural nets example files. I get errors like "initp" function not found etc. Is that supposed to be a part of neural net tool box or not? I do have neural net tool box installed. Thanks for any help.
3 个评论
Geoff Hayes
2018-7-6
You may want to contact the author to find out more information for initp. It looks like it was built against R2009a which may (or may not) have had the initp function as part of this older ANN toolbox.
回答(1 个)
Joshua Ogbebor
2021-2-21
Matlab has integrated the NN toolbox into the deep learning toolbox. Many of the functions are no longer the same. initp was to initialize the perceptron. In the Deep Learning toolbox, you would have to create a network : net = perceptron; and then initialize it using the init command, and an intialization function, 'rands' for example.
In a nut shell, Matlab NN toolbox is changed
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!