From 92208526959f96eb1e48a4e035b5d8c54d8c459c Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Wed, 8 Mar 2017 15:52:43 +0800 Subject: [PATCH] refine index page --- README.md | 30 ++++++++++++++++++++++-------- index.html | 30 ++++++++++++++++++++++-------- 2 files changed, 44 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 03d40ec..459bfba 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,27 @@ # 深度学习入门 -1. 新手入门 [[fit_a_line](fit_a_line/)] [[html](http://book.paddlepaddle.org/fit_a_line)] -1. 识别数字 [[recognize_digits](recognize_digits/)] [[html](http://book.paddlepaddle.org/recognize_digits)] -1. 图像分类 [[image_classification](image_classification/)] [[html](http://book.paddlepaddle.org/image_classification)] -1. 词向量 [[word2vec](word2vec/)] [[html](http://book.paddlepaddle.org/word2vec)] -1. 情感分析 [[understand_sentiment](understand_sentiment/)] [[html](http://book.paddlepaddle.org/understand_sentiment)] -1. 语义角色标注 [[label_semantic_roles](label_semantic_roles/)] [[html](http://book.paddlepaddle.org/label_semantic_roles)] -1. 机器翻译 [[machine_translation](machine_translation/)] [[html](http://book.paddlepaddle.org/machine_translation)] -1. 个性化推荐 [[recommender_system](recommender_system/)] [[html](http://book.paddlepaddle.org/recommender_system)] +1. [新手入门](fit_a_line/) [[html](http://book.paddlepaddle.org/fit_a_line)] +1. [识别数字](recognize_digits/) [[html](http://book.paddlepaddle.org/recognize_digits)] +1. [图像分类](image_classification/) [[html](http://book.paddlepaddle.org/image_classification)] +1. [词向量](word2vec/) [[html](http://book.paddlepaddle.org/word2vec)] +1. [情感分析](understand_sentiment/) [[html](http://book.paddlepaddle.org/understand_sentiment)] +1. [语义角色标注](label_semantic_roles/) [[html](http://book.paddlepaddle.org/label_semantic_roles)] +1. [机器翻译](machine_translation/) [[html](http://book.paddlepaddle.org/machine_translation)] +1. [个性化推荐](recommender_system/) [[html](http://book.paddlepaddle.org/recommender_system)] + + + +# Deep Learning Introduction + +1. [Fit a Line](fit_a_line/) [[html](http://book.paddlepaddle.org/fit_a_line/index.en.html)] +1. [Recognize Digits](recognize_digits/) [[html](http://book.paddlepaddle.org/recognize_digits/index.en.html)] +1. [Image Classification](image_classification/) [[html](http://book.paddlepaddle.org/image_classification/index.en.html)] +1. [Word to Vector](word2vec/) [[html](http://book.paddlepaddle.org/word2vec/index.en.html)] +1. [Understand Sentiment](understand_sentiment/) [[html](http://book.paddlepaddle.org/understand_sentiment/index.en.html)] +1. [Label Semantic Roles](label_semantic_roles/) [[html](http://book.paddlepaddle.org/label_semantic_roles/index.en.html)] +1. [Machine Translation](machine_translation/) [[html](http://book.paddlepaddle.org/machine_translation/index.en.html)] +1. [Recommender System](recommender_system/) [[html](http://book.paddlepaddle.org/recommender_system/index.en.html)]
知识共享许可协议
本教程PaddlePaddle 创作,采用 知识共享 署名-非商业性使用-相同方式共享 4.0 国际 许可协议进行许可。 +This tutorial is contributed by PaddlePaddle, and licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. diff --git a/index.html b/index.html index bf9b255..7f2857b 100644 --- a/index.html +++ b/index.html @@ -42,17 +42,31 @@ -- GitLab