Computer Vision
Image Normalization
Scaling pixel values to standard ranges (e.g., mean=0, std=1) to improve training.
This concept is essential for understanding computer vision and forms a key part of modern AI systems.
Related Concepts
- Normalization
- Preprocessing
- Computer Vision
Tags
computer-vision normalization preprocessing computer-vision
Related Terms
Computer Vision
The field of AI focused on enabling computers to understand and interpret visual information from images and videos.
Normalization
Scaling features to a standard range (typically 0-1 using min-max scaling) to improve model training and convergence. Often used interchangeably with standardization (mean=0, std=1), though technically distinct.