Coder Social home page Coder Social logo

guiqulaxi / deep-columnar-convolutional-neural-network Goto Github PK

View Code? Open in Web Editor NEW

This project forked from titu1994/deep-columnar-convolutional-neural-network

0.0 2.0 0.0 61.71 MB

Deep Columnar Convolutional Neural Network architecture, which is based on Multi Columnar DNN (Ciresan 2012).

Home Page: http://www.ijcaonline.org/archives/volume145/number12/25331-2016910772

Python 100.00%

deep-columnar-convolutional-neural-network's Introduction

Deep Columnar Convolutional Neural Network

DCCNN is a Convolutional neural network architecture which is inspired by the Multi Column Deep Neural Network of Ciresan (2012).

Using improvements from recent papers such as Batch Normalization, Leaky Relu, Inception BottleNeck blocks and Convolutional Subsampling, the network uses very few parameters in order to acheive near state of the art performance on various datasets such as MNIST, CIFAR 10/100, and SHVN.

Although it does not improve on the state of the art, it shows that smaller architectures with far fewer parameters can rival the performance of large ensemble networks.

Paper : "Deep Columnar Convolutional Neural Network"

Architectures

DCCNN MNIST

This architecture is simple enough for the MNIST dataset, which contains small grayscale images. It acheives an error rate of 0.23% after 500 epochs. The weights for this model are available in the weights folder.

alt tag

DCCNN SVHN

This architecture is similar to the MNIST dataset, but uses the SVHN dataset, of nearly 600,000 color images. It acheives an error rate of 1.92%. It was not possible to use the larger DCCNN CIFAR 100 architecture for this model, due to insufficient GPU memory.

Note that while similar, pooling is accomplished by using Convolutional Subsampling rather than Max Pooling.

alt tag

DCCNN CIFAR 10

This architecture is different from the above two, and is used for the CIFAR 10 datasets. It acheives a low error rate of 6.90%. This is higher than the state of the art 3.47% but that is a extremely deep 18 layer network.

alt tag

DCCNN CIFAR 100

This architecture is similar to the one above, but has a more forks at the last level. It acheives a low error rate of 28.63%. This is higher than the state of the art 24.28% which has 50 million parameters and requires over 160,000 epochs.

alt tag

deep-columnar-convolutional-neural-network's People

Contributors

titu1994 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.