Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 521 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 521 Bytes

ML-projects

Some of my Machine Learning (Support Vector Machines, Decision Trees, Random Forest, K Nearest Neighbors, Deep Learning aka Neural Network, XGBoost) projects

This repo has all the files needed to execute these projects. svm_and_knn has all the files for Support Vector Machines and K Nearest Neighbors project. dt_rf has all the files for Decision Tree and Random Forest project. lionelmessi_project has all the files for NN project. xgboost_project has all the files for XGBoost algorithm project.