Conv1D Properties

The Conv1D type exposes the following members.

Properties


  Name Description
Public property Act
Activation function to use. If you don't specify anything, no activation is applied (ie. "linear" activation: a(x) = x). OptActivations
Public property BiasInitializer
Initializer for the bias vector. OptInitializers
Public property Channels
Integer, the dimensionality of the output space
Public property Dialation
An integer specifying the dilation rate to use for dilated convolution. Currently, specifying any dilation_rate value != 1 is incompatible with specifying any strides value != 1.
Public property KernalSize
An integer specifying the length of the 1D convolution window.
Public property Name
Gets or sets the name of the network layer
(Inherited from LayerConfig.)
Public property Padding
Boolean, if true results in padding the input such that the output has the same length as the original input
Public property Params
Gets or sets the parameters.
(Inherited from LayerConfig.)
Public property Shape
The 1D input shape
Public property Strides
An integer specifying the stride length of the convolution.
Public property UseBias
Boolean, whether the layer uses a bias vector.
Public property WeightInitializer
Initializer for the kernel weights matrix. OptInitializers