jingyi-zhu / Fast2SPSA

The MATLAB code below implements the second-order SPSA (simultaneous perturbation stochastic approximation) and second-order SG (stochastic gradient) in an efficient manner, such that the FLOPS-per-iteration is reduced from $O(p^3)$ to $O(p^2)$ where $p$ is the dimension of the underlying parameter. See more details in "Efficient Implementation …
11Updated 4 years ago

Alternatives and similar repositories for Fast2SPSA:

Users that are interested in Fast2SPSA are comparing it to the libraries listed below