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 [...]
Archive for the ‘Artificial Intelligence’ Category
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. The Jar file can be downloaded here: NN.jar [...]

Posted in
Tags:

