optimizer-visualization
Visualize gradient descent optimization algorithms in Tensorflow.
All methods start at the same location, specified by two variables. Both x and y variables are improved by the following Optimizers:
For an overview of each gradient descent optimization algorithms, visit this helpful resource.