Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anujvyas/Machine-Learning-Projects

This repository consists of all my Machine Learning Projects.
https://github.com/anujvyas/Machine-Learning-Projects

classification clustering deployment google-colab jupyter-notebook machine-learning matplotlib numpy pandas python regression seaborn sklearn

Last synced: about 1 month ago
JSON representation

This repository consists of all my Machine Learning Projects.

Awesome Lists containing this project

README

        

# Machine Learning Projects
![Dataset](https://img.shields.io/badge/Dataset-Kaggle-blue.svg) ![Python 3.6](https://img.shields.io/badge/Python-3.6-brightgreen.svg) ![NLTK](https://img.shields.io/badge/Library-sklearn-orange.svg)

![ML](readme-resources/machine-learning.png)

## Why this repository?
• The main purpose of making this repository is to keep all my Machine Learning projects at one place, hence keeping my GitHub clean!

• It looks good, isn't it?

## Overview
• This repository consists of all my Machine Learning projects.

• Datasets are provided in each of the folders above, and the solution to the problem statements as well.

## 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)_

• _Voting (Hard/Soft)_

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