Any good tutorial with source that will demonstrate how to develop neural network (step bay step for dummies ;-))
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
- Should I use static function in c# where many call
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.
Here is an online course on C# neural network programming.
http://www.heatonresearch.com/course/intro-neural-nets-cs
You can have a look at http://generation5.org/articles.asp?Action=List&Topic=Neural+Networks which contains a lot of articles about various types of neural networks targeting both beginners and advanced fields.
There's a really good article on CodeProject: Image Recognition with Neural Networks.
An interesting tutorial is available here. Hopefully it will act as an introduction for you.