/tinydnnc

Primary LanguageC++

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).