Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neural Network example in .NET [closed]

Here is good example: Brainnet 1 - A Neural Netwok Project - With Illustration And Code - Learn Neural Network Programming Step By Step And Develop a Simple Handwriting Detection System that will demonstrate some practical uses of neural network programming.


There's a really good article on CodeProject: Image Recognition with Neural Networks.


Here is an online course on C# neural network programming.

http://www.heatonresearch.com/course/intro-neural-nets-cs


An interesting tutorial is available here. Hopefully it will act as an introduction for you.