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

https://github.com/mostafanabieh/image-classification-with-data-augmentation

Project for Data augmentation with tensorflow v2
https://github.com/mostafanabieh/image-classification-with-data-augmentation

data deep-learning image-classification machine-learning tensorflow tensorflow2

Last synced: about 2 months ago
JSON representation

Project for Data augmentation with tensorflow v2

Awesome Lists containing this project

README

          

# Image-classification-with-Data-augmentation

classify cats or dogs from images. It builds an image classifier using a tf.keras.Sequential model and load data using tf.keras.preprocessing.image.ImageDataGenerator

Building data input pipelines using the tf.keras.preprocessing.image.ImageDataGenerator class to efficiently work with data on disk to use with the model.
Overfitting —How to identify and prevent it.
Data augmentation and dropout —Key techniques to fight overfitting in computer vision tasks to incorporate into the data pipeline and image classifier model.
![Data](https://www.kdnuggets.com/wp-content/uploads/cats-data-augmentation.jpg)