| Interface | Description |
|---|---|
| ActivationFunction |
The activation function in hidden layers.
|
| Class | Description |
|---|---|
| HiddenLayer |
A hidden layer in the neural network.
|
| HiddenLayerBuilder |
The builder of hidden layers.
|
| Layer |
A layer in the neural network.
|
| LayerBuilder |
The builder of layers.
|
| MultilayerPerceptron |
Fully connected multilayer perceptron neural network.
|
| OutputLayer |
The output layer in the neural network.
|
| OutputLayerBuilder |
The builder of output layers.
|
| Enum | Description |
|---|---|
| Cost |
Neural network cost function.
|
| OutputFunction |
The output function of neural networks.
|