layernorm
Here are 17 public repositories matching this topic...
Code for the paper "On the Expressivity Role of LayerNorm in Transformers' Attention" (Findings of ACL'2023)
-
Updated
Sep 27, 2024 - Python
Implement layer normalization GRU in pytorch
-
Updated
Apr 8, 2026 - Python
Some common CUDA kernel implementations (Not the fastest).
-
Updated
Jun 24, 2026 - Cuda
Unveiling the Layers: Neural Networks from first principles
-
Updated
Oct 1, 2025 - Jupyter Notebook
MNIST Digit Prediction using Batch Normalization, Group Normalization, Layer Normalization and L1-L2 Regularizations
-
Updated
Jun 11, 2021 - Jupyter Notebook
WGAN with feedback from discriminator& LayerNorm instead of BatchNorm
-
Updated
Sep 12, 2020 - Python
Pure C implementation of Layer Normalization with learnable γ and β parameters—built from scratch without ML frameworks or autograd.
-
Updated
Jul 4, 2026 - C
Implemented a custom LayerNorm forward and backward pass extension in C++ using LibTorch and validated numerical equivalence with PyTorch.
-
Updated
Jan 24, 2026 - C++
Fused normalisation CUDA kernels for PyTorch — residual-add+LayerNorm/RMSNorm, fp8 outputs, fast deterministic backward, torch.compile-native, with reproducible A100/H100 benchmarks
-
Updated
Aug 25, 2026 - Python
LLM pretraining from scratch on FineWeb dataset (architecture and all components explained), plus optimal use of GPU on SLURM cluster
-
Updated
May 12, 2026 - Python
Topology and geometry of Transformer hidden states via persistent homology. The manifold is a 1D arc (PC1=norm, r=0.999), not a torus or sphere. PC2=position, PC3=surprisal+POS. Validated up to 40B.
-
Updated
Apr 15, 2026 - Python
Fundamentals of Artificial Intelligence and Deep Learning Frameworks
-
Updated
Nov 2, 2022 - Jupyter Notebook
A complete, operational Transformer Decoder Layer built from scratch — combining self-attention, Pre-LN normalization, residual connections, and a SwiGLU feed-forward network, with an empirical demonstration of why residual connections prevent signal collapse in deep stacks.
-
Updated
Aug 29, 2026 - Python
DEPRECATED. Canonical: https://github.com/szl-holdings/szl-lambda-gate. Archived frozen for provenance; HF model SZLHOLDINGS/szl-governed-norm remains available. Apache-2.0.
-
Updated
Aug 8, 2026 - Python
Geometric phase structure in Transformer hidden states. LayerNorm placement predicts manifold geometry — 6x difference in PCA concentration. 9 models, 13 experiments.
-
Updated
Mar 30, 2026 - Python
Add this topic to your repo
To associate your repository with the layernorm topic, visit your repo's landing page and select "manage topics."