deeplizard teaches us how to normalize a dataset. We’ll see how dataset normalization is carried out in code, and we’ll see how normalization affects the neural network training process.
Content index:
- 0:00 Video Intro
- 0:52 Feature Scaling
- 2:19 Normalization Example
- 5:26 What Is Standardization
- 8:13 Normalizing Color Channels
- 9:25 Code: Normalize a Dataset
- 19:40 Training With Normalized Data