jlabhishek / SGD-Variants

Implementation of different variants of Gradient Descent(SGD, Nag, Adam, Momentum)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SGD-Variants

Look at run.sh, command_line_options.txt and the hyperparamets+Readme file for instructions to run the code Faster_version--> Run the code in python terminal, It is faster as it doesn't use unnecessary command line argument and file printing.

Do raise issues if you find Any.

About

Implementation of different variants of Gradient Descent(SGD, Nag, Adam, Momentum)


Languages

Language:Python 99.9%Language:Shell 0.1%