Module layer

Source
Expand description

§Layer Normalization

This module provides the necessary tools for creating and training layer normalization layers.

Structs§

Config
ConfigBuilder
LayerNorm
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.

Constants§

EPSILON