Interface | Description |
---|---|
ActivationFunction |
The activation function in hidden layers.
|
Class | Description |
---|---|
HiddenLayer |
A hidden layer in the neural network.
|
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.
|
Enum | Description |
---|---|
Cost |
Neural network cost function.
|
OutputFunction |
The output function of neural networks.
|