Skip to content

Commit

Permalink
Update README-CH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhedongzheng committed Aug 12, 2017
1 parent 5154d48 commit 13b3148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README-CH.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ python xxxx_test.py

* TensorFlow   |   字符循环网络     [模型](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen.py)   |   [生成《安娜·卡列尼娜》风格](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen_test.py)   |   [生成北京地址](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_text_gen_addr_test.py)   |  

* TensorFlow   |   卷积网络 + 循环网络     [原论文](https://arxiv.org/abs/1508.06615)     [模型](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/cnn_rnn_text_gen.py)     [测试](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/cnn_rnn_text_gen_test.py)   |  

* PyTorch   |   字符循环网络     [模型](https://github.com/zhedongzheng/finch/blob/master/nlp-models/pytorch/rnn_text_gen.py)   |   [生成《安娜·卡列尼娜》风格](https://github.com/zhedongzheng/finch/blob/master/nlp-models/pytorch/rnn_text_gen_test.py)   |   [生成北京地址](https://github.com/zhedongzheng/finch/blob/master/nlp-models/pytorch/rnn_text_gen_addr_test.py)   |  
#### 序列标注
* TensorFlow   |   循环网络     [模型](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/rnn_seq2seq_clf.py)   |   [词性标记测试](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/pos_rnn_test.py)   |   [中文分词测试](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/chseg_rnn_test.py)   |  
Expand Down

0 comments on commit 13b3148

Please sign in to comment.