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
- Host: GitHub
- URL: https://github.com/eladrich/seboost
- Owner: eladrich
- Created: 2016-10-22T16:53:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T17:02:30.000Z (over 9 years ago)
- Last Synced: 2025-01-15T18:24:50.116Z (about 1 year ago)
- Language: Lua
- Homepage: https://arxiv.org/abs/1609.00629
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gradient-boosting-papers - [Code
- awesome-gradient-boosting-papers - [Code
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.