79 results
- Go to itemThis layer applies an activation function element-wise to the layer input. Corresponds to the Keras Activation Layer .0
- Go to itemThis layer applies an update to the cost function based on input activity. Corresponds to the Keras Activity Regularization Layer…0
- Go to itemA layer that adds two inputs. Corresponds to the Add Keras layer . The inputs must be of the same shape.0
- Go to itemApplies Alpha Dropout to the input. Alpha Dropout is a Dropout that keeps mean and variance of inputs to their original values, i…0
- Go to itemTakes two tensors of the same shape as input and adds them element-wise. Corresponds to the Add Keras layer .0
- Go to itemThis layer applies average pooling in a single dimension. Corresponds to the Keras Average Pooling 1D Layer .0
- Go to itemThis layer applies average pooling in two dimensions. Corresponds to the Keras Average Pooling 2D Layer .0
- Go to itemThis layer applies average pooling in three dimensions. Corresponds to the Keras Average Pooling 3D Layer .0
- Go to itemNormalize the layer input at each batch, i.e. applies a transformation that maintains the mean activation close to 0 and the acti…0
- Go to itemNormalize the layer input at each batch, i.e. applies a transformation that maintains the mean activation close to 0 and the acti…0
- Go to itemA layer that just collects the outputs of its input layers. Its main purpose is the creation of networks with multiple outputs wh…0
- Go to itemA layer that concatenates two inputs along a specified axis. Corresponds to the Concatenate Keras layer . The inputs must be of t…0
- Go to itemThis layer creates a convolution kernel that is convolved with the layer input over a single dimension. Corresponds to the Keras …0
- Go to itemThis layer creates a convolution kernel that is convolved with the layer input over a single dimension. Corresponds to the Keras …0
- Go to itemThis layer creates a convolution kernel that is convolved with the layer input over two dimensions. Corresponds to the Keras Conv…0
- Go to itemThis layer creates a convolution kernel that is convolved with the layer input over two dimensions. Corresponds to the Keras Conv…0
- Go to itemThis layer creates a convolution kernel that is convolved with the layer input over three dimensions. Corresponds to the Keras Co…0
- Go to itemThis layer creates a convolution kernel that is convolved with the layer input over three dimensions. Corresponds to the Keras Co…0
- Go to item2D Convolutional Long-Short Term Memory (LSTM) layer. Similar to a normal LSTM, but the input and recurrent transformations are b…0
- Go to item2D Convolutional Long-Short Term Memory (LSTM) layer. Similar to a normal LSTM, but the input and recurrent transformations are b…0