Day 46 of #100DaysOfCode
I have created a repository having all my notes and codes of Machine learning specialization course. 🔗
- Check Gadient Descent for convergence
- Choosing best learning rate
- Simple Linear Regression code
- Machine Learning Specialization Course 🔗
-
- Course 1: Supervised Machine Learning: Regression and Classification 🔗
- Check Gadient Descent for convergence
- Choosing best learning rate
- Also wrote Linear Regression code
- All of my notes of this course are in my ML speicalization notes repository. 🔗
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.