An open API service indexing awesome lists of open source software.

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

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
```