GlobalPooling: Global pooling operations

Description Usage Arguments Author(s) References

Description

Global pooling operations

Usage

1
2
3
4
5
6
7
GlobalMaxPooling1D(input_shape = NULL)

GlobalAveragePooling1D(input_shape = NULL)

GlobalMaxPooling2D(data_format = NULL, input_shape = NULL)

GlobalAveragePooling2D(data_format = NULL, input_shape = NULL)

Arguments

input_shape

nD tensor with shape: (batch_size, ..., input_dim). The most common situation would be a 2D input with shape (batch_size, input_dim).

data_format

A string, one of channels_last (default) or channels_first

Author(s)

Taylor B. Arnold, taylor.arnold@acm.org

References

Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.


YTLogos/kerasR documentation built on May 19, 2019, 4:04 p.m.