18
Lesson 18 of 20 · Patterns and Data
Image data processing
Images are 3D tensors (height × width × channels). Normalization, augmentation, and resizing prepare images for neural network processing.
- Images are numerical tensors.
- Preprocessing standardizes image data.
Think about it
What is feature engineering?
