Data augmentation to address overfitting | Deep Learning Tutorial 26 (Tensorflow, Keras & Python) - codebasics - 深度學習 Deep Learning 公開課 - Cupoy
When we don't have enough training samples to cover diverse cases in image classification, often CNN...
When we don't have enough training samples to cover diverse cases in image classification, often CNN might overfit. To address this we use a technique called data augmentation in deep learning. Data augmentation is used to generate new training samples from current training set using various transformations such as scaling, rotation, contrast change etc. In this video, we will classify flower images and see how our cnn model overfits. After that we will use data augmentation to generate new training samples and see how model performance improves.
#dataaugmentation #dataaugmentationdeeplearning #addressoverfitting #cnn #deeplearningtutorial