Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 639 Bytes

Machine-Learning-cpp

A basic Machine Learning library in C++ [under progress]

Table of Content

Technologies

  • C++
  • gnuplot

HowTo

  1. Download the project.
  2. Open the ML algorithm folder you want to run.
  3. Copy the .h file to your program directory.
  4. Use it as you may.
  5. You can check out the test.cpp file for examples.
  6. To use graph you need to have gnuplot (http://www.gnuplot.info/download.html).
  7. Also add it as global variable.

Contributors

@SKR301- Saurav Kumar: Original Creator