Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.17 KB

ZENeural

Codacy Badge

The goal of ZENeural is to be a multi-purpose Machine Learning library. It is Licensed under the Boost Software License.

Installation

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!

Long-Term use

The entire library will be kept backwards compatible, code quality will be ensured.

Getting Started

Tutorial
Class Synopsis

Compiling the unit tests

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.