A compact DNN library.
This project uses Bazel as a build system(1.0 or above required) and compiles with Clang(NOT required, automatically fulfilled).
To build, issue below.
bazel build //tinnet:main
Windows are not supported currently.
To run all tests, issue below.
bazel test //tinnet:test
Please refer the example projects.
TODO