augmentaatiotekniikat
Augmentaatiotekniikat, or augmentation techniques, refer to a set of methods used to artificially increase the amount or diversity of data available for training machine learning models. This is particularly useful when the original dataset is small or lacks sufficient variation, which can lead to overfitting and poor generalization performance.
The core idea behind augmentation is to create new, plausible data samples from existing ones by applying
The generated augmented data is then added to the training set, effectively expanding its size and complexity.