Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 303 Bytes

Factorization Machines

My implementation of the algorithms described in:

  • [S. Rendle, 2012]
    S. Rendle, "Factorization Machines with libFM," ACM Trans. Intell. Syst. Technol., 3(3), May 2012.

Implemented Algorithms

  • SGD
  • SGD with Adaptive Regularization
  • ALS
  • MCMC