Classes
| Class | Description |
|---|---|
| BackPropagationLearningAlgorithm | Implementation of stockastic gradient backpropagation learning algorithm |
| GaussianActivationFunction | The gaussian activation function |
| GeneticLearningAlgorithm | A genetic learning algorithm |
| GeneticLearningAlgorithm.GeneticNeuralNetwork | Representation of a neural network for the genetic algorithm |
| HeavisideActivationFunction | The heaviside activation function |
| Layer | A layer of neurone in a neuronal network |
| LearningAlgorithm | The abstract class describing a learning algorithm for a neural network |
| LinearActivationFunction | The linear activation function |
| NeuralNetwork | Implementation of artificial neural network |
| Neuron | Class representing an artificial neuron |
| SigmoidActivationFunction | The sigmoid activation function |
Interfaces
| Interface | Description |
|---|---|
| ActivationFunction | Interface of the activation function of a neuron. |