Skip to content

SeanMiranda/FoodVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FoodVision

The purpose of this notebook is to classify images of food into 101 categories.

The paper we will try to follow is Food-101 – Mining Discriminative Components with Random Forests

This notebook was inspired by Daniel Bourke's version

Sample images

Logo

Building a feature extraction model using EffiecentNet and fine tuning it

  1. We will be developing our model in TensorFlow.
  2. The first layer will be a pretrained EfficientNet with all the layers frozen.
  3. This is followed by a softmax with 101 classes.
  4. After training the model we will unfreeze the last 5 layers of the EfficientNet layer and train it again.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors