An open source library for artificial neural networks.
The license is GPL 3. You can find the license text in the file COPYING
.
- 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
Linux
cd path/to/OpenANN/dir
mkdir build
cd build
cmake ..
sudo make install
sudo ldconfig