У нас вы можете посмотреть бесплатно MixUp augmentation for image classification - Keras Code Examples или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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: / risingsayak Content Links: Keras Code Example: https://keras.io/examples/vision/mixup/ MixUp: https://arxiv.org/pdf/1710.09412.pdf MODALS: https://openreview.net/forum?id=XjYgR... tf.random.gamma: https://www.tensorflow.org/api_docs/p... Tensorflow Data Performance: https://www.tensorflow.org/guide/data... Beta Distribution: https://en.wikipedia.org/wiki/Beta_di... Probability Distributions: https://en.wikipedia.org/wiki/Probabi... Chapters: 0:00 Keras Code Examples! 0:44 MixUp Motivation 3:24 Standard Imports and Data Pipeline 6:48 Core Idea 12:44 Training the Models 14:07 Insights from Sayak