- Notifications
You must be signed in to change notification settings - Fork23
coding-ai/machine_learning_cpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
In this repository, you can find all the code from my series of tutorials of Machine Learning with C++:YouTube Playlist.
Fork and clone/download the repository.
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 ","
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 ","
About
Machine Learning C++
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.