Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhedongzheng committed Jul 27, 2017
1 parent d5bea43 commit dc807a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ I write each model as a single Class with ```fit()``` and ```predict()``` method
#### Text Generation
* Python   |   2nd order Markov     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/markov_text_gen.py)     [Robert Frost Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/markov_text_gen_test.py)   |  

* TensorFlow   |   Char-RNN     [Karpathy's Idea](http://karpathy.github.io/2015/05/21/rnn-effectiveness/)     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen.py)   |   [《Anna Karenina》 Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen_test.py)   |   [Jay Chou Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen_test.py)   |  
* TensorFlow   |   Char-RNN     [Karpathy's Idea](http://karpathy.github.io/2015/05/21/rnn-effectiveness/)     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen.py)   |   [《Anna Karenina》 Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen_test.py)   |   [Beijing Address Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen_addr_test.py)   |  

* TensorFlow   |   CNN-RNN     [Original Paper](https://arxiv.org/abs/1508.06615)     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/cnn_rnn_text_gen.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/cnn_rnn_text_gen_test.py)   |  
#### Sequence Labelling
Expand Down

0 comments on commit dc807a2

Please sign in to comment.