aboutsummaryrefslogtreecommitdiff
path: root/datasets
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-08-31 09:39:37 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-08-31 09:39:37 -0300
commitfdae43b3851400d30d9bd374542ade8a0e73422f (patch)
treeb191ff4c9af5097468a7f75d4e57f9ae2e88bfd3 /datasets
parentc9003e0169f4f7775b6c84e40caec0e5ade4447b (diff)
Added README file(s) and LICENSE.
Diffstat (limited to 'datasets')
-rw-r--r--datasets/mnist/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/datasets/mnist/README b/datasets/mnist/README
new file mode 100644
index 0000000..b5c8aac
--- /dev/null
+++ b/datasets/mnist/README
@@ -0,0 +1,5 @@
+The script was originally run as:
+ python mnist_extract.py 2000
+
+The generated samples are stored in the files `mnist_train_sample.tbl` and
+`mnist_test_sample.tbl`.