Here is yet another simple Neural Network that implements Back-Error Propagation as a form of Reinforced Learning. The entire project is written in C++ and requires no special libraries to compile and run. main.cpp contains code to train both a 2 and 3-input Logical AND gate. The zipped source code can be downloaded here A [...]
Posts Tagged ‘Back-Error Propagation’
Neural Network – Back-Error Propagation – Java
Posted by kenny on December 25th, 2008
This Neural Network is a command line implementation that uses the Back-Error Propagation learning algorithm. As well, The number of center layers, neurons per center layer, and learning rate are all changeable. The provided Test file teach Logial AND, however other test files can easily be created. update:Source is now maintained on GitHub The Jar [...]

Posted in
Tags:

