Skip to content

aks7816/Gradient-Descent-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradient Descent for 2D

2D Gradient Descent

  • This is a visualization of gradient descent on a 2D function. Here, the function being used is sin(x), and the gradient descent is used to find the minimum of the function.

Gradient Descent for 3D

3D Gradient Descent

  • This is a visualization of gradient descent on a 3D surface. The function being optimized is z(x, y) = (sin(5x) * cos(5y)) / 5. The goal is to find the minimum of this function, starting from different initial points. The visualization shows how multiple points move on the surface, descending towards the minimum using gradient descent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages