Package io.github.kirstenali.deepj.layers.transformer.norm
package io.github.kirstenali.deepj.layers.transformer.norm
-
ClassDescriptionLayerNorm over feature dimension (cols) with trainable gamma/beta exposed as
Parameters.Marker interface for row-wise normalisation layers (LayerNorm, RMSNorm, …).Root-Mean-Square Layer Normalisation — the normalisation used in Llama, Mistral, Qwen, and DeepSeek.