nothings / single_file_libs

List of single-file C/C++ libraries.
8.86k stars 585 forks source link

Single header C BNN (Binarized Neural Networks) method #199

Open danormsby opened 4 years ago

danormsby commented 4 years ago

Embedded Binarized Neural Networks

https://github.com/kunglab/ebnn

Header file here...

https://github.com/kunglab/ebnn/blob/master/c/ebnn.h

Pretty neat.