/ML-specialization-notes

This respository having all my notes of Machine learning specialization course by Deep learning.ai

Primary LanguageJupyter Notebook

Machine Learning Specialization Course notes

This respository having all my notes of Machine learning specialization course by Deeplearning.ai.

Machine Learning specialization 🔗

What this repo includes:

  • 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 11th 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 😊.

Clone this repository

git clone https://github.com/Param302/ML-specialization-notes.git

Setup

  • Before running codes, make a virtual environment and install all required libraries using following command:
python -m pip install -r requirements.txt