data.rst 1.3 KB
Newer Older
L
Luo Tao 已提交
1 2 3
========
Datasets
========
Y
Yu Yang 已提交
4 5


Y
Yu Yang 已提交
6
DataTypes
L
Luo Tao 已提交
7
=========
Y
Yu Yang 已提交
8

Y
Yu Yang 已提交
9 10
..  automodule:: paddle.v2.data_type
    :members:
L
Luo Tao 已提交
11
    :noindex:
Y
Yu Yang 已提交
12 13

DataFeeder
L
Luo Tao 已提交
14
==========
Y
Yu Yang 已提交
15 16 17

..  automodule:: paddle.v2.data_feeder
    :members:
L
Luo Tao 已提交
18
    :noindex:
Y
Yu Yang 已提交
19 20

Reader
L
Luo Tao 已提交
21
======
Y
Yu Yang 已提交
22 23 24

..  automodule:: paddle.v2.reader
    :members:
L
Luo Tao 已提交
25
    :noindex:
Y
Yu Yang 已提交
26 27 28

..  automodule:: paddle.v2.reader.creator
    :members:
L
Luo Tao 已提交
29
    :noindex:
Y
Yu Yang 已提交
30

31
minibatch
L
Luo Tao 已提交
32
=========
33 34 35

..  automodule:: paddle.v2.minibatch
    :members:
L
Luo Tao 已提交
36
    :noindex:
37

Y
Yu Yang 已提交
38
Dataset
L
Luo Tao 已提交
39
=======
Y
Yu Yang 已提交
40 41 42

..  automodule:: paddle.v2.dataset
    :members:
L
Luo Tao 已提交
43
    :noindex:
Y
Yu Yang 已提交
44 45 46 47 48 49

mnist
+++++

..  automodule:: paddle.v2.dataset.mnist
    :members:
L
Luo Tao 已提交
50
    :noindex:
Y
Yu Yang 已提交
51 52 53 54 55 56 57


cifar
+++++

..  automodule:: paddle.v2.dataset.cifar
    :members:
L
Luo Tao 已提交
58
    :noindex:
Y
Yu Yang 已提交
59 60 61 62 63 64

conll05
+++++++

..  automodule:: paddle.v2.dataset.conll05
    :members:
L
Luo Tao 已提交
65
    :noindex:
Y
Yu Yang 已提交
66 67 68 69 70 71

imdb
++++

..  automodule:: paddle.v2.dataset.imdb
    :members:
L
Luo Tao 已提交
72
    :noindex:
Y
Yu Yang 已提交
73 74 75 76 77 78

imikolov
++++++++

..  automodule:: paddle.v2.dataset.imikolov
    :members:
L
Luo Tao 已提交
79
    :noindex:
Y
Yu Yang 已提交
80 81 82 83 84 85

movielens
+++++++++

..  automodule:: paddle.v2.dataset.movielens
    :members:
L
Luo Tao 已提交
86
    :noindex:
Y
Yu Yang 已提交
87 88 89 90 91 92

sentiment
+++++++++

..  automodule:: paddle.v2.dataset.sentiment
    :members:
L
Luo Tao 已提交
93
    :noindex:
Y
Yu Yang 已提交
94 95 96 97 98 99

uci_housing
+++++++++++

..  automodule:: paddle.v2.dataset.uci_housing
    :members:
L
Luo Tao 已提交
100 101 102 103 104 105 106 107
    :noindex:

wmt14
+++++

..  automodule:: paddle.v2.dataset.uci_housing
    :members:
    :noindex:
Y
Yu Yang 已提交
108