lantiga / tinydnnc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinydnnc

Minimal C bindings for tiny-dnn.

WARNING: IN FLUX.

Build

To build the library:

sh get_deps.sh
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE:STRING=Release ../ && make

To build the examples (mnist classification and XOR regression):

cd example
make

License

BSD license https://opensource.org/licenses/BSD-3-Clause

Copyright 2016, Luca Antiga, Orobix Srl (www.orobix.com).

About


Languages

Language:C++ 76.1%Language:C 21.4%Language:Makefile 2.0%Language:Shell 0.3%Language:CMake 0.2%