Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongkaifu committed Jan 10, 2016
2 parents 982c876 + 6ff2eb8 commit dfe598f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ For recurrent CRFs (recurrent conditional random fields), it's a new type of CRF

For bi-directional RNN, the output result combines the result of both forward RNN and backward RNN. It usually has better performance than single-directional RNN.

Here is overview picture of RNNSharp:
![](https://github.com/zhongkaifu/RNNSharp/blob/master/RNNSharpOverview.jpg)

## Supported Feature Types
RNNSharp supports four types of feature set. They are template features, context template features, run time feature and word embedding features. These features are controlled by configuration file, the following paragraph will introduce what these features are and how to use them in configuration file.

Expand Down

0 comments on commit dfe598f

Please sign in to comment.