Skip to content

Commit

Permalink
1% MNIST performance improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Mar 23, 2015
1 parent f156863 commit a356662
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ var character = String.fromCharCode(parseInt(output.join(''), 2));
{
"mnist": true,
"network": {
"hidden": 40,
"learning_rate": 0.02
"hidden": 160,
"learning_rate": 0.03
}
}
```
Expand All @@ -41,11 +41,11 @@ var character = String.fromCharCode(parseInt(output.join(''), 2));
* ```400``` input
* ```40``` hidden
* ```4``` output
* **Learning rate:** ```0.02```
* **Learning rate:** ```0.03```
* **Training set:** ```60000``` digits
* **Testing set:** ```10000``` digits
* **Training time:** ```4 min 11 s 337 ms```
* **Success rate:** ```89.08%```
* **Training time:** ```36 min 22 s 50 ms```
* **Success rate:** ```90.14%```

### [A-Za-z0-9]

Expand Down

0 comments on commit a356662

Please sign in to comment.