Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides a comprehensive explanation of the RMSprop algorithm, as part of a standard deep learning textbook.
torch.optim, PyTorch Core Team, 2025 - Official documentation for PyTorch's optimization algorithms, covering implementation details for RMSprop and Adam.