BatchNorm1d, PyTorch Development Team, 2024 - Official PyTorch documentation for BatchNorm1d, detailing its usage, parameters, and behavior in training and evaluation modes. This also applies to BatchNorm2d and BatchNorm3d.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A standard textbook that includes a dedicated section on Batch Normalization, covering its mechanisms and benefits within the broader context of deep learning.
CS231n Lecture Notes: Batch Normalization, Different Normalization Layers, Justin Johnson, Fei-Fei Li, Serena Yeung, and others, 2023 - Comprehensive lecture notes from Stanford University's CS231n course, offering clear explanations and practical considerations for Batch Normalization implementation.