Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

readme.md

Day 41 of #100DaysOfCode

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

Task

  1. Gradient Descent

Resources

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

Topics I have learnt

  1. Gradient Descent
  • What is gradient descent
  • What is the use of gradient descent
  • Working of gradient descent

Software used:

  • Jupyter Notebook
  • Python 3.10.2

My notebooks

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

Conclusion:

Today I learned about what Gradient descent is and how it works. It's really great, like finding best parameters for Cost function which makes it's value as minimum as possible.