Skip to content

Commit

Permalink
remove mnist files
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Jun 3, 2015
1 parent 4bbbb13 commit 87cee18
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ var character = String.fromCharCode(parseInt(output.join(''), 2));

### [MNIST [0-9]](https://yann.lecun.com/exdb/mnist/)

To test with the MNIST dataset: click on the title above, download the 4 data files and put them in a folder called ```mnist``` in the root directory of this repository.

```javascript
// config.json
{
Expand Down
Binary file removed mnist/t10k-images-2.idx3-ubyte
Binary file not shown.
Binary file removed mnist/t10k-labels.idx1-ubyte
Binary file not shown.
Binary file removed mnist/train-images.idx3-ubyte
Binary file not shown.
Binary file removed mnist/train-labels.idx1-ubyte
Binary file not shown.

0 comments on commit 87cee18

Please sign in to comment.