Skip to content

rajcscw/spsa-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spsa-optimization

This repository implements Simultaneous Perturbation Stochastic Approximation (SPSA) developed by James Spall.

SPSA is a method used to find global minima. The important stand-out feature from other optimization algorihtms is that, it approximates gradient instead of computing the gradient. At each step we estimate the gradient and take a step towards the minimum. For estimation of gradient, we use only two loss measurements and hence this does not require any hand coded symbolic gradient derivations.

For the usage of this optimizer, refer to scripts/tests/test_spsa_multi_linear.py.

References:

About

Repository to implement SPSA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages