The goal of ZENeural is to be a multi-purpose Machine Learning library. It is Licensed under the Boost Software License.
ZENeural is a header-only library, meaning that it suffices to download the files in the "library/header" folder and to include them into your C++ file in order to access it's content.
To install it to /usr/include, run
sudo make install
In the main directory. When compiling, add the -lpthread flag!
The entire library will be kept backwards compatible, code quality will be ensured.
In order to compile the unit tests, you will have to download catch.hpp and change the include in test_main.cpp. It was removed from ZENeural because of it's sticky license.