This repository contains an implementation of gradient descent for linear regression using Python. The purpose of this project is to demonstrate how gradient descent can be used to optimize a simple ...
Gradient Descent- An optimization algorithm written in Python that minimizes a function by iteratively moving in the direction of the steepest descent, as determined by the negative gradient. It is ...