Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Initialize TOC #1

Merged
merged 4 commits into from
Dec 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 深度学习入门

1. [新手入门](fit_a_line/README.md)
1. [个性化推荐](recommender_system/README.md)
1. [识别数字](recognize_digits/README.md)
1. [图像分类](classify_images/README.md)
1. [词向量](word2vec/README.md)
1. [情感分析](understand_sentiment/README.md)
1. [理解单词的语义](label_semantic_roles/README.md)
1. [机器翻译](machine_translation/README.md)
1. [图像自动生成](gan/README.md)
1 change: 1 addition & 0 deletions classify_images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Write about https://github.com/PaddlePaddle/Paddle/tree/develop/demo/image_classification
1 change: 1 addition & 0 deletions fit_a_line/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Basing on https://github.com/PaddlePaddle/Paddle/blob/develop/doc/getstarted/basic_usage/index_cn.rst
1 change: 1 addition & 0 deletions gan/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Write about https://github.com/PaddlePaddle/Paddle/tree/develop/demo/gan
1 change: 1 addition & 0 deletions label_semantic_roles/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Write about https://github.com/PaddlePaddle/Paddle/tree/develop/demo/semantic_role_labeling
1 change: 1 addition & 0 deletions machine_translation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Write about https://github.com/PaddlePaddle/Paddle/tree/develop/demo/seqToseq
1 change: 1 addition & 0 deletions recognize_digits/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Write about https://github.com/PaddlePaddle/Paddle/tree/develop/demo/mnist
1 change: 1 addition & 0 deletions recommender_system/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Write about https://github.com/PaddlePaddle/Paddle/tree/develop/demo/recommendation
1 change: 1 addition & 0 deletions understand_sentiment/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Write about https://github.com/PaddlePaddle/Paddle/tree/develop/demo/sentiment
1 change: 1 addition & 0 deletions word2vec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: Base on [this tutorial](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/tutorials/embedding_model/index_en.md).