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

https://github.com/followb1ind1y/machine-learning-algorithms-from-scratch

Machine Learning Algorithms from scratch. 经典机器学习算法的从头实现
https://github.com/followb1ind1y/machine-learning-algorithms-from-scratch

machine-learning machine-learning-algorithms ml-from-scratch python

Last synced: 2 months ago
JSON representation

Machine Learning Algorithms from scratch. 经典机器学习算法的从头实现

Awesome Lists containing this project

README

        


Last Commit
Last Commit
Size
Language


binder
colab

# **Machine Learning Algorithms from Scratch**

## **About**

Classic Machine Learning Algorithms from scratch vs sklearn using Python. Also include some explanation and study notes.

## **Table of Contents**

Machine Learning

|Title | Link|
|--|--|
| [Linear Regression](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Linear_Regression.ipynb) | colab |
| [Logistic Regression](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Logistic_Regression.ipynb) | colab |
| [Principal Component Analysis](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Principal_Component_Analysis.ipynb) | colab |
| [Support Vector Machine](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Support_Vector_Machine.ipynb) | colab |
| [Naive Bayes](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Naive_Bayes.ipynb) | colab |
| [K-Nearest Neighbour](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_K_Nearest_Neighbour.ipynb) | colab |
| [K-Means Clustering](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_K_Means_Clustering.ipynb) | colab |
| [Decision Tree](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Decision_Tree.ipynb) | colab |
| [Random Forest](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Random_Forest.ipynb) | colab |
| [Boosting](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/blob/main/ML_Algorithms_Boosting.ipynb) | colab |

## **Licence**

This repository is licensed under the MIT License - see the [LICENSE](https://github.com/Followb1ind1y/Machine_Learning_Algorithms_from_Scratch/LICENSE) file for details.