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

https://github.com/joekakone/etl-with-tf.data

Differents ways to feed images to convolutional models
https://github.com/joekakone/etl-with-tf.data

convolutional-neural-networks keras machine-learning tensorflow

Last synced: 3 months ago
JSON representation

Differents ways to feed images to convolutional models

Awesome Lists containing this project

README

        

# ETL with Keras & tf.data
Je suis Joseph Konka, Data Scientist Junior chez Rintio. Contactez-moi sur [email protected] ou sur [LinkedIn](https://www.linkedin.com/in/joseph-koami-konka) ou encore sur [Facebook](https://web.facebook.com/josephkonka1999). Au plaisir d'échanger avec vous !

Dans cette série de didacticiels, je vous montre quelques différentes manières d'importer les images avec Tensorflow et Keras pour alimenter vos modèles pendant l'entraînement. À vous de faire le choix de la méthode qui répond le mieux à votre besoin. Pour téléchager le jeu de données, faites `sh download.sh`

## Sommaire
1. [ImageDataGenerator flow_from_directory](1.ipynb)
2. [ImageDataGenerator from_from_datafrme](2.ipynb)
3. [tf.data from_generator](3.ipynb)
4. [Custom Generator](4.ipynb)
5. [tf.data from_list_files](5.ipynb)