Creates a fully connected (AKA, dense) layer.
The previous layer in the network.
The number of units in this layer.
Additional options with sensible default values.
The new layer.
See Implementation
Creates a fully connected (AKA, dense) layer.