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').
WenRichard/MPCNN
CNN在句子相似性建模的应用,“Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks”这篇论文的tensorflow实现
Python