Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 376 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 376 Bytes

MPCNN

1.CNN在句子相似性建模的应用,“Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks”这篇论文的tensorflow实现.
2.参考liuchongee大神的这篇博文,https://blog.csdn.net/liuchonge/article/details/62424805 .
3.源码经过注释,在jupter上跑记得加,tf.app.flags.DEFINE_string('f', '', 'kernel').