Giter Club home page Giter Club logo

computer_vision's Introduction

Computer Vision

In this repo I will upload all problem statements I tackled using computer vison. I am exectuing these Notebooks on Google Colab, which is a fantastic platform offering free GPUs and TPUs. In these I am not using transfer learning as it would basically kill the idea of learning to design CNN architectures.

CIFAR-10

We use a Wide-ResNet and achieve 93.23% accuracy, beating the original ResNet56v1 by .2%. This is due to Dropout and the parallell convolutions in conv and identity modules.

MNIST

My take on the classic MNIST dataset to classify handwritten digits, which achieves 99.6% accuracy.

There are a PyTorch and a Keras implementations in this repository. The Keras version hit 0.99614 on kaggle. It uses a slightly changed version of LeNet5 replacing 5x5 Filter with two 3x3 for non linerarity.

The PyTorch implementation, which uses a large number of epochs, checks for overfitting and will abort on its own. This version was programmed only on a CPU, hence the small network.

computer_vision's People

Contributors

tnfru avatar

Stargazers

 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.