提交 0a07b364 编写于 作者: Y Yi Wang

Edit html.json templates and regenerate html files

上级 6848269e
# Deep Learning with PaddlePaddle # Deep Learning with PaddlePaddle
1. [Fit a Line](http://book.paddlepaddle.org/fit_a_line/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/recognize_digits/index.en.html) 1. [Recognize Digits](http://book.paddlepaddle.org/02.recognize_digits/index.en.html)
1. [Image Classification](http://book.paddlepaddle.org/image_classification/index.en.html) 1. [Image Classification](http://book.paddlepaddle.org/03.image_classification/index.en.html)
1. [Word to Vector](http://book.paddlepaddle.org/word2vec/index.en.html) 1. [Word to Vector](http://book.paddlepaddle.org/04.word2vec/index.en.html)
1. [Understand Sentiment](http://book.paddlepaddle.org/understand_sentiment/index.en.html) 1. [Understand Sentiment](http://book.paddlepaddle.org/05.understand_sentiment/index.en.html)
1. [Label Semantic Roles](http://book.paddlepaddle.org/label_semantic_roles/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/machine_translation/index.en.html) 1. [Machine Translation](http://book.paddlepaddle.org/07.machine_translation/index.en.html)
1. [Recommender System](http://book.paddlepaddle.org/recommender_system/index.en.html) 1. [Recommender System](http://book.paddlepaddle.org/08.recommender_system/index.en.html)
## Running the Book ## Running the Book
......
# 深度学习入门 # 深度学习入门
1. [新手入门](http://book.paddlepaddle.org/fit_a_line) 1. [新手入门](http://book.paddlepaddle.org/01.fit_a_line)
1. [识别数字](http://book.paddlepaddle.org/recognize_digits) 1. [识别数字](http://book.paddlepaddle.org/02.recognize_digits)
1. [图像分类](http://book.paddlepaddle.org/image_classification) 1. [图像分类](http://book.paddlepaddle.org/03.image_classification)
1. [词向量](http://book.paddlepaddle.org/word2vec) 1. [词向量](http://book.paddlepaddle.org/04.word2vec)
1. [情感分析](http://book.paddlepaddle.org/understand_sentiment) 1. [情感分析](http://book.paddlepaddle.org/05.understand_sentiment)
1. [语义角色标注](http://book.paddlepaddle.org/label_semantic_roles) 1. [语义角色标注](http://book.paddlepaddle.org/06.label_semantic_roles)
1. [机器翻译](http://book.paddlepaddle.org/machine_translation) 1. [机器翻译](http://book.paddlepaddle.org/07.machine_translation)
1. [个性化推荐](http://book.paddlepaddle.org/recommender_system) 1. [个性化推荐](http://book.paddlepaddle.org/08.recommender_system)
## 运行这本书 ## 运行这本书
......
...@@ -103,35 +103,35 @@ ...@@ -103,35 +103,35 @@
<div class="card-block pl-0 pr-0 pt-0 pb-0"> <div class="card-block pl-0 pr-0 pt-0 pb-0">
<div class="list-group "> <div class="list-group ">
<a href="./fit_a_line/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./01.fit_a_line/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Linear Regression Linear Regression
</a> </a>
<a href="./recognize_digits/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./02.recognize_digits/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Recognize Digits Recognize Digits
</a> </a>
<a href="./image_classification/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./03.image_classification/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Image Classification Image Classification
</a> </a>
<a href="./word2vec/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./04.word2vec/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Word2Vec Word2Vec
</a> </a>
<a href="./understand_sentiment/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./05.understand_sentiment/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Sentiment Analysis Sentiment Analysis
</a> </a>
<a href="./label_semantic_roles/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./06.label_semantic_roles/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Semantic Role Labeling Semantic Role Labeling
</a> </a>
<a href="./machine_translation/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./07.machine_translation/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Machine Translation Machine Translation
</a> </a>
<a href="./recommender_system/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./08.recommender_system/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Personalized Recommendation Personalized Recommendation
</a> </a>
......
...@@ -3,35 +3,35 @@ ...@@ -3,35 +3,35 @@
"chapters": [ "chapters": [
{ {
"name": "Linear Regression", "name": "Linear Regression",
"link": "./fit_a_line/index.en.html" "link": "./01.fit_a_line/index.en.html"
}, },
{ {
"name": "Recognize Digits", "name": "Recognize Digits",
"link": "./recognize_digits/index.en.html" "link": "./02.recognize_digits/index.en.html"
}, },
{ {
"name": "Image Classification", "name": "Image Classification",
"link": "./image_classification/index.en.html" "link": "./03.image_classification/index.en.html"
}, },
{ {
"name": "Word2Vec", "name": "Word2Vec",
"link": "./word2vec/index.en.html" "link": "./04.word2vec/index.en.html"
}, },
{ {
"name": "Sentiment Analysis", "name": "Sentiment Analysis",
"link": "./understand_sentiment/index.en.html" "link": "./05.understand_sentiment/index.en.html"
}, },
{ {
"name": "Semantic Role Labeling", "name": "Semantic Role Labeling",
"link": "./label_semantic_roles/index.en.html" "link": "./06.label_semantic_roles/index.en.html"
}, },
{ {
"name": "Machine Translation", "name": "Machine Translation",
"link": "./machine_translation/index.en.html" "link": "./07.machine_translation/index.en.html"
}, },
{ {
"name": "Personalized Recommendation", "name": "Personalized Recommendation",
"link": "./recommender_system/index.en.html" "link": "./08.recommender_system/index.en.html"
} }
] ]
} }
...@@ -107,35 +107,35 @@ ...@@ -107,35 +107,35 @@
<div class="card-block pl-0 pr-0 pt-0 pb-0"> <div class="card-block pl-0 pr-0 pt-0 pb-0">
<div class="list-group "> <div class="list-group ">
<a href="./fit_a_line/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./01.fit_a_line/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
新手入门 新手入门
</a> </a>
<a href="./recognize_digits/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./02.recognize_digits/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
识别数字 识别数字
</a> </a>
<a href="./image_classification/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./03.image_classification/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
图像分类 图像分类
</a> </a>
<a href="./word2vec/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./04.word2vec/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
词向量 词向量
</a> </a>
<a href="./understand_sentiment/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./05.understand_sentiment/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
情感分析 情感分析
</a> </a>
<a href="./label_semantic_roles/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./06.label_semantic_roles/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
语义角色标注 语义角色标注
</a> </a>
<a href="./machine_translation/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./07.machine_translation/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
机器翻译 机器翻译
</a> </a>
<a href="./recommender_system/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./08.recommender_system/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
个性化推荐 个性化推荐
</a> </a>
......
...@@ -3,35 +3,35 @@ ...@@ -3,35 +3,35 @@
"chapters": [ "chapters": [
{ {
"name": "新手入门", "name": "新手入门",
"link": "./fit_a_line/index.html" "link": "./01.fit_a_line/index.html"
}, },
{ {
"name": "识别数字", "name": "识别数字",
"link": "./recognize_digits/index.html" "link": "./02.recognize_digits/index.html"
}, },
{ {
"name": "图像分类", "name": "图像分类",
"link": "./image_classification/index.html" "link": "./03.image_classification/index.html"
}, },
{ {
"name": "词向量", "name": "词向量",
"link": "./word2vec/index.html" "link": "./04.word2vec/index.html"
}, },
{ {
"name": "情感分析", "name": "情感分析",
"link": "./understand_sentiment/index.html" "link": "./05.understand_sentiment/index.html"
}, },
{ {
"name": "语义角色标注", "name": "语义角色标注",
"link": "./label_semantic_roles/index.html" "link": "./06.label_semantic_roles/index.html"
}, },
{ {
"name": "机器翻译", "name": "机器翻译",
"link": "./machine_translation/index.html" "link": "./07.machine_translation/index.html"
}, },
{ {
"name": "个性化推荐", "name": "个性化推荐",
"link": "./recommender_system/index.html" "link": "./08.recommender_system/index.html"
} }
] ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册