Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add performance test example.
  • Loading branch information
zhongkaifu committed Apr 17, 2016
1 parent 99e25c6 commit 0e866fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,16 @@ Example: TFeatureBin.exe -mode index -template template.txt -inputfile features.

In above example, according templates, the raw text feature set, features.txt, will be indexed as features.bin file in binary format.

## Performance
Here is peformance results on Chinese named entity recognizer task. You could get corpus, configuration and parameter files from RNNSharp demo package file in [release section](https://github.com/zhongkaifu/RNNSharp/releases). The result is based on bi-directional BPTT-RNN model. The first hidden layer size is 200, and the second hidden layer size is 100. The result in below is from test corpus.

Parameter | Token Error | Sentence Error
------------------------|--------------|----
1-hidden layer | 5.53% | 15.46%
1-hidden layer-CRF | 5.51% | 13.60%
2-hidden layers | 5.47% | 14.23%
2-hidden layers-CRF | 5.40% | 12.93%

## Run on Linux/Mac

With Mono-project which is the third party .NET framework on Linux/Mac, RNNSharp is able to run on some non-Windows platforms without re-compile or modify, such as Linux, Mac and others.
Expand Down

0 comments on commit 0e866fa

Please sign in to comment.