Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A comprehensive resource on deep learning, with a dedicated chapter on autoencoders and their role in representation learning.
PyTorch torch.nn.Module Documentation, PyTorch Contributors, 2024 (PyTorch.org) - This official documentation provides fundamental information for defining neural network layers and models, including the base nn.Module class essential for structuring autoencoders and their sub-components like the encoder.