We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27e9b9 commit 465b8deCopy full SHA for 465b8de
Image_Augmentation/README.md
@@ -3,3 +3,20 @@
3
## Overview
4
<br/>Image augmentation is a technique that is used to artificially expand the data-set.
5
<br/>This is helpful when we are given a data-set with very few data samples
6
+
7
+## Working:
8
+- Here, I have used Keras ImageDataGenerator to perform Image Augmentation
9
+- Image data generator has to many factors that can be changed to get different images from the provided image.
10
+- some of them are:
11
+ - rotation_range
12
+ - width_shift_range
13
+ - height_shift_range
14
+ - brightness_range
15
+ - shear_range
16
+ - zoom_range
17
+ - fill_mode
18
+ - horizontal_flip
19
+ - cval
20
+ - rescale
21
22
0 commit comments