All Projects → timvieira → Lazygrad

timvieira / Lazygrad

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

Programming Languages

python
139335 projects - #7 most used programming language

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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].