diff --git a/README.en.md b/README.en.md index 436195e42a60188cc0c109c66f0e26fa2ce0b954..f69e5c1544479f7ec5f83d4e26df59c41c97a6b2 100644 --- a/README.en.md +++ b/README.en.md @@ -1,13 +1,13 @@ # Deep Learning with PaddlePaddle -1. [Fit a Line](http://book.paddlepaddle.org/fit_a_line/index.en.html) -1. [Recognize Digits](http://book.paddlepaddle.org/recognize_digits/index.en.html) -1. [Image Classification](http://book.paddlepaddle.org/image_classification/index.en.html) -1. [Word to Vector](http://book.paddlepaddle.org/word2vec/index.en.html) -1. [Understand Sentiment](http://book.paddlepaddle.org/understand_sentiment/index.en.html) -1. [Label Semantic Roles](http://book.paddlepaddle.org/label_semantic_roles/index.en.html) -1. [Machine Translation](http://book.paddlepaddle.org/machine_translation/index.en.html) -1. [Recommender System](http://book.paddlepaddle.org/recommender_system/index.en.html) +1. [Fit a Line](http://book.paddlepaddle.org/01.fit_a_line/index.en.html) +1. [Recognize Digits](http://book.paddlepaddle.org/02.recognize_digits/index.en.html) +1. [Image Classification](http://book.paddlepaddle.org/03.image_classification/index.en.html) +1. [Word to Vector](http://book.paddlepaddle.org/04.word2vec/index.en.html) +1. [Understand Sentiment](http://book.paddlepaddle.org/05.understand_sentiment/index.en.html) +1. [Label Semantic Roles](http://book.paddlepaddle.org/06.label_semantic_roles/index.en.html) +1. [Machine Translation](http://book.paddlepaddle.org/07.machine_translation/index.en.html) +1. [Recommender System](http://book.paddlepaddle.org/08.recommender_system/index.en.html) ## Running the Book diff --git a/README.md b/README.md index 31275762cca429263470091ddcbe05541d02e14a..3e71a5c9346fa96ea91f842b6f587ae372fc3721 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # 深度学习入门 -1. [新手入门](http://book.paddlepaddle.org/fit_a_line) -1. [识别数字](http://book.paddlepaddle.org/recognize_digits) -1. [图像分类](http://book.paddlepaddle.org/image_classification) -1. [词向量](http://book.paddlepaddle.org/word2vec) -1. [情感分析](http://book.paddlepaddle.org/understand_sentiment) -1. [语义角色标注](http://book.paddlepaddle.org/label_semantic_roles) -1. [机器翻译](http://book.paddlepaddle.org/machine_translation) -1. [个性化推荐](http://book.paddlepaddle.org/recommender_system) +1. [新手入门](http://book.paddlepaddle.org/01.fit_a_line) +1. [识别数字](http://book.paddlepaddle.org/02.recognize_digits) +1. [图像分类](http://book.paddlepaddle.org/03.image_classification) +1. [词向量](http://book.paddlepaddle.org/04.word2vec) +1. [情感分析](http://book.paddlepaddle.org/05.understand_sentiment) +1. [语义角色标注](http://book.paddlepaddle.org/06.label_semantic_roles) +1. [机器翻译](http://book.paddlepaddle.org/07.machine_translation) +1. [个性化推荐](http://book.paddlepaddle.org/08.recommender_system) ## 运行这本书 diff --git a/index.en.html b/index.en.html index 6b19f3a651cc481c06f492f4369b2a6eeed8fc82..637b03028a4c2e3bf774199d8ee4289dd8cde0f6 100644 --- a/index.en.html +++ b/index.en.html @@ -103,35 +103,35 @@
- + Linear Regression - + Recognize Digits - + Image Classification - + Word2Vec - + Sentiment Analysis - + Semantic Role Labeling - + Machine Translation - + Personalized Recommendation diff --git a/index.en.html.json b/index.en.html.json index 354d0d99b929d6b734b3804566137995e977bae7..7dac20ddb75d58b958c58f1bbdeeb4cb8189ab28 100644 --- a/index.en.html.json +++ b/index.en.html.json @@ -3,35 +3,35 @@ "chapters": [ { "name": "Linear Regression", - "link": "./fit_a_line/index.en.html" + "link": "./01.fit_a_line/index.en.html" }, { "name": "Recognize Digits", - "link": "./recognize_digits/index.en.html" + "link": "./02.recognize_digits/index.en.html" }, { "name": "Image Classification", - "link": "./image_classification/index.en.html" + "link": "./03.image_classification/index.en.html" }, { "name": "Word2Vec", - "link": "./word2vec/index.en.html" + "link": "./04.word2vec/index.en.html" }, { "name": "Sentiment Analysis", - "link": "./understand_sentiment/index.en.html" + "link": "./05.understand_sentiment/index.en.html" }, { "name": "Semantic Role Labeling", - "link": "./label_semantic_roles/index.en.html" + "link": "./06.label_semantic_roles/index.en.html" }, { "name": "Machine Translation", - "link": "./machine_translation/index.en.html" + "link": "./07.machine_translation/index.en.html" }, { "name": "Personalized Recommendation", - "link": "./recommender_system/index.en.html" + "link": "./08.recommender_system/index.en.html" } ] } diff --git a/index.html b/index.html index a216d3110262f71774c6bb95aaf46cd3b17c9e99..d1bc2ca0e16985ab63b965770cf001b16eb7fbf3 100644 --- a/index.html +++ b/index.html @@ -107,35 +107,35 @@
- + 新手入门 - + 识别数字 - + 图像分类 - + 词向量 - + 情感分析 - + 语义角色标注 - + 机器翻译 - + 个性化推荐 diff --git a/index.html.json b/index.html.json index 65beb7c422560427c14f6013e0c0c577382edb3a..a678a5a0d0744810bade16f0ae45e762b651a0e8 100644 --- a/index.html.json +++ b/index.html.json @@ -3,35 +3,35 @@ "chapters": [ { "name": "新手入门", - "link": "./fit_a_line/index.html" + "link": "./01.fit_a_line/index.html" }, { "name": "识别数字", - "link": "./recognize_digits/index.html" + "link": "./02.recognize_digits/index.html" }, { "name": "图像分类", - "link": "./image_classification/index.html" + "link": "./03.image_classification/index.html" }, { "name": "词向量", - "link": "./word2vec/index.html" + "link": "./04.word2vec/index.html" }, { "name": "情感分析", - "link": "./understand_sentiment/index.html" + "link": "./05.understand_sentiment/index.html" }, { "name": "语义角色标注", - "link": "./label_semantic_roles/index.html" + "link": "./06.label_semantic_roles/index.html" }, { "name": "机器翻译", - "link": "./machine_translation/index.html" + "link": "./07.machine_translation/index.html" }, { "name": "个性化推荐", - "link": "./recommender_system/index.html" + "link": "./08.recommender_system/index.html" } ] }