Package | Description |
---|---|
com.kylecorry.lann | |
com.kylecorry.lann.activation |
Modifier and Type | Method and Description |
---|---|
NeuralNetwork.Builder |
NeuralNetwork.Builder.addLayer(int input,
int output,
Activation function)
Adds a layer to the neural network.
|
Modifier and Type | Class and Description |
---|---|
class |
Binary |
class |
LeakyReLU |
class |
Linear |
class |
ReLU |
class |
Sigmoid |
class |
Softmax |
class |
Softplus |
class |
Tanh |