Coder Social home page Coder Social logo

abhijeet3922 / food-classification-task-transfer-learning Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 3.0 1.4 MB

The application demonstrates the advantage of using transfer learning for smaller datasets. Food-11 is a small dataset with 11K images for 11 categories of food. It uses features learnt by already trained VGG16 on large Imagenet data to train a classifier for Food Classification Task..

Jupyter Notebook 100.00%

food-classification-task-transfer-learning's Introduction

Food-Classification-Task-Transfer-learning

The application demonstrates the advantage of using transfer learning for smaller datasets. Food-11 is a small dataset with 11K images for 11 categories of food. It uses features learnt by already trained VGG16 on large Imagenet data to train a classifier for Food Classification Task.

food-classification-task-transfer-learning's People

Contributors

abhijeet3922 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

food-classification-task-transfer-learning's Issues

Is it full data or partial one?

When I run this command...
len(train),len(val),len(test)

I get less number of results compared to your github repo.
(3001, 1001, 1001)
Your count:
(9866, 3430, 3347)

It means the data made available on dropbox is not complete. And therefore probably I get this error as well...

train_y = [int(img.split("/")[-1].split("_")[0]) for img in train]
ValueError: invalid literal for int() with base 10: '.DS'

Please let me know how to download the complete dataset and how to deal with above error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.