Neural Networks for Machine Learning - Lecture 6a: RMSProp, Geoffrey Hinton, Tijmen Tieleman, 2012Coursera: Neural Networks for Machine Learning (University of Toronto) - This lecture slide deck is the original, informal introduction of the RMSprop algorithm by its creator, Geoffrey Hinton.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides a thorough academic treatment of adaptive learning rate methods, including RMSprop, within the context of deep learning optimization.
torch.optim.RMSprop, PyTorch Documentation, 2024PyTorch Documentation - Official documentation for using the RMSprop optimizer in PyTorch, covering its parameters and usage, which complements the practical usage section.