Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Comprehensive textbook covering fundamental concepts of deep learning, including various optimization algorithms like SGD with momentum, RMSprop, and Adam, as well as learning rate strategies.
torch.optim.lr_scheduler.ReduceLROnPlateau, PyTorch Development Team, 2023 (PyTorch Foundation) - Official documentation for PyTorch's ReduceLROnPlateau learning rate scheduler, detailing its parameters and usage.