Coding Ai Machine Learning Cpp Save

Machine Learning C++

Project README

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.

Linear Regression

To compile simply run the code:

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

To run and test:

./linregr datasets/winedata.csv ","

Logistic Regression

To compile simply run the code:

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

To run and test:

./logregr datasets/adult_data.csv ","

Open Source Agenda is not affiliated with "Coding Ai Machine Learning Cpp" Project. README Source: coding-ai/machine_learning_cpp

Open Source Agenda Badge

Open Source Agenda Rating