How to change learning rate and momentum rate values in GUI application to train ANN

1 view (last 30 days)
I am trying to train a artificial neural network using graphical user inter face. While using "traingda" and "traingdm" built in training functions I have to control the learning rate and momentum rate.

Answers (1)

Greg Heath
Greg Heath on 7 Nov 2016
Use the default values and worry about
1. Number of hidden nodes
2. Initial random weights
For examples search in both NEWSGROUP ad ANSWERS using
greg rng Hmin:dH:max Ntrials
Hope this helps.
Thank you for formally accepting my answer
Greg

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!