Skip to content
forked from comadan/FM_FTRL

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

License

Notifications You must be signed in to change notification settings

Schwimmer/FM_FTRL

 
 

Repository files navigation

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: https://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: https://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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%