reformat readme
This commit is contained in:
parent
0940071724
commit
8fba0ba300
1 changed files with 5 additions and 4 deletions
|
|
@ -12,10 +12,11 @@ to do:
|
||||||
* evaluate with test/validation data
|
* evaluate with test/validation data
|
||||||
* make more efficient
|
* make more efficient
|
||||||
|
|
||||||
training_data/test_data not included
|
*training_data/test_data not included*<br/> too big for github
|
||||||
format: json:
|
|
||||||
[{"x":[float;784], "y": u32}]
|
Format: json: <br/>
|
||||||
=> x: 28x28 gray image as float
|
[{"x":[float;784], "y": u32}]<br/>
|
||||||
|
=> x: 28x28 gray image as float<br/>
|
||||||
=> y: label 0.. 9
|
=> y: label 0.. 9
|
||||||
|
|
||||||
the data can be found here:
|
the data can be found here:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue