/BackPropagation

Simple object-oriented implementation of a multi-layer perceptron which uses the back propagation algorithm to learn

Primary LanguageC++

BackPropagation

Simple object-oriented implementation of a multi-layer perceptron which uses the back propagation algorithm to learn. Example learns XOR.

BackPropagation