Skip to content
/ Crank Public

Crank is a C++ neural network library that provides an easy to use API to build and test different neural networks and network architectures

Notifications You must be signed in to change notification settings

fvolcic/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

Crank is a C++ neural network library that provides an easy to use API to build and test different neural networks and network architectures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages