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

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

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.