| Interface | Description |
|---|---|
| ExternalInputSource | |
| NetFunction |
Interface for classes providing activation functions
for neural networks.
|
| Class | Description |
|---|---|
| Brain |
This class acts as a container for an artificial feed-forward neural network.
|
| CubeFunction |
Cube activation function
Probably should not be used.
|
| DaemonThreadFactory | |
| 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.
|
| ThreadedBrain |
This class acts as a container for an artificial feed-forward neural network.
|