MixUp augmentation for image classification - Keras Code Examples
This video explains another awesome Keras Code Example, this time implementing a cutting-edge technique for Data Augmentation. In my view, what makes MixUp so interesting is that it can be applied in data domains outside of images and Computer Vision. Say for NLP or Physiological data, it is very hard to define data augmentations and here is a great framework for getting started. You may also be interested in the video I made explaining MODALS - a recent ICLR 2021 paper exploring cutting-edge domain-agnostic data augmentation. Thanks for watching, please check out the rest of the Keras Code Examples playlist!
Follow Sayak Paul on Twitter:
Content Links:
Keras Code Example:
MixUp:
MODALS:
: #args
Tensorflow Data Performance:
Beta Distrib
20 views
10
3
1 year ago 01:57:50 1
DL2022: Борьба с переобучением в нейронных сетях (часть 2)
2 years ago 00:58:33 11
Глубокое обучение. Лекция 10. Тонкости обучения и масштабирования нейронных сетей (2019-2020)
2 years ago 00:17:52 2
Human Emotions Detection in TensorFlow 2 - Data Augmentation
2 years ago 00:51:07 5
Human Emotions Detection in TensorFlow 2 - Multi-class Model with Convolutional Neural Networks
3 years ago 00:12:35 12
Knowledge Distillation: A Good Teacher is Patient and Consistent
4 years ago 00:16:38 20
MixUp augmentation for image classification - Keras Code Examples