Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook on deep learning, including detailed sections on autoencoders and their components like decoders.
torch.nn.ConvTranspose2d, PyTorch Foundation, 2024 (PyTorch Foundation) - Official PyTorch documentation for ConvTranspose2d, illustrating how it functions as an upsampling layer in decoder networks.
Reducing the Dimensionality of Data with Neural Networks, Geoffrey E. Hinton, Ruslan R. Salakhutdinov, 2006Science, Vol. 313 (American Association for the Advancement of Science)DOI: 10.1126/science.1127647 - The foundational paper that introduced autoencoders for effective dimensionality reduction, explaining the encoder-decoder mechanism.