Skip to content

A simplified explanation of gradient descent for linear regression in python using numpy

Notifications You must be signed in to change notification settings

sahil210695/gradient-descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Gradient Descent Explaination

Simplified explanation of gradient descent for linear regression in python using numpy

Table of Contents

  1. Create Data
  2. Solve Direclty
  3. Gradient Descent
  4. Stochastic Gradient Descent
  5. Mini-batch Gradient Descent

Hope this helps in reducing the Confusion using gradient descent ๐Ÿ˜Ž๐Ÿ‘โœŒ๏ธ

About

A simplified explanation of gradient descent for linear regression in python using numpy

Topics

Resources

Stars

Watchers

Forks