Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ pooling_functions.py
File
pooling_functions.py
computer_vision/pooling_functions.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Source : https://computersciencewiki.org/index.php/Max-pooling_/_Pooling
2
# Importing the libraries
3
import
numpy
as
np
4
from
PIL
import
Image
Callers
nothing calls this directly
Calls
3
maxpooling
Function · 0.85
avgpooling
Function · 0.85
show
Method · 0.80
Tested by
no test coverage detected