Conv1D Members
The Conv1D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Conv1D()()()() |
Initializes a new instance of the Conv1D class.
|
![]() |
Conv1D(Int32, Int32, Int32, Boolean, Int32, String, Boolean, String, String) |
Initializes a new instance of the Conv1D class.
|
![]() |
Conv1D(Tuple<(Of <<'(Int32, Int32>)>>), Int32, Int32, Int32, Boolean, Int32, String, Boolean, String, String) |
Initializes a new instance of the Conv1D class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Act |
Activation function to use. If you don't specify anything, no activation is applied (ie. "linear" activation: a(x) = x). OptActivations
|
![]() |
BiasInitializer |
Initializer for the bias vector. OptInitializers
|
![]() |
Channels |
Integer, the dimensionality of the output space
|
![]() |
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.
|
![]() |
KernalSize |
An integer specifying the length of the 1D convolution window.
|
![]() |
Name |
Gets or sets the name of the network layer
(Inherited from LayerConfig.) |
![]() |
Padding |
Boolean, if true results in padding the input such that the output has the same length as the original input
|
![]() |
Params |
Gets or sets the parameters.
(Inherited from LayerConfig.) |
![]() |
Shape |
The 1D input shape
|
![]() |
Strides |
An integer specifying the stride length of the convolution.
|
![]() |
UseBias |
Boolean, whether the layer uses a bias vector.
|
![]() |
WeightInitializer |
Initializer for the kernel weights matrix. OptInitializers
|