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

3 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Greg Heath
Greg Heath el 7 de Abr. de 2014
Defaults are
trainlm for regression
trainscg for classification and unit column vector targets
trainrp for huge datasets

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by