This repository contains the simple basic ML projects which I'm doing while learning some courses of ML and Data Science. It contains the jupyter notebookes where all the codes has been written ##Contents:
- Text Preprocessing #Regression
- Linear Regression Model
- Multiple linear Regression Model
- Polynomial linear regression model
- Support Vector Regression Model
- Decision Tree Regression
- Random Forest Regression
- Logistic Regression
#Classification
- KNN
- Support Vector Machine
- Kernel SVM
- Naive Bayes
- Decision Tree
- Random Forest Classification
- monte carlo