Data Augmentation Guide
Apply data augmentation techniques to improve model training with limited data.
Usage
Describe your data type and task to get augmentation recommendations.
Examples
- "Augment a small image dataset for classification"
- "Apply text augmentation for a sentiment analysis model"
- "Use SMOTE to handle class imbalance in tabular data"
Guidelines
- Choose augmentations that produce realistic variations
- Apply augmentation during training, not to the test set
- Monitor for augmentation that introduces label noise
- Combine multiple augmentation techniques for best results
- Validate that augmentation improves holdout performance