Skip to content
This repository was archived by the owner on May 14, 2023. It is now read-only.

asahi417/StochasticOptimizers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Stochastic Optimizers Test

Simple stochastic optimizer comparison over classification/regression tasks. The repository was originally designed as a supplemental material for my lecture for stochastic optimization (slide),
which was aimed to test recent stochastic optimizers' basic capacity with a linear model, and not any neural networks as we just want to see the convergence properties. The implementation follows scikit learn as each algorithm has fit and predict. One can find sample use case in notebook, and figure 1 is the learning curve from it.


Fig 1: Learning curve result on MNIST

Get started

git clone https://github.com/asahi417/StochasticOptimizers
cd StochasticOptimizers
pip install .

Optimizers

About

Simple stochastic optimizer comparison over classification tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages