Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A textbook covering convolutional networks, autoencoders, and deep learning principles.
Deconvolution and Checkerboard Artifacts, Augustus Odena, Vincent Dumoulin, and Chris Olah, 2016Distill - Clarifies transposed convolution and discusses common artifacts, aiding practical application.
tf.keras.layers.Conv2DTranspose, TensorFlow Developers, 2023 - Official Keras documentation for the transposed convolutional layer, outlining parameters and usage for implementation.