Convolution..::..Conv1D Method

Overload List


  Name Description
Public method Static member Conv1D(Variable, Int32, Int32, Int32, Boolean, Int32, String, Boolean, String, String)
1D convolution layer (e.g. temporal convolution). This layer creates a convolution kernel that is convolved with the layer input over a single spatial (or temporal) dimension to produce a tensor of outputs. If use_bias is True, a bias vector is created and added to the outputs. Finally, if activation is not None, it is applied to the outputs as well.
Public method Static member Conv1D(Tuple<(Of <<'(Int32, Int32>)>>), Int32, Int32, Int32, Boolean, Int32, String, Boolean, String, String)
1D convolution layer (e.g. temporal convolution). This layer creates a convolution kernel that is convolved with the layer input over a single spatial (or temporal) dimension to produce a tensor of outputs. If use_bias is True, a bias vector is created and added to the outputs. Finally, if activation is not None, it is applied to the outputs as well.