Skip to content

lbiaggi/machine_learning_cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning with C++ Tutorial

In this repository, you can find all the code from my series of tutorials of Machine Learning with C++: YouTube Playlist.

Usage

Fork and clone/download the repository. To compile simply run the code:

g++ -std=c++11 LinearRegression/LinearRegression.cpp ETL/ETL.cpp main.cpp -o main

To run and test:

./main datasets/winedata.csv ","

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.2%
  • C++ 9.8%