cxsmarkchan / RaFM
An implementation of RaFM. Xiaoshuang Chen, Yin Zheng, Jiaxiang Wang, et al. "RaFM: Rank-Aware Factorization Machines"
☆12Updated 6 years ago
Alternatives and similar repositories for RaFM:
Users that are interested in RaFM are comparing it to the libraries listed below
- code for ResSys'18 paper: "Exploring Recommendations Under User-Controlled Data Filtering"☆23Updated 6 years ago
- PyTorch implementation of delayed-feedback-model (DFM)☆14Updated 3 years ago
- Implementation of AutoSVD++ (SIGIR 2017)☆15Updated 6 years ago
- This is the repository for our WSDM 2020 publication: Interpretable Click-through Rate Prediction through Hierarchical Attention☆40Updated 5 years ago
- LambdaFM: Learning Optimal Ranking with Factorization Machines Using Lambda Surrogates☆18Updated 5 years ago
- ☆11Updated 3 years ago
- Code for our WWW'2020 paper "Efficient Neural Interaction Function Search for Collaborative Filtering"☆25Updated 5 years ago
- ☆17Updated 7 years ago
- Code and other stuff for my master thesis☆17Updated 7 years ago
- code of Generalized Delayed Feedback Model with Post-Click Information in Recommender Systems, NeurIPS 2022☆10Updated 2 years ago
- Implemented SVD, SVD++ and timeSVD++. Can be used on the netflix data to make predictions. Data can be downloaded from https://minnow.noi…