[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppNeuralNet
Discussion on the development of a neural net can be found at http://www.codepedia.com/1/talk%3aCppNeuralNet
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppNeuralNet
(C++) Neural net
When you want to program a neural network, using an OOP approach, classes to define probably will be:- Neuron
- Neural Net
Discussion on the development of a neural net can be found at http://www.codepedia.com/1/talk%3aCppNeuralNet
Example code of neural networks
- http://www.bedaux.net/nnet/
- http://www.codeproject.com/cpp/MLP.asp
- http://sourceforge.net/project/showfiles.php?group_id=10202&package_id=10051&release_id=10643
- http://members.tripod.com/~zerkpage/backprop.txt
- http://sourceforge.net/projects/nn-utility
- http://www.paraschopra.com/sourcecode/index.php
'Neural Net' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
