Skip to content

Implementation of vanilla gradient descent, Newton’s method, damped Newton’s method, conjugate gradient descent method, momentum, Nesterov accelerated gradient, Adagrad, Adadelta/RMSprop, and Adam.

Notifications You must be signed in to change notification settings

pkglimmer/Gradient-descent-R-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • vanilla gradient descent
  • Newton’s method
  • damped Newton’s method
  • conjugate gradient descent
  • momentum
  • Nesterov accelerated gradient
  • Adagrad
  • Adadelta/RMSprop
  • Adam

Functions (optimization and visualization) are all implemented in gradientDescent.R . To run the demo, use RStudio to see the visualized graphs and charts, and tweak the parameters.

About

Implementation of vanilla gradient descent, Newton’s method, damped Newton’s method, conjugate gradient descent method, momentum, Nesterov accelerated gradient, Adagrad, Adadelta/RMSprop, and Adam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages