Info
Version: | 2.2.4.0 |
Last Update: | Tuesday, December 4, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.google.com/p/aforge/ |
NuGet Url: | https://www.nuget.org/packages/AForge.Neuro.lib |
Install
Install-Package AForge.Neuro.lib
dotnet add package AForge.Neuro.lib
paket add AForge.Neuro.lib
AForge.Neuro.lib Download (Unzip the "nupkg" after downloading)
Dependencies
- AForge.lib(2.2.4.0)
- AForge.Genetic.lib(2.2.4.0)
- AForge.Math.lib(2.2.4.0)
Multi-layer feed forward networks utilizing activation function;
Distance networks (Kohonen SOM, for example);
Simple perceptron's learning, Delta rule learning, Back Propagation learning, Kohonen SOM learning, Evolutionary learning based on Genetic Algorithm;
Activation functions (threshold, sigmoid, bipolar sigmoid).