Keras Gaussian Dropout Layer

This layer applies multiplicative one-centered gaussian noise to the layer input. Corresponds to the Keras Gaussian Dropout Layer.

Options

Name prefix
The name prefix of the layer. The prefix is complemented by an index suffix to obtain a unique layer name. If this option is unchecked, the name prefix is derived from the layer type.
Drop rate
The drop probability (as with Dropout). The multiplicative noise will have standard deviation sqrt(rate / (1 - rate)).

Input Ports

Icon
The Keras deep learning network to which to add a Gaussian Dropout layer.

Output Ports

Icon
The Keras deep learning network with an added Gaussian Dropout layer.

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.