/multilayer-perceptron

A simple C++ implementation of a feed-forward neural network, with a graphical visualization using Gtkmm.

Primary LanguageC++MIT LicenseMIT

multilayer-perceptron

A C++ implementation of a simple feed-forward artificial neural network, with a graphical visualization using Gtkmm. The goal was to learn how multi-layer perceptron networks work. The visualization allows to see the neurons and the weights updating in the learning process.