Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer)DOI: 10.1007/b139367 - A classic textbook that gives a rigorous and foundational explanation of data representation, features, and their role in machine learning models.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This authoritative book provides a comprehensive overview of deep learning, including the definition of features and the motivation behind learning new representations from data.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - This practical guide offers clear explanations of features, various feature types, and their significance in machine learning workflows, with concrete examples.
CS229 Lecture Notes: Machine Learning, Andrew Ng, Tengyu Ma, 2023Course Notes (Stanford University) - These lecture notes from a leading machine learning course cover fundamental concepts, including data representation and the role of features, in an accessible format.