Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Comprehensive coverage of neural network foundations, including tensor operations and data representations for various types of input data.
Preprocessing data, Scikit-learn developers, 2024 - Official documentation explaining various data preprocessing techniques including numerical scaling, label encoding, and one-hot encoding, with practical examples in Python.