| MATLAB File Help: cv.ANN_MLP/setTrainMethod | Index |
Sets training method and common parameters
model.setTrainMethod(method)
model.setTrainMethod(method, 'OptionName', optionValue, ...)
RpropDW0 property for 'RProp' and sets
BackpropWeightScale property for 'Backprop'. default 0RpropDWMin property for 'RProp' and sets
BackpropMomentumScale property for 'Backprop'. default 0[101]:
Martin Riedmiller and Heinrich Braun. "A direct adaptive method for faster backpropagation learning: The rprop algorithm". In Neural Networks, 1993., IEEE International Conference on, pages 586-591. IEEE, 1993.
| Access | public |
| Sealed | false |
| Static | false |