Expand description
§Layer Normalization
This module provides the necessary tools for creating and training layer normalization layers.
Structs§
- Config
- Config
Builder - Layer
Norm - Layer Normalization directly estimates the normalization statistics from the summed inputs to the neurons within a hidden layer, eliminating the need to introduce any additional dependencies.