JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
L
M
N
O
P
R
S
T
A
activate(double)
- Method in class com.kylecorry.lann.activation.
Activation
The activation function.
activate(double)
- Method in class com.kylecorry.lann.activation.
Binary
activate(double)
- Method in class com.kylecorry.lann.activation.
LeakyReLU
activate(double)
- Method in class com.kylecorry.lann.activation.
Linear
activate(double)
- Method in class com.kylecorry.lann.activation.
ReLU
activate(double)
- Method in class com.kylecorry.lann.activation.
Sigmoid
activate(double)
- Method in class com.kylecorry.lann.activation.
Softmax
activate(double)
- Method in class com.kylecorry.lann.activation.
Softplus
activate(double)
- Method in class com.kylecorry.lann.activation.
Tanh
Activation
- Class in
com.kylecorry.lann.activation
Activation()
- Constructor for class com.kylecorry.lann.activation.
Activation
add(Matrix)
- Method in class com.kylecorry.matrix.
Matrix
Add two matrices together.
add(double)
- Method in class com.kylecorry.matrix.
Matrix
Add a value to every item in the matrix.
addLayer(int, int, Activation)
- Method in class com.kylecorry.lann.
NeuralNetwork.Builder
Adds a layer to the neural network.
argMax(Matrix)
- Static method in class com.kylecorry.lann.
NeuralNetwork
Get the position of the most probable in an output array.
A
B
C
D
E
F
G
L
M
N
O
P
R
S
T
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes