Linear layer
Linear layer is one of the core layers, it calculates the ouptut based on weights and bias.
Outuput is equal to input multiplied by weights plus bias.
Classes
Linear(output_size, weight_initializer, …)
|
It calculates the output based on formula: |