Minimal C bindings for tiny-dnn.
WARNING: IN FLUX.
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
BSD license https://opensource.org/licenses/BSD-3-Clause
Copyright 2016, Luca Antiga, Orobix Srl (www.orobix.com).