An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/mostafa-wael/image-data-augmentation-with-keras

cnn dataaugmentation keras-tensorflow

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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.

This is a guided project Offered By "Coursera Project Network".

Guided Project Link : https://www.coursera.org/projects/data-augmentation-keras