提交 f6435253 编写于 作者: H hanjun996

update readme

上级 6335598f
......@@ -4,6 +4,17 @@ This is an implementation of WideDeep as described in the [Wide & Deep Learning
WideDeep model jointly trained wide linear models and deep neural network, which combined the benefits of memorization and generalization for recommender systems.
## Requirements
- Install [MindSpore](https://www.mindspore.cn/install/en).
- Download the dataset and convert the dataset to mindrecord, command as follows:
```
python src/preprocess_data.py
```
Arguments:
* `--data_path`: Dataset storage path (Default: ./criteo_data/).
## Dataset
The Criteo datasets are used for model training and evaluation.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册