Machine_Learning_with_Python

Machine learning concepts implemented in python.

View on GitHub

About the Repo

This repository contains code for various machine learning algorithms implemented in python. Following are the links for the same.

Regression
  1. Simple Linear Regression

  2. Multiple Linear Regression

  3. Polynomial Regression

  4. Non-Linear Regression

Classification
  1. K-Nearest Neighboours (KNN)

  2. Decision Trees

  3. Logistic Regression

  4. Support Vector Machines (SVMs)

Clustering
  1. K-Means

  2. Hierarchichal

  3. DBSCAN

Recommendation Systems
  1. Collaborative Filtering

  2. Content Based Filtering

Neural Networks
  1. ANN Forward Propagation

Thanks for Reading :)

MIT License

Copyright (c) 2021, Code rights belongs to the original creators.

Author - Tarun Kamboj.