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.
- Host: GitHub
- URL: https://github.com/sadmansakib93/gradient-descent
- Owner: SadmanSakib93
- Created: 2019-12-25T04:55:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T05:02:12.000Z (over 6 years ago)
- Last Synced: 2025-03-01T11:27:07.689Z (over 1 year ago)
- Topics: gradient-descent, gradient-descent-algorithm, implemantation, minimization, optimization, python
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.