Designing And Implementing A Neural Network Library For Handwriting Detection, Image Analysis...
The Code Project - Designing And Implementing A Neural Network Library For Handwriting Detection, Image Analysis etc.- The BrainNet Library - Full Code, Simplified Theory, Full Illustration, And Examples
"In my previous article, the focus was on what a neural network can do. In this article, we will see what a neural network is, and how to create one yourself. I will go a little deeper. After reading this article, you will be able to
- Understand the basic theory behind neural networks (backward propagation neural networks in particular)
- Understand how neural networks actually 'work'
- Understand in more detail, the design and source code of BrainNet library.
- Understand in more detail, how to use BrainNet Library in your projects.
- Think about new possibilities of neural network programming
- Put forward some concepts to optimize and generalize BrainNet library.
..."
Neural Networks have always interested me... I just dig the thought of "training" a program to do something and then have it just do it on its own.
If your interesting in learning a little about neural networks and playing with a .Net neural network library, then check about the above post...
Technorati Tags: Neural Network, BrainNet
No comments:
Post a Comment