Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cazala committed Jun 21, 2015
1 parent 62d1141 commit bbbc0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var testSet = set.test;

That would create a random training set of 8000 mnist digits, and a test set with other random 2000 mnist digits, and there are not going to be any sample in the training set repeated in the test set.

Every set consist of an array of elements, which each of them will look like this:
Every set consist of an array of elements, which each of them will looks like this:

```
{
Expand All @@ -42,7 +42,7 @@ Every set consist of an array of elements, which each of them will look like thi

### Helpers

Every digit has a set of helper funcitions which are listed below. To access these functions you have to target the desired digit like this: `mnist[digit]`.
Every digit has a set of helper functions which are listed below. To access these functions you have to target the desired digit like this: `mnist[digit]`.

So, for example, to get a single '5' digit, you would call `mnist[5].get()`.

Expand Down

0 comments on commit bbbc0b9

Please sign in to comment.