The video discusses ways to load and preprocess images in TensorFlow and Keras.
#--------------
Part - I
#--------------
00:00 - Overview
01:41 - Download the flowers dataset
#--------------
Part - II
Load data using a Keras utility
#--------------
08:37 - Create a dataset: tf.keras.utils.image_dataset_from_directory()
13:00 - Visualize the data
17:26 - Standardize images
21:08 - Configure the dataset for performance: .cache(), .prefetch()
23:20 - Train a model: .Sequential(), .Conv2D, .MaxPooling2D, .Flatten(), .Dense()
26:25 - Compile: model.compile()
27:36 - Fit: model.fit()
#--------------
Part - III
Using tf.data
#--------------
29:02 - List data: tf.data.Dataset.list_files()
30:52 - Class names
32:26 - Split data: .skip(), .take()
34:04 - Functions: def get_label()
35:35 - Functions: def decode_img()
36:43 - Functions: def process_path()
40:04 - Configure dataset for performance: .cache(), .shuffle(), .batch(), .prefetch()
42:43 - Visualize data
44:35 - model.fit()
#--------------
Part - IV
Using TensorFlow datasets
#--------------
46:10 - Load and split data: tfds.load()
48:54 - Visualize data
50:02 - Configure data for performance
50:39 - Ending notes
----------------
TensorFlow Guide
----------------
https://www.tensorflow.org/tutorials/...
In questa pagina del sito puoi guardare il video online 27: Load and preprocess images | TensorFlow | Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato learndataa 09 dicembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 6,307 volte e gli è piaciuto 69 spettatori. Buona visione!