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.UseNetworkBuilderandNetworkBuilder.layer(int, Activator)instead.NetworkTrainer.activators(ArtificialNeuralNetwork.Activator... activators) Deprecated.UseNetworkBuilderandNetworkBuilder.layer(int, Activator)instead.NetworkTrainer.bias(int layer, int output, double bias) static NetworkTrainerArtificialNeuralNetwork.builder(int numberOfInputNodes, int... nodesPerCalculationLayer) Deprecated.UseArtificialNeuralNetwork.builder(int)insteadstatic NetworkTrainerArtificialNeuralNetwork.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)
NetworkBuilderandNetworkBuilder.layer(int, Activator)instead.