Skip to content

FengJiong-123/Deep_learning

Repository files navigation

Deep_learning

Dataset

  1. Food 101
  2. Yelp Dataset

Issues in the dataset(Work around)

One existing issue in the dataset is that in yelp, there is no cleaned data. The solution we came up is to use simply NLP to classify the food.

In other words, if the comments have a matching food crictical word, we will use this to label the food.

If the critical word appears more than 1 times, the food will be falled into multiple category.

Model

The original label came from another problem(human emotional classification). However, that model is not a good one for our question due to overfit. So we have took way to optimze the model.

Original model

One way to avoid overfitting

Fine tune Using Incerception v3

Google Inception v3

Environment

The environment is configured using Google colab

Base Code

Food101_Overfit

Food101

Yelp Dataset

Interesting part

  1. Compare the dataset we generated manually with the 'good' dataset the is already lablled
  2. Compare the model for different CV problem, and took ways to reduce overfitting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published