Notebook Goals

  • Build a machine learning model that identifies food objects in images
  • use the food101 dataset and research paper as the primariy source of inspiration for some transfer-learning & fine-tuning

TODO

  • get helper functions
  • get data from tensorflow datasets

Imports

In [2]:
from helper_functions import create_tensorboard_callback, plot_loss_curves, unzip_data, compare_historys, walk_through_dir
import tensorflow_datasets as tfds
---------------------------------------------------------------------------ModuleNotFoundError Traceback (most recent call last)Cell In[2], line 2 1 from helper_functions import create_tensorboard_callback, plot_loss_curves, unzip_data, compare_historys, walk_through_dir ----> 2 import tensorflow_datasets as tfds ModuleNotFoundError: No module named 'tensorflow_datasets'

Get Data

Tensorflow datasets include some dataset.