Sum all weighted input data and apply a bias
The fully connect operation multiplies the input by a weight matrix and then adds a bias vector.
Note
This function applies the fully connect operation to dlarray
data. If
you want to apply average pooling within a layerGraph
object
or Layer
array, use
the following layer: