Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1020 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 1020 Bytes

Day 44 of #100DaysOfCode

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

Task

  1. Vectorization
  2. Gradient Descent for multiple linear regression

Resources

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

Topics I have learnt

  1. Vectorization
  2. Gradient Descent formula

My notebooks

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

Conclusion:

Today I learned what is vectorization, how vectorization is faster than loop. Also, formula for gradient descent in multiple linear regression.