Machine learning library implemented in c++.
Compiling adn installing MLplus
$ git clone https://github.com/owais34/MLplus.git
$ cd MLplus
$ mkdir build
$ cd build
$ cmake ../ && make && sudo make install
Compiling your binary with MLplus
g++ -o executable <source_files> -lMLplus