← 返回首页
GitHub - Russolves/Coding-step-size-optimizers: Manually hand-coding in step-size optimizers (momentum and Adam) for deep learning neural networks · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Russolves/Coding-step-size-optimizers

Go to file
Code

Repository files navigation

More items

Coding-step-size-optimizers

Manually hand-coding step-size optimizers (momentum and Adam) for deep learning neural networks. This was achieved through further modification of the logic used in stochastic gradient descent.

Project Description

Project contains a ComputationalGraphPrimer file that contains all the classes required for training model through stochastic gradient descent (SGD). The 2 other files for single-neuron classifier and multi-neuron classifier contain classes with functions overwritten in order to achieve stochastic gradient descent with momentum and Adam.

About

Manually hand-coding in step-size optimizers (momentum and Adam) for deep learning neural networks

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.