Skip to content

dpiede/gradient-descent-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradient Descent Optimization

A mini project implementing gradient descent optimization from scratch using NumPy.

Overview

This project explores gradient descent, a fundamental optimization algorithm for training machine learning models. It includes implementations for simple linear regression and vectorized multiple linear regression.

About

Implementing the gradient-descent algorithm from scratch - standard and vectorized approach for e.g. multiple linear regression.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors