Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mouna.mn committed Sep 7, 2018
1 parent 1e8cf35 commit 07bc117
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ Because getting and processing the data is time consuming,so we had processed
tar -zxvf data.tar.gz
mv data/* .
```
When you see the files below, you can do the next work.
> cat_voc.pkl
> mid_voc.pkl
> uid_voc.pkl
> local_train_splitByUser
> local_test_splitByUser
When you see the files below, you can do the next work.
- cat_voc.pkl
- mid_voc.pkl
- uid_voc.pkl
- local_train_splitByUser
- local_test_splitByUser
## train model
```
python train.py train [model name]
```
The model blelow had been supported:
> DNN
> PNN
> Wide (Wide&Deep NN)
> DIN (https://arxiv.org/abs/1706.06978)
> DIEN (Our model)
The model blelow had been supported:
- DNN
- PNN
- Wide (Wide&Deep NN)
- DIN (https://arxiv.org/abs/1706.06978)
- DIEN (Our model)

0 comments on commit 07bc117

Please sign in to comment.