摘要: ​transfomer是谷歌在17年论文 Attention Is All You Need(https://arxiv.org/abs/1706.03762)里提出来的。是为了解决机器翻译问题而生的。在Attention Is All You Need这篇paper中整个模型还是采用encoder 阅读全文
posted @ 2020-07-20 14:32 甲乙丙2333 阅读(384) 评论(0) 推荐(1) 编辑
摘要: StarSpace: Embed All The Things 阅读全文
posted @ 2020-07-14 09:18 甲乙丙2333 阅读(204) 评论(0) 推荐(0) 编辑
摘要: rasa learning to rank 阅读全文
posted @ 2020-07-07 17:01 甲乙丙2333 阅读(102) 评论(0) 推荐(0) 编辑
摘要: It lets you focus on improving the “Chatbot” part of your project by providing readymade code for other background tasks like deploying, creating serv 阅读全文
posted @ 2020-07-07 03:30 甲乙丙2333 阅读(180) 评论(0) 推荐(0) 编辑
摘要: rasa 阅读全文
posted @ 2020-07-07 00:50 甲乙丙2333 阅读(88) 评论(0) 推荐(0) 编辑
摘要: tf.tile函数是tensorflow中对张量进行复制的函数。 tile(input, multiples, name=None) multiples里面的每个周上的值表示对这个轴复制多少次。 阅读全文
posted @ 2020-07-02 00:32 甲乙丙2333 阅读(262) 评论(0) 推荐(0) 编辑
摘要: tf.scatter_nd 阅读全文
posted @ 2020-07-01 21:19 甲乙丙2333 阅读(331) 评论(0) 推荐(0) 编辑
摘要: https://github.com/google-research/uda 阅读全文
posted @ 2020-06-27 10:31 甲乙丙2333 阅读(648) 评论(0) 推荐(0) 编辑
摘要: 递归-分治-动态规划-贪心 阅读全文
posted @ 2020-06-26 15:10 甲乙丙2333 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 递归算法的美妙 人脑能压几个栈 聚焦于当前步的细节,不要纠结进入到子问题中去,相信子问题可以被正确的解决 对递归函数作用的正确的定义 阅读全文
posted @ 2020-06-26 15:09 甲乙丙2333 阅读(111) 评论(0) 推荐(0) 编辑