Convolution..::..Conv2D Method

Overload List


  Name Description
Public method Static member Conv2D(Variable, Int32, Tuple<(Of <<'(Int32, Int32>)>>), Tuple<(Of <<'(Int32, Int32>)>>), Boolean, Tuple<(Of <<'(Int32, Int32>)>>), String, Boolean, String, String)
2D convolution layer (e.g. spatial convolution over images). This layer creates a convolution kernel that is convolved with the layer input 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 Conv2D(Tuple<(Of <<'(Int32, Int32, Int32>)>>), Int32, Tuple<(Of <<'(Int32, Int32>)>>), Tuple<(Of <<'(Int32, Int32>)>>), Boolean, Tuple<(Of <<'(Int32, Int32>)>>), String, Boolean, String, String)
Conv2s the d.2D convolution layer (e.g. spatial convolution over images). This layer creates a convolution kernel that is convolved with the layer input 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.