Follow Rinat Abdullin

NeuroEvolution

Neuroevolution, or neuro-evolution, is a form of machine learning that uses evolutionary algorithms to train artificial neural networks.
© wikipedia

The best introduction to this specific form of machine learning is The NeuroEvolution of Augmenting Topologies (NEAT) Users Page by Kenneth O. Stanley.

Another useful resource is SharpNEAT project at SourceForge (unfortunately this C# code seems to be deserted).

My NeuroEvolution research series would consist of posts on efficient usage of this machine learning technology. I'm currently interested in:

  • taking advantage of the latest .NET features while reimplementing the algorithms;
  • optimizing the performance;
  • taking advantage of the distributed computing services for .NET - Windows Azure Cloud Computing.

You may subscribe to the entire journal or just the posts on NeuroEvolution.

NeuroEvolution series currently feature these posts:

To be continued...