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.TrainerNeuralNetwork.Trainer. setLearningRate(double eta)Sets the learning rate.NeuralNetwork.TrainerNeuralNetwork.Trainer. setMomentum(double alpha)Sets the momentum factor.NeuralNetwork.TrainerNeuralNetwork.Trainer. setNumEpochs(int epochs)Sets the number of epochs of stochastic learning.NeuralNetwork.TrainerNeuralNetwork.Trainer. setWeightDecay(double lambda)Sets the weight decay factor.
-