About 23,600 results
Open links in new tab
  1. Introduction to Pooling Layer in CNN - GeeksforGeeks

    May 13, 2026 · Pooling layers play a key role in making CNNs efficient and robust by simplifying feature maps while preserving important information. Reduces dimensions, leading to faster computation …

  2. Pooling layer - Wikipedia

    As average pooling computes the average, which is a first-degree statistic, and covariance is a second-degree statistic, covariance pooling is also called "second-order pooling".

  3. POOLING | English meaning - Cambridge Dictionary

    POOLING definition: 1. the act of sharing or combining two or more things: 2. a method of accounting used when two…. Learn more.

  4. What is Pooling Operation? - GeeksforGeeks

    Jul 23, 2025 · Pooling is a technique used in CNNs to reduce the spatial dimensions (width and height) of input feature maps. It involves aggregating information from nearby pixels into a single …

  5. POOLING Definition & Meaning - Merriam-Webster

    5 days ago · The meaning of POOL is a small and rather deep body of usually fresh water. How to use pool in a sentence.

  6. Pooling (resource management) - Wikipedia

    In resource management, pooling is the grouping together of resources (assets, equipment, personnel, effort, etc.) for the purposes of maximizing advantage or minimizing risk to the users. The term is …

  7. Pooling and their types in CNN - Medium

    Feb 12, 2024 · Pooling, also known as subsampling or downsampling, is a technique used in CNNs to reduce the spatial dimensions of feature maps while retaining essential information.

  8. What does pooling mean? - Definitions.net

    Pooling refers to the act or process of combining resources, funds, or efforts from multiple individuals, organizations, or entities in order to achieve a common goal or objective.

  9. Pooling Layers in Convolutional Neural Networks (CNNs) – A

    Mar 8, 2025 · A pooling layer is used in CNNs to reduce the size of feature maps while retaining important information. It simplifies the data, making computations faster and reducing the risk of …

  10. 7.5. Pooling — Dive into Deep Learning 1.0.3 documentation - D2L

    Like convolutional layers, pooling operators consist of a fixed-shape window that is slid over all regions in the input according to its stride, computing a single output for each location traversed by the fixed …