dynamic memory network
摘要:论文:https://arxiv.org/pdf/1506.07285.pdf 模型:https://github.com/XiangwenNing/dynamic-memory-network (抄自:https://github.com/Shawn1993/Dynamic-Memory-Netw
阅读全文
posted @
2019-06-28 15:26
大老虎🐯
阅读(187)
推荐(0)
文本相似度模型siamese lstm network
摘要:代码在https://github.com/THTBSE/siamese-lstm-network/blob/master/siamese_lstm.py里。这篇博客https://blog.csdn.net/thriving_fcl/article/details/73730552 有解释该模型。
阅读全文
posted @
2019-06-27 10:04
大老虎🐯
阅读(1259)
推荐(1)
pytorch 学习
摘要:可以看https://github.com/yunjey/pytorch-tutorial 的代码。 其中,https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02-intermediate/deep_residual_n
阅读全文
posted @
2019-06-17 17:15
大老虎🐯
阅读(135)
推荐(0)
pointer generator network 代码
摘要:模型论文为:https://arxiv.org/pdf/1704.04368.pdf。代码地址为:https://github.com/XiangwenNing/pointer-generator-networks(抄自https://github.com/Sohone-Guo/Pointer-Ge
阅读全文
posted @
2019-06-04 15:32
大老虎🐯
阅读(591)
推荐(0)