Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milaan9/machine_learning_algorithms_from_scratch
This repository explores the variety of techniques and algorithms commonly used in machine learning and the implementation in MATLAB and PYTHON.
https://github.com/milaan9/machine_learning_algorithms_from_scratch
data-science decision-trees dynamic-time-warping error-functions fitting-algorithm frequentist-methods gaussian-naive-bayes machine-learning machine-learning-algorithms machine-learning-matlab machine-learning-python matlab4datascience naive-bayes-classifier python4datascience random-forest singular-value-decomposition tutor-milaan9 value-iteration-algorithm
Last synced: 4 days ago
JSON representation
This repository explores the variety of techniques and algorithms commonly used in machine learning and the implementation in MATLAB and PYTHON.
- Host: GitHub
- URL: https://github.com/milaan9/machine_learning_algorithms_from_scratch
- Owner: milaan9
- License: mit
- Created: 2020-09-09T11:53:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:11:26.000Z (about 2 years ago)
- Last Synced: 2025-01-15T02:24:57.423Z (11 days ago)
- Topics: data-science, decision-trees, dynamic-time-warping, error-functions, fitting-algorithm, frequentist-methods, gaussian-naive-bayes, machine-learning, machine-learning-algorithms, machine-learning-matlab, machine-learning-python, matlab4datascience, naive-bayes-classifier, python4datascience, random-forest, singular-value-decomposition, tutor-milaan9, value-iteration-algorithm
- Language: Jupyter Notebook
- Homepage:
- Size: 5.07 MB
- Stars: 187
- Watchers: 2
- Forks: 179
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 RegularisationThese are online **read-only** versions. However you can **`Run βΆ`** all the codes **online** by clicking here β
* 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 and 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?
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