How use trainNetwork function for feedforward custom net ?
显示 更早的评论
Hi all,
I need to train feedforward neural network with RMSProp or Adam optimization algorithm. I have the custom configuration of number of hidden layers and neurons. How can I do it using matlab ? I founded two different functions for training: 'train' and 'trainNetwork'. The first function is used for feedforward network, but hasn't RMSProp or Adam optimizers. The second function - has needed optimizers, but as I understood work only with CCN, and you can't configure custom feedforward NN.
Please correct me if I'm wrong or suggest any solutions.
Best Regards, Artyom
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!