Skip to content
/ MLplus Public

Machine learning library implemented from scratch in c++

License

Notifications You must be signed in to change notification settings

owais34/MLplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLplus

Machine learning library implemented in c++.

Install

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

About

Machine learning library implemented from scratch in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published