/OpenANN

An open source library for artificial neural networks.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

OpenANN

An open source library for artificial neural networks.

API documentation

Build Status

License

The license is GPL 3. You can find the license text in the file COPYING.

Minimum Requirements

  • CMake 2.8 or higher
  • C++ compiler, e. g. g++
  • build management tool that is supported by CMake, e. g. make
  • Eigen 3 library
  • shell, wget, unzip

Installation

Linux

cd path/to/OpenANN/dir
mkdir build
cd build
cmake ..
sudo make install
sudo ldconfig