Class | Description |
---|---|
Fann |
A standard fully connected back-propagation neural network.
|
FannShortcut |
A standard backpropagation neural network, which is not fully connected and
which also has shortcut connections.
|
FannSparse |
A standard backpropagation neural network, which is not fully connected.
|
Layer |
A Layer of Neurons in an ANN.
|
Neuron | |
Trainer |
Trains an ANN.
|
Enum | Description |
---|---|
ActivationFunction |