Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

readme.md

Day 46 of #100DaysOfCode

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

Task

  1. Check Gadient Descent for convergence
  2. Choosing best learning rate
  3. Simple Linear Regression code

Resources

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

Topics I have learnt

  1. Check Gadient Descent for convergence
  2. Choosing best learning rate
  3. Also wrote Linear Regression code

My notebooks

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

Conclusion:

Today I learned how to check that gradient descent is converged using learning curve and how to choose best learning rate. Also wrote code for simple linear regression.