MCPcopy 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
3import numpy as np
4from PIL import Image

Callers

nothing calls this directly

Calls 3

maxpoolingFunction · 0.85
avgpoolingFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected