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.
Code: https://github.com/codebasics/py/blob/master/DeepLearningML/17_data_augmentation/cnn_flower_image_classification_data_augmentations.ipynb
Deep learning playlist: https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
Machine learning playlist : https://www.youtube.com/playlist?list=PLeo1K3hjS3uvCeTYTeyfe0-rN5r8zn9rw
Discord: https://discord.gg/r42Kbuk
Website: http://codebasicshub.com/
Facebook: https://www.facebook.com/codebasicshub
Twitter: https://twitter.com/codebasicshub
Linkedin: https://www.linkedin.com/company/codebasics/
Patreon: https://www.patreon.com/codebasics
DISCLAIMER: All opinions expressed in this video are of my own and not that of my employers'.
Code: https://github.com/codebasics/py/blob/master/DeepLearningML/17_data_augmentation/cnn_flower_image_classification_data_augmentations.ipynb
Deep learning playlist: https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
Machine learning playlist : https://www.youtube.com/playlist?list=PLeo1K3hjS3uvCeTYTeyfe0-rN5r8zn9rw
Discord: https://discord.gg/r42Kbuk
Website: http://codebasicshub.com/
Facebook: https://www.facebook.com/codebasicshub
Twitter: https://twitter.com/codebasicshub
Linkedin: https://www.linkedin.com/company/codebasics/
Patreon: https://www.patreon.com/codebasics
DISCLAIMER: All opinions expressed in this video are of my own and not that of my employers'.
Comments