Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (15 loc) · 1.18 KB

Crank

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

Authors 😎

License

MIT

Usage/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.

predicted_0

predicted_2