Data augmentation
Data augmentation is the technique of increasing the size of data used for training a model. It also helps in preventing overfitting.
Some of the most common data augmentation techniques for images include:
- Scaling
- Cropping
- Flipping
- Rotation
- Color jittering