|
Class Summary |
| Brain |
This class acts as a container for an artificial feed-forward neural network. |
| CubeFunction |
Cube activation function
Probably should not be used. |
| Input |
For anything that provides input to neurons
(inputs, other neurons, etc) |
| LinearFunction |
Linear activation function. |
| NetworkTest |
Test suite. |
| Neuron |
Behold the noble neuron. |
| RecurrentBrain |
Extends Brain to become an feedback neural network
rather than a simple feed forward. |
| SigmoidFunction |
Implementation of the sigmoid function for neural network activation. |