Skip to content

Implemantation of Gradient Descent from scratch using Python.

Notifications You must be signed in to change notification settings

SadmanSakib93/Gradient-Descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Gradient-Descent

Implemantation of Gradient Descent from scratch using Python.

  1. See the Function Defination.PNG to find the functions that have been used in the code.
  2. Run the python file to see the results of Gradient Descent.