Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengg authored Aug 24, 2017
1 parent 328b288 commit 2ad60bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This directory contains the code for running a Wide and Deep model. It also runs in Cloud ML Engine. This code has been tested on Python 2.7 but should also run on Python 3.5

Follow along the codelab here: bit.ly/widendeep-slides
Follow along the codelab here: http://bit.ly/widendeep-slides

# About the dataset and model
Wide and deep jointly trains wide linear models and deep neural networks -- to combine the benefits of memorization and generalization for recommender systems. See the [research paper](https://arxiv.org/abs/1606.07792) for more details. The code is based on the [TensorFlow wide and deep tutorial](https://www.tensorflow.org/tutorials/wide_and_deep/).
Expand All @@ -12,9 +12,9 @@ We will use the [Kaggle Criteo Dataset](https://www.kaggle.com/c/criteo-display-
The dataset is downloaded as part of the script (and in the cloud directly uses the copy stored online).

If you wish to download a copy, the data are located here:
gs://dataset-uploader/criteo-kaggle/small_version -- 2.5MB, 10K rows
gs://dataset-uploader/criteo-kaggle/medium_version -- 273MB, 1M rows
gs://dataset-uploader/criteo-kaggle/large_version -- 2.7GB, 10M rows
- gs://dataset-uploader/criteo-kaggle/small_version -- 2.5MB, 10K rows
- gs://dataset-uploader/criteo-kaggle/medium_version -- 273MB, 1M rows
- gs://dataset-uploader/criteo-kaggle/large_version -- 2.7GB, 10M rows

Each folder contains 2 files: train.csv and eval.csv

Expand Down

0 comments on commit 2ad60bf

Please sign in to comment.