Skip to content
#

cnn-for-visual-recognition

Here are 324 public repositories matching this topic...

This tutorial shows how to classify images of flowers using a tf.keras.Sequential model and load data using tf.keras.utils.image_dataset_from_directory. It demonstrates the following concepts: Efficiently loading a dataset off disk. Identifying overfitting and applying techniques to mitigate it, including data augmentation and dropout.

  • Updated May 16, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the cnn-for-visual-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cnn-for-visual-recognition topic, visit your repo's landing page and select "manage topics."

Learn more