harsha163 commited on
Commit
0e4c6ad
1 Parent(s): 129f1e3

Update README.md

Browse files

updated the model description

Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -2,15 +2,19 @@
2
  library_name: keras
3
  tags:
4
  - data-augmentation
 
5
  ---
6
 
7
- ## Model description
8
 
9
- More information needed
10
 
11
- ## Intended uses & limitations
 
 
 
 
12
 
13
- More information needed
14
 
15
  ## Training and evaluation data
16
 
 
2
  library_name: keras
3
  tags:
4
  - data-augmentation
5
+ - image-classification
6
  ---
7
 
8
+ # Tensorflow Keras implementation of : [CutMix data augmentation for image classification](https://keras.io/examples/vision/cutmix/)
9
 
10
+ The full credit goes to: [Sayan Nath](https://twitter.com/sayannath2350)
11
 
12
+ ## The Data augmentation strategy
13
+
14
+ CutMix is a data Augmentation strategy where some portion of the training example is removed and pasted with the content from other images in the training set. The labels are also mixed based on the proportion of the pixels that were combined. The full paper is at [https://arxiv.org/pdf/1905.04899.pdf](https://arxiv.org/pdf/1905.04899.pdf) by Yun et. al., 2019.
15
+
16
+ # CutMix augmented examples from CIFAR-10
17
 
 
18
 
19
  ## Training and evaluation data
20