11 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 densely connected layer that connects each unit of the layer input with each output unit of this layer. Corresponds to the Kera…0
- Go to itemA densely connected layer that connects each unit of the layer input with each output unit of this layer. Corresponds to the Kera…0
- Go to itemThis layer repeats the layer input for the specified number of times. The layer input must be 1-dimensional, all other dimensiona…0
- Go to itemApplies dropout to the layer input. Dropout consists in randomly setting a fraction rate of input units to 0 at each update durin…0
- Go to itemThis layer flattens the layer input in each but the batch dimension. Corresponds to the Keras Flatten Layer .0
- Go to itemCreates a new Keras Deep Learning Network with the specified shape, type, and batch size. Corresponds to the Keras Input Layer .0
- Go to itemMasks a sequence by using a mask value to skip timesteps. For each timestep in the input tensor (first dimension in the tensor), …0
- Go to itemPermutes the dimensions of the input according to a given pattern. Corresponds to the Keras Permute Layer .0