misalraj / ML-specialization-notes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
1 Supervised Machine Learning: Regression and Classification πŸ”— πŸ”—
2 Advanced Learning Algorithms πŸ”— Added soon
3 Unsupervised Learning and Recommender Systems πŸ”— Added 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

About

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


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%