Introduction - If you have any usage issues, please Google them yourself
Introduction
This article is going to explain how you can implement an easy to use neuronal network with the example of character recognition.
You need 3 things for a neuronal network:
A trainingset (known answers for a given problem)
A neuronal network
A way to tell the network it improved
This artificial network uses an evolutionary algorithm for training.
Here is the shortest possible example to train a new neuronal network:
First of all, add a reference to Synapse.dll.
That s all.