extends readme
This commit is contained in:
parent
0b62f3cbc2
commit
9ca26feac2
1 changed files with 8 additions and 0 deletions
|
|
@ -13,3 +13,11 @@ to do:
|
||||||
* make more efficient
|
* make more efficient
|
||||||
|
|
||||||
training_data/test_data not included
|
training_data/test_data not included
|
||||||
|
format: json:
|
||||||
|
[{"x":[float;784], "y": u32}]
|
||||||
|
=> x: 28x28 gray image as float
|
||||||
|
=> y: label 0.. 9
|
||||||
|
|
||||||
|
the data can be found here:
|
||||||
|
https://github.com/mnielsen/neural-networks-and-deep-learning/blob/master/data/mnist.pkl.gz
|
||||||
|
albeit in a different format
|
||||||
Loading…
Add table
Reference in a new issue