https://github.com/autuanliu/torchctr
Recommended system(2018-2019); CTR prediction;Recommended-System-PyTorch===>> WIP
https://github.com/autuanliu/torchctr
ctr-prediction deep-learning python36 pytorch-implementation recommendation-algorithms recommendation-system
Last synced: 7 months ago
JSON representation
Recommended system(2018-2019); CTR prediction;Recommended-System-PyTorch===>> WIP
- Host: GitHub
- URL: https://github.com/autuanliu/torchctr
- Owner: AutuanLiu
- License: mit
- Created: 2019-03-07T01:37:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T10:44:58.000Z (over 3 years ago)
- Last Synced: 2023-09-27T10:45:45.030Z (over 2 years ago)
- Topics: ctr-prediction, deep-learning, python36, pytorch-implementation, recommendation-algorithms, recommendation-system
- Language: Jupyter Notebook
- Homepage:
- Size: 4.66 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recommended-System-PyTorch
Recommended system(2018-2019)
**参考腾讯开源工具[PyTorch On Angel, arming PyTorch with a powerful Parameter Server, which enable PyTorch to train very big models.](https://github.com/Angel-ML/PyTorch-On-Angel)**
## Data
(**Fin**)
1. movielen data
- [ml-latest](http://files.grouplens.org/datasets/movielens/ml-latest.zip)
- [ml-100k](http://files.grouplens.org/datasets/movielens/ml-100k.zip)
- [ml-1m](http://files.grouplens.org/datasets/movielens/ml-1m.zip)
- [ml-10m](http://files.grouplens.org/datasets/movielens/ml-10m.zip)
- [ml-20m](http://files.grouplens.org/datasets/movielens/ml-20m.zi)
2. Criteo data
- [dac](https://s3-eu-west-1.amazonaws.com/kaggle-display-advertising-challenge-dataset/dac.tar.gz)
## Embedding
(**Fin**)
1. sparse features
2. sequence features
3. dense features
## CTR 模型
(**WIP**)
| model | structure |
| :------------: | :----------------------------: |
| FM |  |
| FFM |  |
| DeepFM-201703 |  |
| xDeepFM-2018 |  |
| AFM-201708 |  |
| NFM-201708 |  |
| FGCNN-201904 |  |
| MLR |  |
| NFFM |  |
| WDL |  |
| PNN-201611 |  |
| CIN |  |
| CCPM-201510 |  |
| AutoInt-201810 |  |
| DCN-201708 |  |
| DSIN |  |
| FNN-201601 |  |
| DIEN |  |
| DIN-201706 |  |
## Refrences
1. 《推荐系统实践》
2. git@github.com:dawenl/vae_cf.git
3. git@github.com:eelxpeng/CollaborativeVAE.git
4. git@github.com:hidasib/GRU4Rec.git
5. git@github.com:hexiangnan/neural_collaborative_filtering.git
6. git@github.com:NVIDIA/DeepRecommender.git
7. [shenweichen/DeepCTR](https://github.com/shenweichen/DeepCTR)