GitHub / Mostafa-wael / Image-Data-Augmentation-with-Keras
Data augmentation is a technique used to create more examples, artificially, from an existing dataset. This is useful if the dataset is small and we want to increase the number of examples. Data augmentation can often solve over-fitting so that our model generalizes well after training. For images, a variety of augmentation can be applied to increase the number of examples.
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Jupyter Notebook
Size: 1.01 MB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: over 4 years ago
Pushed at: over 4 years ago
Last synced at: 2 months ago
Topics: cnn, dataaugmentation, keras-tensorflow