Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 367 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 367 Bytes

Nerual Network

Build Status

Installation Requirement

  • matrix library armadillo

Optional

  • opencv
  • mathgl
Linux
sudo apt-get install libarmadillo-dev
mkdir build
cd build
cmake ..
make

or copy all files in src directory