From 1856df5552f1338cd39ce4f508ae5bed5c83cbf0 Mon Sep 17 00:00:00 2001
From: Mahdi Mashayekhi <MahdiMashayekhi@gmail.com>
Date: Fri, 5 May 2023 19:50:00 +0330
Subject: [PATCH] Add simple machine learning projects to the repository.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9f3119b7..1d68668a 100644
--- a/README.md
+++ b/README.md
@@ -422,6 +422,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
 - [Step-By-Step Machine Learning In Python](https://machinelearningmastery.com/machine-learning-in-python-step-by-step/)
 - [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d)
 - [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2)
+- [Simple Machine Learning Projects](https://github.com/MahdiMashayekhi-AI/Machine-Learning-Projects)
 - [Learn Unsupervised Learning with Python](https://scikit-learn.org/stable/unsupervised_learning.html)
 - [Build Your Own Neural Net from Scratch in Python](https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6)
 - [Linear Regression in Python without sklearn](https://medium.com/we-are-orb/linear-regression-in-python-without-scikit-learn-50aef4b8d122)