会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
白婷的博客
知乎: https://www.zhihu.com/people/bai-bai-87-80-88
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页
2018年1月19日
生成对抗式网络 GAN的理解
摘要: 转自:https://zhuanlan.zhihu.com/p/24767059,感谢分享 生成式对抗网络(GAN)是近年来大热的深度学习模型。最近正好有空看了这方面的一些论文,跑了一个GAN的代码,于是写了这篇文章来介绍一下GAN。本文主要分为三个部分: 一、GAN原理介绍 说到GAN第一篇要看的
阅读全文
posted @ 2018-01-19 02:28 白婷
阅读(56776)
评论(2)
推荐(8)
2017年12月30日
CNN 和RNN 中input 长度不一致问题
摘要: 转自:https://www.jianshu.com/p/86d667ee3c62,感谢分享! pad_sequences & Masking layer 上面提到,文本数据也可以用CNN来处理。很多人有疑问,CNN的输入通常是一个(图像)矩阵,而文本中句子或者文章的长度不一,CNN如何将长短不一的
阅读全文
posted @ 2017-12-30 05:53 白婷
阅读(1342)
评论(0)
推荐(0)
2017年12月28日
attention机制的实现
摘要: 本文转自,http://www.jeyzhang.com/understand-attention-in-rnn.html,感谢分享! LSTM 中实现attention:https://distill.pub/2016/augmented-rnns/, 文章链接中给出的第三方attention实现
阅读全文
posted @ 2017-12-28 11:13 白婷
阅读(8433)
评论(0)
推荐(0)
2017年12月20日
Pairwise ranking methods: RankNet与LambdaRank
摘要: 转自:http://blog.csdn.net/u014374284/article/details/49385065, 感谢分享! LamdaMart 介绍见博客http://blog.csdn.net/huagong_adu/article/details/40710305,感谢分享! 在使用搜
阅读全文
posted @ 2017-12-20 12:09 白婷
阅读(876)
评论(0)
推荐(0)
2017年12月14日
Deep Transfer Network: Unsupervised Domain Adaptation
摘要: 转自:http://blog.csdn.net/mao_xiao_feng/article/details/54426101 一、Domain adaptation 在开始介绍之前,首先我们需要知道Domain adaptation的概念。Domain adaptation,我在标题上把它称之为域适
阅读全文
posted @ 2017-12-14 06:25 白婷
阅读(939)
评论(0)
推荐(0)
2017年10月31日
深度学习研究组
摘要: 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 白婷
阅读(332)
评论(0)
推荐(0)
2017年10月26日
加拿大催签邮箱
该文被密码保护。
阅读全文
posted @ 2017-10-26 21:51 白婷
阅读(0)
评论(0)
推荐(0)
模块度与Louvain社区发现算法
摘要: 转自:感谢分享!https://zhuanlan.zhihu.com/p/29380602 详细解释见: www.cnblogs.com/fengfenggirl Louvain算法其实是基于层次聚类的,图聚类。层次聚类依据是类间距更大,Louvain算法图聚类依据是模块度(公式在下方)。 Louv
阅读全文
posted @ 2017-10-26 14:50 白婷
阅读(9429)
评论(0)
推荐(0)
2017年9月29日
attention
摘要: attention: 时序的刻画 attention 在recommendation 中的应用: 年龄的增长, 对于商品的喜好 Dynamic attention deeo model:
阅读全文
posted @ 2017-09-29 19:12 白婷
阅读(170)
评论(0)
推荐(0)
2017年9月20日
LSTM
摘要: 转自: 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 白婷
阅读(692)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页
公告