Uses of Class
org.ojalgo.ann.NetworkTrainer
Packages that use NetworkTrainer
-
Uses of NetworkTrainer in org.ojalgo.ann
Methods in org.ojalgo.ann that return NetworkTrainerModifier and TypeMethodDescriptionNetworkTrainer.activator
(int layer, ArtificialNeuralNetwork.Activator activator) Deprecated.NetworkTrainer.activators
(ArtificialNeuralNetwork.Activator activator) Deprecated.UseNetworkBuilder
andNetworkBuilder.layer(int, Activator)
instead.NetworkTrainer.activators
(ArtificialNeuralNetwork.Activator... activators) Deprecated.UseNetworkBuilder
andNetworkBuilder.layer(int, Activator)
instead.NetworkTrainer.bias
(int layer, int output, double bias) static NetworkTrainer
ArtificialNeuralNetwork.builder
(int numberOfInputNodes, int... nodesPerCalculationLayer) Deprecated.UseArtificialNeuralNetwork.builder(int)
insteadstatic NetworkTrainer
ArtificialNeuralNetwork.builder
(PhysicalStore.Factory<Double, ?> factory, int numberOfInputNodes, int... nodesPerCalculationLayer) Deprecated.NetworkTrainer.dropouts()
NetworkTrainer.error
(ArtificialNeuralNetwork.Error error) NetworkTrainer.lasso
(double factor) L1 lasso regularisationArtificialNeuralNetwork.newTrainer()
With batch size 1ArtificialNeuralNetwork.newTrainer
(int batchSize) Only 1 trainer at the time.NetworkTrainer.rate
(double rate) NetworkTrainer.ridge
(double factor) L2 ridge regularisationNetworkTrainer.weight
(int layer, int input, int output, double weight)
NetworkBuilder
andNetworkBuilder.layer(int, Activator)
instead.