Uses of Class
smile.regression.NeuralNetwork.Trainer
-
Packages that use NeuralNetwork.Trainer Package Description smile.regression -
-
Uses of NeuralNetwork.Trainer in smile.regression
Methods in smile.regression that return NeuralNetwork.Trainer Modifier and Type Method Description NeuralNetwork.Trainer
NeuralNetwork.Trainer. setLearningRate(double eta)
Sets the learning rate.NeuralNetwork.Trainer
NeuralNetwork.Trainer. setMomentum(double alpha)
Sets the momentum factor.NeuralNetwork.Trainer
NeuralNetwork.Trainer. setNumEpochs(int epochs)
Sets the number of epochs of stochastic learning.NeuralNetwork.Trainer
NeuralNetwork.Trainer. setWeightDecay(double lambda)
Sets the weight decay factor.
-