Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

pool functions

Matias Vazquez-Levi edited this page Feb 14, 2021 · 5 revisions

Pooling functions take a list of values, and outputs one numeric value. The value k represents the list of values and n represents the length of this list.

These functions below are provided by default, see how to add more


avgpool

Averages values in the list.
Definition:


maxpool

Takes the largest value in the list.
Definition:


minpool

Takes the smallest value in the list.
Definition:



Clone this wiki locally