
Ultimate access to all questions.
In the context of AutoML, explain the role of data augmentation and how AutoML can automate this process. Provide a detailed explanation of the techniques used by AutoML for data augmentation and their significance in improving model performance, especially in cases of limited data.
A
AutoML does not support data augmentation, as it relies on the original dataset for training the model.
B
AutoML supports data augmentation by manually creating new variations of the existing data, such as adding noise or transforming the data.
C
AutoML supports data augmentation by using techniques such as random cropping, flipping, and rotation for image data, and synthetic data generation for tabular data to increase the size and diversity of the dataset.
D
AutoML supports data augmentation by automatically selecting a subset of the original data and applying random transformations to create new variations.