Notebook Goals
- Build a machine learning model that identifies food objects in images
- use the
food101dataset 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 tfdsGet Data
Tensorflow datasets include some dataset.