Skip to content

Lazily regularized updates for Adagrad with sparse features. Implemented in Cython for efficiency.

Notifications You must be signed in to change notification settings

timvieira/lazygrad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazily regularized updates for Adagrad with sparse features. Implemented in Cython for efficiency.

Compile and install

$ pip install -e .

Run test
$ python -c 'import lazygrad.adagrad as a; a.test()'

Implementation is based on

Kummerfeld et al. 2015, "An Empirical Analysis of Optimization for Max-Margin NLP"

About

Lazily regularized updates for Adagrad with sparse features. Implemented in Cython for efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages