A dataset object that used for ANN model training.
hiddenSize
An integer vector for indicates the network size of the hidden layers in the ANN network.
learnRate
-
momentum
-
weight0
weight method for initialize the ANN network model.
active
-
normalMethod
-
learnRateDecay
-
truncate
-
selectiveMode
-
maxIterations
[as integer]
minErr
[as double]
parallel
[as boolean]
outputSnapshot
this parameter will config the output object type. this function is returns the raw ANN model
by default, and you can change the output type to file model by set this parameter value to
TRUE.
attribute
run training for a single output or all of the result output.
Details
Authors
MLkit
Value
this function returns data object of type ANNTrainer.