Skip to content

Commit 2e33a2a

Browse files
Create README.md
1 parent 27afd61 commit 2e33a2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We have implemented some popular and promising recommendation systems with deep
55
Usage: Simply download the corresponding file, modify some lines according to your own configuration, then run "python xxxx.py". Currently we aim to provide the opportunity for communication in research area. Later we plan to build an integrated tool for off-the-shelf usage. So kindly let me know if you have any suggestions.
66

77
DeepFM: https://arxiv.org/abs/1703.04247 DeepFM: A Factorization-Machine based Neural Network for CTR Prediction. We implement the model according to the paper. Some results (AUC) on the demo dataset: Linear only: 0.667 FM only: 0.684 DNN only: 0.670 DeepFM: 0.692 .
8-
Notice: (1) Input format is the same as svmlight, feature index starts with 1.
9-
(2) You have to provide the "field number" (a.k.a field_cnt in the source code) for the input feature file. All instances have exactly field_cnt fields. Each field can be numerical type or categorical (one-hot) type.
8+
Notice: \item (1) Input format is the same as svmlight, feature index starts with 1.
9+
\item (2) You have to provide the "field number" (a.k.a field_cnt in the source code) for the input feature file. All instances have exactly field_cnt fields. Each field can be numerical type or categorical (one-hot) type.
1010

1111
ccf_net: http://dl.acm.org/citation.cfm?id=3054207 Part of the paper "CCCFNet: A Content-Boosted Collaborative Filtering Neural Network for Cross Domain Recommender Systems". The original code was written in c#. We re-implement the model in tensorflow for unification. The demo data is from MovieLens.

0 commit comments

Comments
 (0)