maxout_layer {CNN} R Documentation

Implements Maxout nonlinearity that computes x to max(x)

Description

where x is a vector of size groupsize. Ideally of course,
the input size should be exactly divisible by group
size

Usage

maxout_layer();

Arguments

Details

Authors

MLkit

Value

this function returns data object of type CNNLayerArguments.

clr value class

Examples


[Package CNN version 1.0.0.0 Index]