Back-propagation Neural Net in C++

The class CBackProp encapsulates a feed-forward neural network and a back-propagation algorithm to train it. This article is intended for those who already have some idea about neural networks and back-propagation algorithms. If you are not familiar with these, I suggest going through some material first.

 www.codeproject.com/Articles/13582/Back-propagation-Neural-Net

No comments:

Post a Comment