An open API service indexing awesome lists of open source software.

https://github.com/sadmansakib93/gradient-descent

Implemantation of Gradient Descent from scratch using Python.
https://github.com/sadmansakib93/gradient-descent

gradient-descent gradient-descent-algorithm implemantation minimization optimization python

Last synced: about 1 month ago
JSON representation

Implemantation of Gradient Descent from scratch using Python.

Awesome Lists containing this project

README

          

# 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.