All Projects → comadan → Fm_ftrl

comadan / Fm_ftrl

Licence: mit
Hashed Factorization Machine with Follow The Regularized Leader for Kaggle Avazu Click-Through Rate Competition

Programming Languages

python
139335 projects - #7 most used programming language

FM_FTRL

Hashed Factorization Machine with Follow The Regularized Leader online learning for Kaggle Avazu Click-Through Rate Competition

Based on Tinrtgu's code at: http://www.kaggle.com/c/avazu-ctr-prediction/forums/t/10927/beat-the-benchmark-with-less-than-1mb-of-memory

Features:

  • online learning
  • feature hashing to limit memory footprint
  • Follow the Regularized Leader (FTRL) optimization: http://research.google.com/pubs/pub41159.html
  • Factorization Machine (low rank matrix factorization)
  • L1 and L2 regularization
  • dropout regularization option

Run fast with pypy:

pypy runmodel_example.py

or run slow with regular python:

python runmodel_example.py
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].