Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradient descent

Basic gradient descent algorithm in C++ to minimize a mathematical function defined as z(x, y) = x * y * (6 - x - y).

This's simple code that demonstrates how the gradient descent works. I'm using matplotlib to dynamically plot the path of the gradient descent process in real-time. Marks the starting point (red), intermediate path points (blue), and the final point (green).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages