摘要: Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are n 阅读全文
posted @ 2018-02-28 23:21 bonelee 阅读(252) 评论(0) 推荐(0)
摘要: 他会自己下载数据: 打开tensotboard: tensorboard --logdir=/tmp/tflearn_logs/ 通过tensorboard查看准确率变化以及loss变化,上图是跑了10个epoch的结果。 阅读全文
posted @ 2018-02-28 22:06 bonelee 阅读(447) 评论(1) 推荐(0)
摘要: 最后这张图特别能够说明问题!!! 然后再看张俊林的文章,应该就彻底明白了。 摘自:http://blog.csdn.net/malefactor/article/details/50550211 要是关注深度学习在自然语言处理方面的研究进展,我相信你一定听说过Attention Model(后文有时 阅读全文
posted @ 2018-02-28 18:25 bonelee 阅读(962) 评论(0) 推荐(2)
摘要: from:https://baijiahao.baidu.com/s?id=1584177164196579663&wfr=spider&for=pc seq2seq模型是以编码(Encode)和解码(Decode)为代表的架构方式,seq2seq模型是根据输入序列X来生成输出序列Y,在翻译,文本自 阅读全文
posted @ 2018-02-28 16:57 bonelee 阅读(19305) 评论(0) 推荐(0)
摘要: 比如我写的: 参考: https://stackoverflow.com/questions/45046265/internetdomainname-and-publicsuffix-list https://github.com/google/guava/blob/master/guava/src 阅读全文
posted @ 2018-02-28 09:31 bonelee 阅读(1923) 评论(0) 推荐(0)