Skip to content

Commit fe1ced3

Browse files
committed
[docs] files arrange
1 parent 4c54883 commit fe1ced3

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

docs/modules/files.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,38 +57,31 @@ Load dataset functions
5757

5858
MNIST
5959
^^^^^^^
60-
6160
.. autofunction:: load_mnist_dataset
6261

6362
CIFAR-10
6463
^^^^^^^^^^^^
65-
6664
.. autofunction:: load_cifar10_dataset
6765

6866
Penn TreeBank (PTB)
6967
^^^^^^^^^^^^^^^^^^^^^
70-
7168
.. autofunction:: load_ptb_dataset
7269

7370
Matt Mahoney's text8
7471
^^^^^^^^^^^^^^^^^^^^^^^
75-
7672
.. autofunction:: load_matt_mahoney_text8_dataset
7773

7874
IMBD
7975
^^^^^^^^^^^
80-
8176
.. autofunction:: load_imbd_dataset
8277

8378
Nietzsche
8479
^^^^^^^^^^^^^^
85-
8680
.. autofunction:: load_nietzsche_dataset
8781

8882

8983
English-to-French translation data from the WMT'15 Website
9084
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91-
9285
.. autofunction:: load_wmt_en_fr_dataset
9386

9487

@@ -97,26 +90,25 @@ Load and save network
9790

9891
Save network as .npz
9992
^^^^^^^^^^^^^^^^^^^^^^^^
100-
10193
.. autofunction:: save_npz
10294

10395
Load network from .npz
10496
^^^^^^^^^^^^^^^^^^^^^^^^^^
105-
10697
.. autofunction:: load_npz
98+
99+
Assign parameters to network
100+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107101
.. autofunction:: assign_params
108102

109103
Load and save variables
110104
------------------------
111105

112106
Save variables as .npy
113107
^^^^^^^^^^^^^^^^^^^^^^^^^
114-
115108
.. autofunction:: save_any_to_npy
116109

117110
Load variables from .npy
118111
^^^^^^^^^^^^^^^^^^^^^^^^^^^
119-
120112
.. autofunction:: load_npy_to_any
121113

122114

docs/modules/utils.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ Prediction
2828
^^^^^^^^^^^^
2929
.. autofunction:: predict
3030

31-
3231
Evaluation functions
3332
---------------------
3433
.. autofunction:: evaluation
3534

36-
3735
Class balancing functions
3836
----------------------------
3937
.. autofunction:: class_balancing_oversample

0 commit comments

Comments
 (0)