training.ANN {machineLearning} | R Documentation |
training.ANN(trainSet,
hiddenSize = [100,30],
learnRate = 0.1,
momentum = 0.9,
weight0 = "random",
active = MLkit.activation,
normalMethod = RelativeScaler,
learnRateDecay = 1E-10,
truncate = -1,
softmax = TRUE,
selectiveMode = FALSE,
dropout = 0,
maxIterations = 10000,
minErr = 0.01,
parallel = TRUE,
outputSnapshot = FALSE,
attribute = -1);