Skip to content

An implementation of the Fibonacci method for gradient descent, featuring a TKinter GUI for inputting the function / parameters to be examined and a matplotlib plot of the function and results.

RaspberryEmma/Fibonacci-Method-Gradient-Descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Fibonacci-Method-Gradient-Descent

An implementation of the Fibonacci method for gradient descent, featuring a TKinter GUI for inputting the function / parameters to be examined and a matplotlib plot of the function and results.

The geeks for geeks guide on embedding Matplotlib into Tkinter found here (https://www.geeksforgeeks.org/how-to-embed-matplotlib-charts-in-tkinter-gui/) was consulted to figure out how to embed the graph properly.

TODO:

  • re-use axis for multiple plots, improving usability

About

An implementation of the Fibonacci method for gradient descent, featuring a TKinter GUI for inputting the function / parameters to be examined and a matplotlib plot of the function and results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages