Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update model_list.md #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions model_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ We summarize all the models in the following table (arranged in lexicographic or
| [**FFM**](https://recbole.io/docs/user_guide/model/context/ffm.html) | RecSys'16 | Field-aware Factorization Machines for CTR Prediction | [**RecBole**](https://github.com/RUCAIBox/RecBole) |
| [**FISM**](https://recbole.io/docs/user_guide/model/general/fism.html) | KDD'13 | FISM: Factored Item Similarity Models for Top-N Recommender Systems | [**RecBole**](https://github.com/RUCAIBox/RecBole) |
| [**FM**](https://recbole.io/docs/user_guide/model/context/fm.html) | ICDM'10 | Factorization Machines | [**RecBole**](https://github.com/RUCAIBox/RecBole) |
| [**FM2**](https://recbole.io/docs/user_guide/model/context/fm2.html) | WWW'21 | Field-matrixed Factorization Machines for Recommender Systems | [**RecBole**](https://github.com/RUCAIBox/RecBole) |
| [**FNN**](https://recbole.io/docs/user_guide/model/context/fnn.html) | ECIR'16 | Deep Learning over Multi-field Categorical Data | [**RecBole**](https://github.com/RUCAIBox/RecBole) |
| [**FOCF**](https://github.com/TangJiakai/RecBole-FairRec/blob/master/recbole/model/fair_recommender/focf.py) | NIPS'17 | Beyond Parity: Fairness Objectives for Collaborative Filtering | [**RecBole-FairRec**](https://github.com/TangJiakai/RecBole-FairRec) |
| [**FOMeLU**](https://github.com/nuster1128/RecBole-MetaRec/blob/master/recbole_metarec/model/FOMeLU/FOMeLU.py) | KDD'19 | MeLU: Meta-Learned User Preference Estimator for Cold-Start Recommendation | [**RecBole-MetaRec**](https://github.com/nuster1128/RecBole-MetaRec) |
Expand Down