https://github.com/bhattbhavesh91/gradient-descent-numpy-example
Gradient Descent Algorithm Implementation using NumPy
https://github.com/bhattbhavesh91/gradient-descent-numpy-example
gradient-descent gradient-descent-algorithm linear-regression numpy
Last synced: 8 months ago
JSON representation
Gradient Descent Algorithm Implementation using NumPy
- Host: GitHub
- URL: https://github.com/bhattbhavesh91/gradient-descent-numpy-example
- Owner: bhattbhavesh91
- License: gpl-3.0
- Created: 2017-08-06T07:58:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T12:48:59.000Z (about 6 years ago)
- Last Synced: 2025-03-29T06:11:20.093Z (8 months ago)
- Topics: gradient-descent, gradient-descent-algorithm, linear-regression, numpy
- Language: Jupyter Notebook
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradient Descent Example for Linear Regression.
This example project demonstrates how the gradient descent algorithm may be used to solve a linear regression problem.
The algorithm is implemented using Numpy package of python.