
CNN
落地生根1314
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
论文翻译:Convolutional Neural Networks for Small-footprint Keyword Spotting
Abstract:我们探索使用CNNs进行小型关键词检测(KWS)任务,CNNs对KWS是有吸引力的,因为其的参数远少于DNN。我们在工作中考虑两种不同的应用,一种是限制KWS系统的乘法次数,另一种是限制参数数量。我们提出新的CNN架构来解决每个应用程序的限制。我们发现,与DNN相比,...转载 2019-04-15 19:31:20 · 636 阅读 · 0 评论 -
Dilated Convolution + Receptive Field
1.感受野(Receptive Field)Receptive field 是啥?看看网上的大佬们怎么说。The receptive field is defined as the region in the input space that a particular CNN’s feature is looking at (i.e. be affected by). ——Dang Ha T...原创 2019-07-10 11:25:19 · 835 阅读 · 0 评论 -
casual Convolution 和 dilated Convolution
参考链接:https://www.cnblogs.com/fantastic123/p/9389128.htmlauthor:gswycf “An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling“,讲到了:虽然人们现在都在用RNN和LSTm去处理序列问题(se...转载 2019-07-29 10:12:12 · 5456 阅读 · 0 评论