saahil1292 / GradientDescentNumPyExample

Gradient Descent Algorithm Implementation using NumPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Gradient Descent Algorithm Implementation using NumPy


Languages

Language:Jupyter Notebook 100.0%