File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ The recommender models supported by Cornac are listed below. Why don't you join
135135
136136| Year | Model and paper | Additional dependencies | Examples |
137137| :---: | --- | :---: | :---: |
138- | 2021 | [ Bilateral Variational Autoencoder for Collaborative Filtering (BiVAECF)] ( cornac/models/bivaecf ) , [ paper] ( # ) | [ requirements.txt] ( cornac/models/bivaecf/requirements.txt ) |
138+ | 2021 | [ Bilateral Variational Autoencoder for Collaborative Filtering (BiVAECF)] ( cornac/models/bivaecf ) , [ paper] ( # ) | [ requirements.txt] ( cornac/models/bivaecf/requirements.txt ) | [ PreferredAI/bi-vae ] ( https://github.com/PreferredAI/bi-vae )
139139| 2018 | [ Collaborative Context Poisson Factorization (C2PF)] ( cornac/models/c2pf ) , [ paper] ( https://www.ijcai.org/proceedings/2018/0370.pdf ) | N/A | [ c2pf_exp.py] ( examples/c2pf_example.py )
140140| | [ Multi-Task Explainable Recommendation (MTER)] ( cornac/models/mter ) , [ paper] ( https://arxiv.org/pdf/1806.03568.pdf ) | N/A | [ mter_exp.py] ( examples/mter_example.py )
141141| | [ Neural Attention Rating Regression with Review-level Explanations (NARRE)] ( cornac/models/narre ) , [ paper] ( http://www.thuir.cn/group/~YQLiu/publications/WWW2018_CC.pdf ) | [ requirements.txt] ( cornac/models/narre/requirements.txt ) | [ narre_example.py] ( examples/narre_example.py )
You can’t perform that action at this time.
0 commit comments