Skip to content

Commit 9031492

Browse files
committed
integrated experimental infimnist data generating process as well as minor patches to noisy sin
1 parent 8815760 commit 9031492

File tree

1 file changed

+8
-2
lines changed
  • ngclearn/generator/experimental/infimnist

1 file changed

+8
-2
lines changed

ngclearn/generator/experimental/infimnist/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The InfiMNIST Data Generating Process (Experimental)
2+
3+
This experimental data generating process simulates an infinite stream
4+
of MNIST data patterns (of various transformations) along with their (1-of-C encoded)
5+
category labels.
6+
17
The scripts contained in this folder, such as `infimnist_py`, have been crafted
28
to stably work with python3 and above.
39

@@ -7,7 +13,7 @@ The Python binding for the infinite MNIST dataset generator of L. Bottou
713
**DEV NOTE:** We will be adding a real-time tensorflow generator to work with Keras
814
and Tensorflow 2 (TF2).
915

10-
# Installation and Integration into ngc-learn
16+
## Installation and Integration into ngc-learn
1117

1218
In order for ngc-learn to properly recognize the data generating process
1319
under `ngclearn.generator.experimental.infimnist.infimnist`, you MUST
@@ -46,7 +52,7 @@ primary library package. If you do not complete the above directions, ngc-learn
4652
will throw an error as it will not properly recognize the InfiMNIST sampler
4753
in the `generator.experimental` module sub-directory.
4854

49-
# Example Usage
55+
## Example Usage
5056
The following code gives the first test example (0), the first training example
5157
(10000) and its first transformation (70000). The indexing logic follows that
5258
of the original infimnist binary described [here](http://leon.bottou.org/projects/infimnist).

0 commit comments

Comments
 (0)