Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.13 KB

readme.md

File metadata and controls

23 lines (15 loc) · 1.13 KB

Day 48 of #100DaysOfCode

I have created a repository having all my notes and codes of Machine learning specialization course. 🔗

Task

  1. Linear Regression code with Gradient Descent in Python

Resources

  • Machine Learning Specialization Course 🔗
    • Course 1: Supervised Machine Learning: Regression and Classification 🔗

Topics I have learnt

  1. Ipmlemented Linear Regression code with Gradient Descent in Python (week 2 programming assignment)

My notebooks

  • All of my notes of this course are in my ML speicalization notes repository. 🔗

Conclusion:

Today I did programming assignment of linear regression and with this, Week 2 is completed 🥳.

So far, my pace is good!

Tomorrow, I will use all the things which I learned till now and make linear / polynomial regression model.