Food Image Classifying

Open In Colab

This project aims to classify different images of food using transfer learning.

Check GPU

Need score of 7.0+

Get Helper Functions

Use TF Datasets

Exploring Food 101 Data

png

Preprocessing Functions

Problems with this data

  • uint8

  • different size images

  • not scaled

Batch and Prepare Datasets

From tensorflow best practices

Create Modelling Callbacks

Mixed Precision

Build Feature Extraction Model

Check if we are using Mixed Precision

Hmm it didn't save my model - maybe because I didn't write out 'val_accuracy'

Load Model

preparing layers - unfreezing

Callback Setup

Compile

View on TensorBoard

Plot Loss Curves

Evaluate Model Performance

Next Steps

Find most wrong predictions

Last updated