Skip to content

MMKrell/OpenANN

 
 

Repository files navigation

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

About

An open source library for artificial neural networks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published