上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: 转自:https://zhuanlan.zhihu.com/p/24767059,感谢分享 生成式对抗网络(GAN)是近年来大热的深度学习模型。最近正好有空看了这方面的一些论文,跑了一个GAN的代码,于是写了这篇文章来介绍一下GAN。本文主要分为三个部分: 一、GAN原理介绍 说到GAN第一篇要看的 阅读全文
posted @ 2018-01-19 02:28 白婷 阅读(56472) 评论(2) 推荐(8) 编辑
摘要: 转自:https://www.jianshu.com/p/86d667ee3c62,感谢分享! pad_sequences & Masking layer 上面提到,文本数据也可以用CNN来处理。很多人有疑问,CNN的输入通常是一个(图像)矩阵,而文本中句子或者文章的长度不一,CNN如何将长短不一的 阅读全文
posted @ 2017-12-30 05:53 白婷 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: 本文转自,http://www.jeyzhang.com/understand-attention-in-rnn.html,感谢分享! LSTM 中实现attention:https://distill.pub/2016/augmented-rnns/, 文章链接中给出的第三方attention实现 阅读全文
posted @ 2017-12-28 11:13 白婷 阅读(8373) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/u014374284/article/details/49385065, 感谢分享! LamdaMart 介绍见博客http://blog.csdn.net/huagong_adu/article/details/40710305,感谢分享! 在使用搜 阅读全文
posted @ 2017-12-20 12:09 白婷 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/mao_xiao_feng/article/details/54426101 一、Domain adaptation 在开始介绍之前,首先我们需要知道Domain adaptation的概念。Domain adaptation,我在标题上把它称之为域适 阅读全文
posted @ 2017-12-14 06:25 白婷 阅读(897) 评论(0) 推荐(0) 编辑
摘要: Deep Learning Research Groups Deep Learning Research Groups Some labs and research groups that are actively working on deep learning: University of To 阅读全文
posted @ 2017-10-31 17:07 白婷 阅读(322) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-26 21:51 白婷 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 转自:感谢分享!https://zhuanlan.zhihu.com/p/29380602 详细解释见: www.cnblogs.com/fengfenggirl Louvain算法其实是基于层次聚类的,图聚类。层次聚类依据是类间距更大,Louvain算法图聚类依据是模块度(公式在下方)。 Louv 阅读全文
posted @ 2017-10-26 14:50 白婷 阅读(9313) 评论(0) 推荐(0) 编辑
摘要: attention: 时序的刻画 attention 在recommendation 中的应用: 年龄的增长, 对于商品的喜好 Dynamic attention deeo model: 阅读全文
posted @ 2017-09-29 19:12 白婷 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.jianshu.com/p/9dc9f41f0b29,感谢分享~ 原文出处:http://colah.github.io/posts/2015-08-Understanding-LSTMs/ https://wugh.github.io/posts/2016/03/cs 阅读全文
posted @ 2017-09-20 10:55 白婷 阅读(684) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页