From 4d68bbf84c50c82a824ddd2fefc099045f46f7a3 Mon Sep 17 00:00:00 2001 From: liaogang Date: Wed, 8 Mar 2017 07:54:05 +0800 Subject: [PATCH] FIx syntax errors --- recommender_system/README.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recommender_system/README.en.md b/recommender_system/README.en.md index 7c25cc9..b192b11 100644 --- a/recommender_system/README.en.md +++ b/recommender_system/README.en.md @@ -80,7 +80,7 @@ Figure 3. A hybrid recommendation model. 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 donwload and preprocess `MovieLens` 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. ```python # Run this block to show dataset's documentation @@ -165,7 +165,7 @@ User rates Movie