Index
All Classes|All Packages|Constant Field Values
N
- name - Variable in class com.jml.optimizers.Optimizer
- NAME - Variable in class com.jml.neural_network.activations.Linear
- NAME - Static variable in class com.jml.neural_network.activations.Relu
- NAME - Variable in class com.jml.neural_network.activations.Sigmoid
- NAME - Variable in class com.jml.neural_network.activations.Softmax
- NAME - Static variable in class com.jml.neural_network.activations.Tanh
- NEURAL_NETWORK - Enum constant in enum class com.jml.core.ModelTypes
- NeuralNetwork - Class in com.jml.neural_network
-
A class that supports the creation and training of neural networks.
- NeuralNetwork() - Constructor for class com.jml.neural_network.NeuralNetwork
-
Constructs a neural network with default hyper-parameters.
- NeuralNetwork(double, int) - Constructor for class com.jml.neural_network.NeuralNetwork
-
Constructs a neural network with the specified hyper-parameters.
- NeuralNetwork(double, int, int) - Constructor for class com.jml.neural_network.NeuralNetwork
-
Constructs a neural network with the specified hyper-parameters.
- NeuralNetwork(double, int, int, double) - Constructor for class com.jml.neural_network.NeuralNetwork
-
Constructs a neural network with the specified hyper-parameters.
- NeuralNetwork(Optimizer, int) - Constructor for class com.jml.neural_network.NeuralNetwork
-
Creates a neural network with the specified hyper-parameters and optimizer.
- NeuralNetwork(Optimizer, int, int) - Constructor for class com.jml.neural_network.NeuralNetwork
-
Creates a neural network with the specified hyper-parameters and optimizer.
- NeuralNetwork(Optimizer, int, int, double) - Constructor for class com.jml.neural_network.NeuralNetwork
-
Creates a neural network with the specified hyper-parameters and optimizer.
- Normalize - Class in com.jml.preprocessing
-
Contains methods for normalizing data.
All Classes|All Packages|Constant Field Values