A basic Machine Learning library in C++ [under progress]
- C++
- gnuplot
- Download the project.
- Open the ML algorithm folder you want to run.
- Copy the
.h
file to your program directory. - Use it as you may.
- You can check out the
test.cpp
file for examples. - To use graph you need to have gnuplot (http://www.gnuplot.info/download.html).
- Also add it as
global variable
.
@SKR301- Saurav Kumar: Original Creator