Browse Source

[DOC] add data example and instance illustration

pull/1/head
Gao Enhao 2 years ago
parent
commit
222e464af7
3 changed files with 10 additions and 0 deletions
  1. +10
    -0
      docs/Intro/Datasets.rst
  2. BIN
      docs/img/data_example.png
  3. BIN
      docs/img/instance.png

+ 10
- 0
docs/Intro/Datasets.rst View File

@@ -50,6 +50,16 @@ As an illustration, in the MNIST Addition task, the data are organized as follow
:width: 350px
:align: center

.. |data_example| image:: ../img/data_example.png
:alt: alternate text
:scale: 8%

.. |instance| image:: ../img/instance.png
:alt: alternate text
:scale: 55%

where each sublist in ``X``, e.g., |data_example|, is a data example and each image in the sublist, e.g. |instance|, is a data instance.

Data Structure
--------------



BIN
docs/img/data_example.png View File

Before After
Width: 591  |  Height: 219  |  Size: 23 kB

BIN
docs/img/instance.png View File

Before After
Width: 28  |  Height: 28  |  Size: 494 B

Loading…
Cancel
Save