Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This book provides a comprehensive introduction to deep learning, with Chapter 4 covering numerical computation (including derivatives) and Chapter 8 discussing optimization algorithms central to training models.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer)DOI: 10.1007/978-0-387-44958-7 - This textbook offers a detailed mathematical treatment of machine learning, introducing objective functions and optimization methods in the context of various models like linear regression and neural networks.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong, 2020 (Cambridge University Press)DOI: 10.1017/9781108679989 - This book bridges mathematical concepts with machine learning applications. It covers calculus, derivatives, and optimization techniques directly relevant to understanding and minimizing cost functions.