https://github.com/pingsutw/recommendation-system
Recommendation system implementation
https://github.com/pingsutw/recommendation-system
ai click-through-rate ctr deep-learning deepfm tensorflow
Last synced: about 2 months ago
JSON representation
Recommendation system implementation
- Host: GitHub
- URL: https://github.com/pingsutw/recommendation-system
- Owner: pingsutw
- License: mit
- Created: 2020-05-13T12:09:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T15:45:26.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T18:44:18.223Z (4 months ago)
- Topics: ai, click-through-rate, ctr, deep-learning, deepfm, tensorflow
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recommendation-system
### Download criteo dataset
```bash
./download_criteo.sh
```
### Transform csv data to libsvm
```bash
python3 preprocess.py --input_dir=./data/ --output_dir=./data/ --cutoff=200
```