Feature Scaling: Normalization and Standardization
Was this section helpful?
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This textbook provides a comprehensive overview of deep learning concepts, including the importance of data preprocessing techniques like feature scaling for network training.
Preprocessing data, scikit-learn developers, 2024 - Official documentation detailing various preprocessing techniques, including StandardScaler and MinMaxScaler, and best practices for their application to avoid data leakage.
Notes on Normalization, Andrew Ng, 2023 (DeepLearning.AI) - Concise notes from a leading deep learning educator, explaining data normalization techniques relevant to neural networks.