You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| SSR | Sequence Semantic Retrieval Model |[Multi-Rate Deep Learning for Temporal Recommendation](http://sonyis.me/paperpdf/spr209-song_sigir16.pdf)(2016) |
28
+
| TDM | Tree-based Deep Model |[Learning Tree-based Deep Model for Recommender Systems](https://arxiv.org/pdf/1801.02294.pdf)(2018) |
29
+
| Word2Vec | word2vector |[Distributed Representations of Words and Phrases and their Compositionality](https://papers.nips.cc/paper/5021-distributed-representations-of-words-and-phrases-and-their-compositionality.pdf)(2013) |
30
+
31
+
## 使用教程
32
+
### 数据处理
33
+
```shell
34
+
sh data_process.sh
35
+
```
36
+
### 训练
37
+
```shell
38
+
python -m fleetrec.run -m config.yaml -d cpu -e single
0 commit comments