TO DO :
- Modify input to dict in exp
Here is a library of algorithms for recommender system. This is part of my Recommender Systems Survey available here
- ALS-WR : Alternating-Least-Squares with Weighted-λ-Regularization Zhou et al
- FM : Factorization Machine Rendle
- RSVD : Regularized SVD Paterek
- Improved RSVD Paterek
- RBM for Collaborative Filtering Hinton et al
- SVD++ : to come Koren1
- TimeSVD++ : to come Koren2