guoguibing / librec

LibRec: A Leading Java Library for Recommender Systems, see
https://www.librec.net/
Other
3.24k stars 1.03k forks source link

Add FMFTRLRecommender Alogrithm #215

Closed shitou112 closed 6 years ago

shitou112 commented 6 years ago

We use Follow-The-regularized-Leader method to optimize Factorization Machine algorithm.This algorithm is more effective at producing sparsity. It has a higher precision than FMSGDRecommender and FMALSRecommender.