All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)* '''Max pooling''' — takes the maximum value in each local window (e.g. <math>2 \times 2</math>).
* '''Average pooling''' — takes the mean value in each window.
* '''Global average pooling''' — averages each entire feature map to a single value, often used before the final classification layer.
 h Spanish (es)* '''Max pooling''' — toma el valor máximo en cada ventana local (p. ej. <math>2 \times 2</math>).
* '''Average pooling''' — toma el valor medio en cada ventana.
* '''Global average pooling''' — promedia cada mapa de características completo a un único valor, frecuentemente usado antes de la capa final de clasificación.
 h Chinese (zh)* '''最大池化(Max pooling)''' — 取每个局部窗口中的最大值(例如 <math>2 \times 2</math>)。
* '''平均池化(Average pooling)''' — 取每个窗口中的平均值。
* '''全局平均池化(Global average pooling)''' — 将每个完整的特征图平均为单一值,通常用于最终分类层之前。