nexuml_library.layers.utility.identity¶
nexuml_library.layers.utility.identity
¶
Identity and noise layers.
MergeLayer
¶
AdditiveNoise
¶
Bases: LayerDefinition
Adds Gaussian noise scaled by the input's standard deviation.
Useful as a data augmentation layer (noise only applied during training).
Attributes:
| Name | Type | Description |
|---|---|---|
noise_level |
float
|
Noise scale relative to the input std. |