How use trainNetwork function for feedforward custom net ?
Show older comments
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
Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!