Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A resource for learning about Machine learning & Deep Learning
| Date | Stars |
|---|---|
| 2026-07-24 | 8484 |
| 2026-07-25 | 8485 |
| 2026-07-28 | 8485 |
| 2026-07-30 | 8485 |
| 2026-07-31 | 8486 |
| 2026-08-06 | 8486 |
| 2026-08-09 | 8485 |
| 2026-08-10 | 8486 |
| 2026-08-11 | 8485 |
| 2026-08-14 | 8485 |
| 2026-08-15 | 8483 |
| 2026-08-16 | 8484 |
| 2026-08-17 | 8485 |
| 2026-08-18 | 8485 |
| 2026-08-19 | 8486 |
| 2026-08-21 | 8487 |
| 2026-08-22 | 8489 |
| 2026-08-24 | 8488 |
| 2026-08-25 | 8489 |
| 2026-08-26 | 8488 |
| 2026-08-27 | 8489 |
| 2026-08-28 | 8489 |
| 2026-08-29 | 8488 |
| 2026-08-31 | 8488 |
| 2026-09-01 | 8486 |
| 2026-09-02 | 8486 |
| 2026-09-03 | 8485 |
| 2026-09-06 | 8485 |
| 2026-09-07 | 8486 |
| 2026-09-08 | 8486 |
| 2026-09-09 | 8486 |
| 2026-09-10 | 8487 |
| 2026-09-11 | 8487 |
| 2026-09-14 | 8486 |
| 2026-09-16 | 8485 |
| 2026-09-19 | 8486 |
| 2026-09-20 | 8486 |
Today
— stars today
This week
-1 stars this week
This month
-1 stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center"><img width="100%" src="ML/others/logo/torch_and_tf.svg" /></p>
--------------------------------------------------------------------------------
[](https://travis-ci.com/aladdinpersson/Machine-Learning-Collection) [](https://opensource.org/licenses/MIT)
[logo]: https://github.com/AladdinPerzon/Machine-Learning-Collection/blob/master/ML/others/logo/youtube_logo.png
# Machine Learning Collection
In this repository you will find tutorials and projects related to Machine Learning. I try to make the code as clear as possible, and the goal is be to used as a learning resource and a way to lookup problems to solve specific problems. For most I have also done video explanations on YouTube if you want a walkthrough for the code. If you got any questions or suggestions for future videos I prefer if you ask it on [YouTube](https://www.youtube.com/c/AladdinPersson). This repository is contribution friendly, so if you feel you want to add something then I'd happily merge a PR :smiley:
## Table Of Contents
- [Machine Learning Algorithms](#machine-learning)
- [PyTorch Tutorials](#pytorch-tutorials)
- [Basics](#basics)
- [More Advanced](#more-advanced)
- [Object Detection](#Object-Detection)
- [Generative Adversarial Networks](#Generative-Adversarial-Networks)
- [Architectures](#architectures)
- [Lightning](#PyTorch-Lightning)
- [TensorFlow Tutorials](#tensorflow-tutorials)
- [Beginner Tutorials](#beginner-tutorials)
- [Architectures](#CNN-Architectures)
## Machine Learning
* [![Youtube Link][logo]](https://youtu.be/pCCUnoes1Po) [Linear Regression](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/linearregression/linear_regression_gradient_descent.py) **- With Gradient Descent** :white_check_mark:
* [![Youtube Link][logo]](https://youtu.be/DQ6xfe75CDk) [Linear Regression](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/linearregression/linear_regression_normal_equation.py) **- With Normal Equation** :white_check_mark:
* [![Youtube Link][logo]](https://youtu.be/x1ez9vi611I) [Logistic Regression](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/logisticregression/logistic_regression.py)
* [![Youtube Link][logo]](https://youtu.be/3trW5Lig7BU) [Naive Bayes](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/naivebayes/naivebayes.py) **- Gaussian Naive Bayes**
* [![Youtube Link][logo]](https://youtu.be/QzAaRuDskyc) [K-nearest neighbors](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/knn/knn.py)
* [![Youtube Link][logo]](https://youtu.be/W4fSRHeafMo) [K-means clustering](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/kmeans/kmeansclustering.py)
* [![Youtube Link][logo]](https://youtu.be/gBTtR0bs-1k) [Support Vector Machine](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/svm/svm.py) **- Using CVXOPT**
* [![Youtube Link][logo]](https://youtu.be/NJvojeoTnNM) [Neural Network](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/neuralnetwork/NN.py)
* [Decision Tree](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/decisiontree/decision_tree.py)
## PyTorch Tutorials
If you have any specific video suggestion please make a comment on YouTube :)
### Basics
* [![Youtube Link][logo]](https://youtu.be/x9JiIFvlUwk) [Tensor Basics](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/Pytorch/Basics/pytorch_tensorbasics.py)
* [![Youtube Link][logo]](https://youtu.be/Jy4wM2X21u0) [Feedforward Neural Network](https://github.Excerpt of 21,918 characters
Read on GitHub87
Andrés
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:44cfe55be0431328, topic:pytorch