max pooling 和 average pooling

2024-02-03 04:18
文章标签 max average pooling

本文主要是介绍max pooling 和 average pooling,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

采样:

  • pooling 也叫subsample。采样是一个特征选择的过程。

如果不采样,则可能存在:

  • overfitting
  • 参数过多,导致运算量大
  • 无法满足模型结构需求

池化层的特性:

  • 它可以一定程度提高空间不变性(特征相对位置),比如说平移不变性,尺度不变性,形变不变性

特征提取的误差来源:

  • 领域大小受限
  • 卷积层权值参数误差

average pooling 和max-pooling 的主要区别在于:

  • average -pooling能减小第一种误差,更多的保留图像的背景信

  • max-pooling能减小第二种误差,更多的保留纹理信息

Reference

[1] https://zhuanlan.zhihu.com/p/32299939

这篇关于max pooling 和 average pooling的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/672960

相关文章

file-max与ulimit的关系与差别

http://zhangxugg-163-com.iteye.com/blog/1108402 http://ilikedo.iteye.com/blog/1554822

POJ 1050 To the Max(枚举+动规)

题目: http://poj.org/problem?id=1050 题解: 此题转化成一维后就相当于求最大连续子序列了,可以枚举所有的行组合,把枚举到的起始行到终止行的值按列相加存入一个一维数组。 代码: #include<cstdio>#include<cstring>int a[101][101];int value[101];int dp[101];int max(

报错:Reached the max session limit(DM8 达梦数据库)

报错:Reached the max session limit - - DM8 达梦数据库 1 环境介绍2 数据库启动SYSTEM IS READY后面日志3 数据库刚启动日志4 达梦数据库学习使用列表 1 环境介绍 某项目无法连接数据库,报错:超过最大会话数限制 , 检查 dmdba ulimit -a openfiles 已改检查 dm.ini 其中 MAX_SESSION

【硬刚ES】ES基础(二十) 单字符串多字段查询:Dis Max Query

本文是对《【硬刚大数据之学习路线篇】从零到大数据专家的学习指南(全面升级版)》的ES部分补充。

[LeetCode] 695. Max Area of Island

题:https://leetcode.com/problems/max-area-of-island/description/ 题目 Given a non-empty 2D array grid of 0’s and 1’s, an island is a group of 1’s (representing land) connected 4-directionally (horizont

[LeetCode] 485. Max Consecutive Ones

题: 题目 Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: Input: [1,1,0,1,1,1]Output: 3Explanation: The first two digits or the last three digits are consec

whose UTF8 encoding is longer than the max length 32766

问题描述:java.lang.IllegalArgumentException: Document contains at least one immense term in field=“cf_jg.keyword” (whose UTF8 encoding is longer than the max length 32766) 原因:设置为keyword类型的字段,插入很长的大段内容后,报

Average of Levels in Binary Tree

Input:3/ \9 20/ \15 7Output: [3, 14.5, 11]Explanation:The average value of nodes on level 0 is 3, on level 1 is 14.5, and on level 2 is 11. Hence return [3, 14.5, 11]. 思路:就是一个level order trav

HDU_Max Sum(DP)

解题报告 http://blog.csdn.net/juncoder/article/details/38150533 题目传送门 题意: 求子区间连续和最大 思路: DP,dp[i]=max(dp[i-1]+num[i],num[i]) 如果区间内有一个数使得连续和小于0,那么从那个数开始重新定位区间。 #include <cstdio>#include <cstring

收好了,这些max工作效率的学习资源,赶紧用起来

点击上方“朱小厮的博客”,选择“设为星标” 回复”1024“获取独家整理的学习资料 现在,技术已经成为所有行业创新的基石。 这引发全世界对程序员和开发人员的巨大需求。 技术的美妙之处在于它触手可及,所以... 你不用先成为火箭科学家就能成为一个牛逼的程序员。 这看起来可能很难,但事实是......它可能比你想象的要容易。 你只需要阅读,练习并付出一些努力。 但是......这不就是你每天都