data.rst 1.5 KB
Newer Older
Q
qijun 已提交
1 2 3
==================================
Data Reader Inferface and 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

cifar
+++++

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

conll05
+++++++

..  automodule:: paddle.v2.dataset.conll05
Q
qijun 已提交
63
    :members: get_dict,get_embedding,test
L
Luo Tao 已提交
64
    :noindex:
Y
Yu Yang 已提交
65 66 67 68 69 70

imdb
++++

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

imikolov
++++++++

..  automodule:: paddle.v2.dataset.imikolov
    :members:
L
Luo Tao 已提交
78
    :noindex:
Y
Yu Yang 已提交
79 80

movielens
Q
qijun 已提交
81
+++++++++    
Y
Yu Yang 已提交
82 83 84

..  automodule:: paddle.v2.dataset.movielens
    :members:
L
Luo Tao 已提交
85
    :noindex:
Y
Yu Yang 已提交
86

Q
qijun 已提交
87 88 89 90 91 92
..  autoclass:: paddle.v2.dataset.movielens.MovieInfo
    :noindex:
    
..  autoclass:: paddle.v2.dataset.movielens.UserInfo
    :noindex:

Y
Yu Yang 已提交
93 94 95 96 97
sentiment
+++++++++

..  automodule:: paddle.v2.dataset.sentiment
    :members:
L
Luo Tao 已提交
98
    :noindex:
Y
Yu Yang 已提交
99 100 101 102 103 104

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

..  automodule:: paddle.v2.dataset.uci_housing
    :members:
L
Luo Tao 已提交
105 106 107 108 109
    :noindex:

wmt14
+++++

Q
qijun 已提交
110
..  automodule:: paddle.v2.dataset.wmt14
L
Luo Tao 已提交
111 112
    :members:
    :noindex:
Y
Yu Yang 已提交
113