<p align="center">
<a href="https://github.com/milaan9"><img src="https://img.shields.io/static/v1?logo=github&label=maintainer&message=milaan9&color=ff3300" alt="Last Commit"/></a>
<!--<img src="https://badges.pufler.dev/created/milaan9/Machine_Learning_Algorithms_from_Scratch" alt="Created"/>-->
<!--<a href="https://github.com/milaan9/Machine_Learning_Algorithms_from_Scratch/graphs/commit-activity"><img src="https://img.shields.io/github/last-commit/milaan9/Python_Machine_Learning.svg?colorB=ff8000&style=flat" alt="Last Commit"/> </a>-->
<a href="https://github.com/milaan9/Python_Machine_Learning/pulse" alt="Activity"><img src="https://img.shields.io/github/commit-activity/m/milaan9/Machine_Learning_Algorithms_from_Scratch.svg?colorB=teal&style=flat" /></a>
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fmilaan9%2FMachine_Learning_Algorithms_from_Scratch&count_bg=%231DC92C&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=views&edge_flat=false"/></a>
<a href="https://github.com/milaan9/Machine_Learning_Algorithms_from_Scratch/stargazers"><img src="https://img.shields.io/github/stars/milaan9/Python_Machine_Learning.svg?colorB=1a53ff" alt="Stars Badge"/></a>
<a href="https://github.com/milaan9/Machine_Learning_Algorithms_from_Scratch/network/members"><img src="https://img.shields.io/github/forks/milaan9/Python_Machine_Learning" alt="Forks Badge"/> </a>
<img src="https://img.shields.io/github/repo-size/milaan9/Machine_Learning_Algorithms_from_Scratch.svg?colorB=CC66FF&style=flat" alt="Size"/>
<a href="https://github.com/milaan9/Machine_Learning_Algorithms_from_Scratch/pulls"><img src="https://img.shields.io/github/issues-pr/milaan9/Machine_Learning_Algorithms_from_Scratch.svg?colorB=yellow&style=flat" alt="Pull Requests Badge"/></a>
<a href="https://github.com/milaan9/Machine_Learning_Algorithms_from_Scratch/issues"><img src="https://img.shields.io/github/issues/milaan9/Machine_Learning_Algorithms_from_Scratch.svg?colorB=yellow&style=flat" alt="Issues Badge"/></a>
<img src="https://img.shields.io/github/languages/top/milaan9/Machine_Learning_Algorithms_from_Scratch.svg?colorB=996600&style=flat" alt="Language"/></a>
<a href="https://github.com/milaan9/Machine_Learning_Algorithms_from_Scratch/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blueviolet.svg" alt="MIT License"/></a>
</p>
<!--<img src="https://badges.pufler.dev/contributors/milaan9/01_Python_Introduction?size=50&padding=5&bots=true" alt="milaan9"/>-->
<p align="center">
<a href="https://mybinder.org/v2/gh/milaan9/Machine_Learning_Algorithms_from_Scratch/HEAD"><img src="https://mybinder.org/badge_logo.svg" alt="binder"/></a>
<a href="https://githubtocolab.com/milaan9/Machine_Learning_Algorithms_from_Scratch"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="colab"/></a>
</p>
# Python_Machine_Learning_Algorithms_from_Scratch
## Introduction ð
This repository explores the variety of techniques anf alorithm commonly used in machine learning and the implementation in MATLAB and PYTHON.
---
## Table of contents ð
Alogrithm used are :
1. Decision Trees and Random Forest Classifier
2. Naive Bayes Classifier
3. Gaussian Naive Bayes Calssifier
4. Mixture Of Gaussians using EM Algorithm
5. Neural Network
6. Singular Value Decomposition
7. Principal Component Analysis
8. Fitting the data to a 1D Gaussian
9. Fitting the data to a 2D Gaussian
10. K Nearest Neighbours
11. Linear Regression
12. Logistic Regression
13. K-Mean Clustering
14. Value-Iteration-Method
15. Dynamic Time Warping
16. Error Function and Regularisation
These are online **read-only** versions. However you can **`Run â¶`** all the codes **online** by clicking here â <a href="https://mybinder.org/v2/gh/milaan9/Machine_Learning_Algorithms_from_Scratch/HEAD"><img src="https://mybinder.org/badge_logo.svg" alt="binder"/></a>
* Recommendation for ML Enthusiasts: **[Machine Learning A-Zâ¢: Hands-On Python & R In Data Science](https://www.udemy.com/machinelearning/)**
---
## Frequently asked questions â
### How can I thank you for writing and sharing this tutorial? ð·
You can <img src="https://img.shields.io/static/v1?label=%E2%AD%90 Star &message=if%20useful&style=style=flat&color=blue" alt="Star Badge"/> and <img src="https://img.shields.io/static/v1?label=%E2%B5%96 Fork &message=if%20useful&style=style=flat&color=blue" alt="Fork Badge"/> Starring and Forking is free for you, but it tells me and other people that it was helpful and you like this tutorial.
Go [**`here`**](https://github.com/milaan9/Python_Machine_Learning) if you aren't here already and click â **`â° Star`** and **`âµ Fork`** button in the top right corner. You will be asked to create a GitHub account if you don't already have one.
---
### How can I read this tutorial without an Internet connection? <img alt="GIF" src="https://github.com/TheDudeThatCode/TheDudeThatCode/blob/master/Assets/hmm.gif" width="20" />
1. Go [**`here`**](https://github.com/milaan9/Python_Machine_Learning) and click the big green â **`Code`** button in the top right of the page, then click â [**`Download ZIP`**](https://github.com/milaan9/Python_Machine_Learning/archive/refs/heads/main.zip).
![Download ZIP](img/dnld_rep.png)
2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them
**`Kernel > Restart & Clear Output`**
This will clear all the outputs and now you can understand each statement and learn interactively.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
---
## Authors âï¸
I'm Dr. Milaan Parmar and I have written this tutorial. If you think you can add/correct/edit and enhance this tutorial you are most welcomeð
See [github's contributors page](https://github.com/milaan9/Python_Machine_Learning/graphs/contributors) for details.
If you have trouble with this tutorial please tell me about it by [Create an issue on GitHub](https://github.com/milaan9/Python_Machine_Learning/issues/new). and I'll make this tutorial better. This is probably the best choice if you had trouble following the tutorial, and something in it should be explained better. You will be asked to create a GitHub account if you don't already have one.
If you like this tutorial, please [give it a â star](https://github.com/milaan9/Python_Machine_Learning).
---
## Licence ð
You may use this tutorial freely at your own risk. See [LICENSE](./LICENSE).
Copyright (c) 2020 Dr. Milan Parmar