Skip to content

dlugoszj/Crank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • CMake 1.5%
  • Other 0.4%