Giter VIP home page Giter VIP logo

cifar-10-image-classification's Introduction

Image Classification On CIFAR-10 Dataset

Burhanuddin Rangwala - 1911109
Mihir Pandya - 1911098

Introduction:

In this project we create a robust image classification pipeline to classify images. We created 2 different models and recorded their accuracy and loss.
The app has been deployed at https://share.streamlit.io/bamblebam/cifar-10-image-classification/app.py

Dataset:

The dataset used in this project is the CIFAR-10 dataset which consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.

Models:

Basic CNN

This is a basic CNN model which uses 2D convolution layers with an increasing amount of filters. Max pooling and Batch normalization are used as regularization techniques. The total number of parameters is ~4.4 million.

ConvMixer

This is the novel ConvMixer model which uses image patches which are synonymous to word embeddings in NLP as input. The model uses a conv-mixer layer which is nothing but a residual depthwise convolution followed by a pointwise convolution i.e. depthwise separable convolution. This layer is repeated a certain number of times. The total number of parameters in this model is ~1.1 million.

Graphs

image

cifar-10-image-classification's People

Contributors

bamblebam avatar

Watchers

 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.