Data Augmentation

Data augmentation

Data augmentation is a method in machine learning that helps prevent overfitting by training models on multiple variations of existing data. This technique involves creating slightly modified copies of the original data to enhance the model's performance and generalization ability.

1 courses cover this concept

CS231n: Deep Learning for Computer Vision

Stanford University

Spring 2022

This is a deep-dive into the details of deep learning architectures for visual recognition tasks. The course provides students with the ability to implement, train their own neural networks and understand state-of-the-art computer vision research. It requires Python proficiency and familiarity with calculus, linear algebra, probability, and statistics.

No concepts data

+ 55 more concepts