File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,38 +57,31 @@ Load dataset functions
5757
5858MNIST
5959^^^^^^^
60-
6160.. autofunction :: load_mnist_dataset
6261
6362CIFAR-10
6463^^^^^^^^^^^^
65-
6664.. autofunction :: load_cifar10_dataset
6765
6866Penn TreeBank (PTB)
6967^^^^^^^^^^^^^^^^^^^^^
70-
7168.. autofunction :: load_ptb_dataset
7269
7370Matt Mahoney's text8
7471^^^^^^^^^^^^^^^^^^^^^^^
75-
7672.. autofunction :: load_matt_mahoney_text8_dataset
7773
7874IMBD
7975^^^^^^^^^^^
80-
8176.. autofunction :: load_imbd_dataset
8277
8378Nietzsche
8479^^^^^^^^^^^^^^
85-
8680.. autofunction :: load_nietzsche_dataset
8781
8882
8983English-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
9891Save network as .npz
9992^^^^^^^^^^^^^^^^^^^^^^^^
100-
10193.. autofunction :: save_npz
10294
10395Load network from .npz
10496^^^^^^^^^^^^^^^^^^^^^^^^^^
105-
10697.. autofunction :: load_npz
98+
99+ Assign parameters to network
100+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107101.. autofunction :: assign_params
108102
109103Load and save variables
110104------------------------
111105
112106Save variables as .npy
113107^^^^^^^^^^^^^^^^^^^^^^^^^
114-
115108.. autofunction :: save_any_to_npy
116109
117110Load variables from .npy
118111^^^^^^^^^^^^^^^^^^^^^^^^^^^
119-
120112.. autofunction :: load_npy_to_any
121113
122114
Original file line number Diff line number Diff line change @@ -28,12 +28,10 @@ Prediction
2828^^^^^^^^^^^^
2929.. autofunction :: predict
3030
31-
3231Evaluation functions
3332---------------------
3433.. autofunction :: evaluation
3534
36-
3735Class balancing functions
3836----------------------------
3937.. autofunction :: class_balancing_oversample
You can’t perform that action at this time.
0 commit comments