Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Mar 23, 2015
1 parent 82a2073 commit 0cd022e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ var character = String.fromCharCode(parseInt(output.join(''), 2));
* ```8``` output
* **Learning rate:** ```0.03```
* **Training set**
* **Size:** ```122000``` characters
* **Size:** ```124000``` characters
* **Sample:** ![abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789](https://raw.github.com/mateogianolio/mlp-character-recognition/master/examples/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.png)
* **Testing set:** ```61000``` characters
* **Training time:** ```4 min 7 s 355 ms```
* **Success rate:** ```74.76885245901639%```
* **Testing set:** ```62000``` characters
* **Training time:** ```4 min 8 s 2 ms```
* **Success rate:** ```78.60322580645162%```

### [a-z]

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"mnist": false,
"text": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012356789",
"text": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",
"fonts": [
"sans-serif",
"serif"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 0cd022e

Please sign in to comment.