Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A standard textbook covering autoencoder architectures, activation functions, and general neural network design.
Keras documentation: Conv2DTranspose layer, Keras team, 2024 - Official documentation for the Conv2DTranspose layer, which is crucial for building image decoders in Keras.