Crank is a C++ Neural Network library that provides an easy to use interface for programming, a large test suite, and a large set of examples
To get started, first clone the repo, and then you will find a plethora of examples in the examples folder. To use Crank, simply just include "include/crank.h" into your project, and you're ready to go.
One can also install the libxd c++ library, and then compile the file named "draw.cpp" which will give a canvas which can be drawn on, and then one can see the predicted value update real time. Below is screenshots of the canvas running.