The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A standard textbook providing comprehensive coverage of boosting algorithms, weak learners (like decision stumps), and their role in the bias-variance tradeoff. (2nd edition)
Ensemble Methods: Foundations and Algorithms, Zhi-Hua Zhou, 2012 (Chapman and Hall/CRC)DOI: 10.1201/9780429107931 - A specialized book offering extensive coverage of ensemble learning, including a detailed discussion of weak learners and their application in various boosting techniques.