This respository having all my notes of Machine learning specialization course by Deeplearning.ai.
Machine Learning specialization 🔗
- My notes
- My codes
- quizzes (You can solve too!)
This specialization is having total of 3 courses in it.
S.no. | Course | Course link | My notes | Started on | Completed on |
---|---|---|---|---|---|
1 | Supervised Machine Learning: Regression and Classification | 🔗 | 🔗 | 11th July'22 | 1st Aug'22 |
2 | Advanced Learning Algorithms | 🔗 | 🔗 | 6th Aug'22 | 9th Sep'22 |
3 | Unsupervised Learning and Recommender Systems | 🔗 | 🔗 | 25th June'24 | soon |
I have started this course on
11
th July,2022
. I am also doing #100 Days of Code, on Day 36 I have started. Check my 100 Days of Code Repository here
In every course, I have my notes, my codes, and quizzes (you can solve and submit too!). And I have tried my best to make good notes, so that anytime I want to revise, I can come here and revise and you too!
Hope you'll like ⭐ my notes too 😊.
git clone https://github.com/Param302/ML-specialization-notes.git
- Before running codes, make a virtual environment and install all required libraries using following command:
python -m pip install -r requirements.txt