Accord.Neuro.Learning Namespace |
Class | Description | |
---|---|---|
BackPropagationLearning |
Back propagation learning algorithm.
| |
ContrastiveDivergenceLearning |
Contrastive Divergence learning algorithm for Restricted Boltzmann Machines.
| |
DeepBeliefNetworkLearning |
Deep Belief Network learning algorithm.
| |
DeepNeuralNetworkLearning |
Deep Neural Network learning algorithm.
| |
DeltaRuleLearning |
Delta rule learning algorithm.
| |
ElasticNetworkLearning |
Elastic network learning algorithm.
| |
EvolutionaryLearning |
Neural networks' evolutionary learning algorithm, which is based on Genetic Algorithms.
| |
LevenbergMarquardtLearning |
Levenberg-Marquardt Learning Algorithm with optional Bayesian Regularization.
| |
ParallelResilientBackpropagationLearning |
Resilient Backpropagation learning algorithm.
| |
PerceptronLearning |
Perceptron learning algorithm.
| |
ResilientBackpropagationLearning |
Resilient Backpropagation learning algorithm.
| |
SOMLearning |
Kohonen Self Organizing Map (SOM) learning algorithm.
|
Interface | Description | |
---|---|---|
ISupervisedLearning |
Supervised learning interface.
| |
IUnsupervisedLearning |
Unsupervised learning interface.
|
Delegate | Description | |
---|---|---|
ActivationNetworkLearningConfigurationFunction |
Delegate used to configure and create layer-specific learning algorithms.
| |
RestrictedBoltzmannNetworkLearningConfigurationFunction |
Delegate used to configure and create layer-specific learning algorithms.
|
Enumeration | Description | |
---|---|---|
JacobianMethod |
The Jacobian computation method used by the Levenberg-Marquardt.
|