An open API service indexing awesome lists of open source software.

https://github.com/eladrich/seboost

SEBOOST - Boosting Stochastic Learning Using Subspace Optimization
https://github.com/eladrich/seboost

Last synced: 10 months ago
JSON representation

SEBOOST - Boosting Stochastic Learning Using Subspace Optimization

Awesome Lists containing this project

README

          

# seboost
This is an implementation of the seboost optimization method proposed in "SEBOOST - Boosting Stochastic Learning Using Subspace Optimization Techniques".

The optimiztion function is written using the standard format for optim functions in Torch.

Example code using the function will be added soon.