Dense Layer
This module belongs the 'TensorFlow API' category .
The Dense Layer module in a neural network is a layer that performs the integration of the input along with an activation.
The Dense Layer module contains an enriched set of functions to configure at will.
There are many types of activation functions in the Dense Layer module. We can , for instance, set the Tensorflow Keras API as either:
Activation function
The Activation function, in turn, could be :
Exponential linear unit (ELU)
Scaled Exponential Linear Unit (SELU)
Rectified Linear Unit(RELU)
Sigmoid Exponential (base e)
Identity function (Linear)
As an input we can choose among : dimension, shape and batch input shape.
Both Kernel and Bias can be attributed an initialization based on :
Regularizers are available: bias , activity , kernel .
Activity regularizer: None, L1 regularizer, L2 regularizer