Giter Site home page Giter Site logo

102_flowers_classifcation's Introduction

102_flowers_classifcation Pytorch ๐Ÿ๐ŸŒป

๐Ÿ“‘ You can find the Data here https://www.robots.ox.ac.uk/~vgg/data/flowers/102/

๐ŸŒบ Oxford 102 Flower is an image classification dataset consisting of 102 flower categories. The flowers chosen to be flowers commonly occur in the United Kingdom. Each class consists of between 40 and 258 images.

๐Ÿ“Š The images have large scale, pose, and light variations. In addition, some categories have large variations within the category and several very similar categories.

๐Ÿ’ก Udacity provided label mapping in JSON file so load it for later use.

๐Ÿ‘‰ Using ResNet50 . In our case, I want to predict 102 flower classes so I use an ordered dictionary to create the final layers of my network with 102 outputs. So I define a new untrained feed-forward network as a classifier, using ReLU activations and dropout. LogSoftmax is used for the output values from the model for each image prediction.

โ— For more epochs, this notebook is based on 40 epochs (data_modeling_40epoch.ipynb) the train acc increases but the test acc decrease Not much.

๐Ÿ’ก To improve the model we need to perform oversampling for imbalanced classes

102_flowers_classifcation's People

Contributors

azzaelnaggar avatar

Watchers

 avatar

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.