What is best BP training function to train data with following input in MLP?

1 visualizzazione (ultimi 30 giorni)
I have a lorenz time series data with 3*19999 input and same size of target data. I have to train this network with MLP by using delta learning rules with Back propagation. The hidden layer will use sigmoid activation function and linear function for output layer.
I want to know that which training function should I use for the network training.

Risposta accettata

Greg Heath
Greg Heath il 7 Apr 2014
Defaults are
trainlm for regression
trainscg for classification and unit column vector targets
trainrp for huge datasets

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by