Skip to content

Implementation of various Machine Learning models

Notifications You must be signed in to change notification settings

SreeSaiBhavesh/ML_Algos

Repository files navigation

ML_Codes

Implementaion of Various Machine Learning algorithms in Python

This repository also has codes for:

1. Handling Missing Data

2. Usage of Numpy & Pandas

The algorithms involved are:

  1. Linear Regression
  2. Multiple Regression
  3. Logistic Regression
  4. Support Vector Machines
  5. K Nearest Neighbors
  6. K Means Clustering
  7. Decision Trees
  8. Random Forest
  9. Artificial Neural Networks - MultiLayer Perceptron
  10. Principle Component Analysis
  11. Adaboost