摘要: 原文链接:https://arxiv.org/pdf/1607.04423.pdf 本片论文主要讲了Attention Model在完形填空类的阅读理解上的应用。 转载:https://blog.csdn.net/liuchonge/article/details/73649251 在进行论文仿真的 阅读全文
posted @ 2018-09-11 17:10 每天坚持一点点 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 1. 首先看看比较简单的 tf.name_scope(‘scope_name’). tf.name_scope 主要结合 tf.Variable() 来使用,方便参数命名管理。 2.下面来看看 tf.variable_scope(‘scope_name’) tf.variable_scope() 主 阅读全文
posted @ 2018-09-11 11:30 每天坚持一点点 阅读(704) 评论(0) 推荐(0) 编辑
摘要: 关于np.random.RandomState、np.random.rand、np.random.random、np.random_sample参考https://blog.csdn.net/lanchunhui/article/details/50405670 tf.nn.embedding_lo 阅读全文
posted @ 2018-09-11 10:04 每天坚持一点点 阅读(50399) 评论(0) 推荐(4) 编辑