Adam: A Method for Stochastic Optimization, Diederik P. Kingma, Jimmy Ba, 2015International Conference on Learning Representations (ICLR 2015)DOI: 10.48550/arXiv.1412.6980 - The original research paper introducing the Adam optimizer, presenting its mathematical details, bias correction, and empirical performance.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A chapter from a widely recognized textbook providing a thorough theoretical explanation of Adam within deep learning optimization.
Adam - PyTorch 2.3 documentation, PyTorch Development Team, 2024 (PyTorch Foundation) - The official PyTorch documentation for the Adam optimizer, including parameter descriptions and practical usage examples.