Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - The authoritative textbook on deep learning, providing comprehensive coverage of machine learning basics, generalization, bias-variance tradeoff, underfitting, and overfitting in the context of neural networks.
CS229 Lecture Notes: Bias vs. Variance and Diagnosing Bias vs. Variance, Andrew Ng, 2023 (Stanford University, Computer Science Department) - Provides practical insights and clear explanations on identifying and addressing underfitting (high bias) and overfitting (high variance) using learning curves, as taught in a widely recognized machine learning course.