
3.1 深度学习之基础网络
基础网络
Bryce1010_贤哉回也
github: https://github.com/Bryce1010
\n
e-mail: bryceyx@gmail.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(DeepLearning) CNN平移不变性的研究? 如何避免?
CNN不具有平移不变性?为什么? 这一部分主要参考18年的一篇论文1, 论文中经过实验, 阐述了CNN不具有平移不变性, 图形经过细微的平移, 旋转, 像素点更改, 会使得结果发生巨大的改变. 在上图中, 作者分别做了平移, 缩放, 视频时间不同的实验, 发现任一修改都会使得最后的分类结果发生很大的变化. 那么为什么会发生这种现象呢? 我们都知道, CNN的卷积操作本来带有平移不变形的属性, ...原创 2020-04-14 18:06:44 · 1437 阅读 · 0 评论 -
(DeepLearning Classification)Bengali.AI Handwritten Grapheme Classification
Bengali.AI Handwritten Grapheme Classification 1st Place Solution — Cyclegan Based Zero Shot Learning 第一名的工作真的是Impressive , 我还是第一次见到GAN应用到数据增强方向, 严格来讲也不算是是数据增强; Data 比赛的任务是对孟加拉语的手写字进行识别; 孟加拉语由三个部分组成: ...原创 2020-04-05 20:16:44 · 501 阅读 · 1 评论 -
【DeepLearning】Bags of tricks for Classification深度学习分类提分技巧汇总
目标分类与tricks Image Classification on ImageNet [url] 过拟合解决方法 simpler model structure regularization data augmentation dropout Bootstrap/Bagging ensemble early stopping utilize invariance Bayesian ...原创 2020-04-05 10:06:52 · 549 阅读 · 0 评论 -
(DL Classification)Review: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
Ref Tensorflow EfficientNet Pytorch EfficientNet and Pretrained 根据上图所示,分类网络模型往往是在width, height, resolution三个方向进行设计,所以作者想到,对三个因素都进行调整是否能得到一个更好的模型 Compound Model Scaling Width, Depth, Resolutio...原创 2019-12-13 16:10:21 · 375 阅读 · 0 评论 -
What is Attention?(Attention in Deep Learning总结)
What is Attention? Xian Yang bryceyx@gmail.com 0. Introduction First of all, I’d like to acknowledge that I’m not capable enough to write a good overview about algrithm.But it’s just my first year du...原创 2019-09-23 19:48:49 · 1589 阅读 · 0 评论