From 4d6c4681734ea8b54decc3bad275ddd3fc9acea3 Mon Sep 17 00:00:00 2001 From: liaogang Date: Wed, 8 Mar 2017 07:56:06 +0800 Subject: [PATCH] delete subtitle --- recommender_system/README.en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/recommender_system/README.en.md b/recommender_system/README.en.md index 8e3d9a9..637b336 100644 --- a/recommender_system/README.en.md +++ b/recommender_system/README.en.md @@ -76,8 +76,6 @@ Figure 3. A hybrid recommendation model. ## Dataset -### Data preparation and downloading - We use the [MovieLens ml-1m](http://files.grouplens.org/datasets/movielens/ml-1m.zip) to train our model. This dataset includes 10,000 ratings of 4,000 movies from 6,000 users to 4,000 movies. Each rate is in the range of 1~5. Thanks to GroupLens Research for collecting, processing and publishing the dataset. `paddle.v2.datasets` package encapsulates multiple public datasets, including `cifar`, `imdb`, `mnist`, `moivelens` and `wmt14`, etc. There's no need for us to manually download and preprocess `MovieLens` dataset. -- GitLab