Skip to content

Wittmaxi/ZENeural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Versatile Machine-Learning Library for C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published