Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#20 from skylarch/develop
Browse files Browse the repository at this point in the history
Fix begginers' guides
  • Loading branch information
reyoung committed Jun 28, 2018
2 parents 94c3b4e + 6ac6502 commit e87ab75
Show file tree
Hide file tree
Showing 91 changed files with 3,323 additions and 320 deletions.
8 changes: 8 additions & 0 deletions source/beginners_guide/basics/image_classification/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.pyc
train.log
output
data/cifar-10-batches-py/
data/cifar-10-python.tar.gz
data/*.txt
data/*.list
data/mean.meta
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
559 changes: 559 additions & 0 deletions source/beginners_guide/basics/image_classification/index.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions source/beginners_guide/basics/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
################
深度学习基础知识
################


.. todo::

概述

.. toctree::
:maxdepth: 2

image_classification/index.md
word2vec/index.md
recommender_system/index.md
understand_sentiment/index.md
label_semantic_roles/index.md
machine_translation/index.md
12 changes: 12 additions & 0 deletions source/beginners_guide/basics/label_semantic_roles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
data/train.list
data/test.*
data/conll05st-release.tar.gz
data/conll05st-release
data/predicate_dict
data/label_dict
data/word_dict
data/emb
data/feature
output
predict.res
train.log
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
568 changes: 568 additions & 0 deletions source/beginners_guide/basics/label_semantic_roles/index.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions source/beginners_guide/basics/machine_translation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
data/wmt14
data/pre-wmt14
pretrained/wmt14_model
gen.log
gen_result
train.log
dataprovider_copy_1.py
*.pyc
multi-bleu.perl
448 changes: 448 additions & 0 deletions source/beginners_guide/basics/machine_translation/index.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions source/beginners_guide/basics/recommender_system/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
.ipynb_checkpoints
528 changes: 528 additions & 0 deletions source/beginners_guide/basics/recommender_system/index.md

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions source/beginners_guide/basics/theoretical_background.rst

This file was deleted.

3 changes: 0 additions & 3 deletions source/beginners_guide/basics/tutorial/foo.rst

This file was deleted.

10 changes: 10 additions & 0 deletions source/beginners_guide/basics/understand_sentiment/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
data/aclImdb
data/imdb
data/pre-imdb
data/mosesdecoder-master
*.log
model_output
dataprovider_copy_1.py
model.list
*.pyc
.DS_Store
354 changes: 354 additions & 0 deletions source/beginners_guide/basics/understand_sentiment/index.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions source/beginners_guide/basics/word2vec/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data/train.list
data/test.list
data/simple-examples*
440 changes: 440 additions & 0 deletions source/beginners_guide/basics/word2vec/index.md

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions source/beginners_guide/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
.. _quick_start:

########
新手入门
########

.. todo::

新手入门的导引文字,需要完善。

.. toctree::
:maxdepth: 2

install/install_doc.rst
quick_start/quick_start.rst
basics/theoretical_background.rst
basics/index.rst
basics/Guide.md

Large diffs are not rendered by default.

Diff not rendered.
Diff not rendered.
13 changes: 13 additions & 0 deletions source/beginners_guide/quick_start/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
########
快速入门
########

.. todo::

概述

.. toctree::
:maxdepth: 2

fit_a_line/README.cn.md
recognize_digits/README.cn.md
17 changes: 0 additions & 17 deletions source/beginners_guide/quick_start/quick_start.rst

This file was deleted.

Large diffs are not rendered by default.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

0 comments on commit e87ab75

Please sign in to comment.