Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.25 KB

Machine Learning Projects

Dataset Python 3.6 NLTK

ML

Why this repository?

• To keep my GitHub organized, I've created this repository to house all of my Machine Learning-related code.!

Overview

• My Machine Learning work is stored here.
• Each of the aforementioned folders contains a dataset, as well as the answers to the corresponding problem statements.

Algorithms used

Regression:
Linear Regression
Multiple-Linear Regression
Logistic Regression
Polynomial Regression
Lasso and Ridge Regression (L1 & L2 Regularization)
Elastic-Net Regression

Classification:
K-Nearest Neighbours
Support Vector Machine
Naive Bayes
Decision Tree

Clustering:
K-Means

Ensemble:
Random Forest
Adaptive Boosting (AdaBoost)
Extreme Gradient Boosting (XGBoost)

Do ⭐ the repository, if it helped you in anyway.