- save(File) - Method in class com.kylecorry.lann.NeuralNetwork
-
Saves the neural network to a file (CSV).
- save(String) - Method in class com.kylecorry.lann.NeuralNetwork
-
Saves the neural network to a file (CSV).
- set(int, int, double) - Method in class com.kylecorry.matrix.Matrix
-
Set a value in the matrix.
- setFitness(NeuralNetwork, double) - Method in class com.kylecorry.lann.GeneticTrainingAlgorithm
-
Set the fitness of a neural network.
- setRegularization(double) - Method in class com.kylecorry.lann.NeuralNetwork.Builder
-
- setValues(double[][]) - Method in class com.kylecorry.matrix.Matrix
-
Set the values of the matrix.
- setWeights(int, Matrix) - Method in class com.kylecorry.lann.NeuralNetwork
-
Set the weight matrix of a layer of the neural network.
- Sigmoid - Class in com.kylecorry.lann.activation
-
- Sigmoid() - Constructor for class com.kylecorry.lann.activation.Sigmoid
-
- size() - Method in class com.kylecorry.lann.NeuralNetwork
-
Get the size of the neural network.
- Softmax - Class in com.kylecorry.lann.activation
-
- Softmax() - Constructor for class com.kylecorry.lann.activation.Softmax
-
- Softplus - Class in com.kylecorry.lann.activation
-
- Softplus() - Constructor for class com.kylecorry.lann.activation.Softplus
-
- squaredError(Matrix, Matrix) - Method in class com.kylecorry.lann.NeuralNetwork
-
Calculate the squared error of the neural network.
- subtract(Matrix) - Method in class com.kylecorry.matrix.Matrix
-
Subtract two matrices.
- subtract(double) - Method in class com.kylecorry.matrix.Matrix
-
Subtract a value from every item in the matrix.
- sum() - Method in class com.kylecorry.matrix.Matrix
-
Get the sum of all of the elements of the matrix.