Giter Site home page Giter Site logo

5-class-classification's Introduction

5-Class-Classification using CNN.

Final Project for Deep Learning Bootcamp : Dphi Website

Certificate of Accomplishment : view

About the Data :


The training dataset consists of about 9k medium quality animal images belonging to 5 categories:
butterfly, sheep, cow, squirrel, elephant.
mucca (cow), pecora (sheep), elefante (elephant), farfalla (butterfly) and scoiattolo (squirrel).
All the images have been collected from "google images" and have been checked by human. There is some erroneous data to simulate real conditions (eg. images taken by users of your app).

Dataset Link :

Dataset

Structure of the dataset :


1) train - contains five folders each folder containing images around 1000 to 2000 of those 5 five animals.
Each image has a unique name.
2) test - contains 910 random images of those 5 animals whose predictions you are to submit on DPhi platform.
3) Testing_set_animals.csv - this is the order of the predictions for each image that is to be submitted on the platform.
Make sure the predictions you download are with their image’s filename in the same order as given in this file.

Running the model


Code :

from tensorflow.keras.models import load_model

loading the model weights
model = load_model('CNN_model.h5')


Note :

Reshape the test image to (100, 100, 1) to do the prediction using CNN model.

Converting predictions in excel sheet to csv values :

CLick Me

5-class-classification's People

Contributors

vineethm1627 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.