MATLAB File Help: cv.ANN_MLP/train Index
cv.ANN_MLP/train

Trains/updates the MLP

status = model.train(samples, responses)
status = model.train(csvFilename, [])
[...] = model.train(..., 'OptionName', optionValue, ...)

Input

Output

Options

Options for Data (first variant with samples and reponses)

Options for Data (second variant for loading CSV file)

This method applies the specified training algorithm to computing/adjusting the network weights.

The RPROP training algorithm is parallelized with the TBB library.

If you are using the default 'Sigmoid' activation function then the output should be in the range [-1,1], instead of [0,1], for optimal results.

See also
Method Details
Access public
Sealed false
Static false