Giter VIP home page Giter VIP logo

deeplearnmac's Introduction

DeepLearnMac

About DeepLearnMac

About DeepLearnMac

DeepLearnMac is a user interface for classifying hand-drawn (on a computer) digits 0-9. It utilizes a trained 6 layer convolutional neural network (CNN).

These layers are

  • Input layer (resized to 28x28)
  • Convolution layer 1 (6 maps, each 5x5)
  • Subsampling layer 1 (2x2)
  • Convolution layer 2 (12 maps, each 5x5)
  • Subsampling layer 2 (2x2)
  • Fully connected layer

On the Classify page, you can draw patterns on the canvas or load an image for classification. Scores for each digit are computed. The drawn/loaded image is classified according to the digit with the highest score.

Visualization

Visualization

After classification, the activations of each layer are shown in the Network page. Some layers only have activation maps. Convolution layers have feature maps the bias values. The fully connected layer (Feature Vector), the network weights and biases are also shown. Finally, the output layer from which the classification scores are derived are also rendered in this page.

Inspiration

The backend of DeepLearnMac is based on the CNN component Rasmus Berg Palm's DeepLearnToolbox (https://github.com/rasmusbergpalm/DeepLearnToolbox)

Platform

DeepLearnMac software has been tested on Linux, OSX, and Windows platforms. On Linux and Windows platforms, please place the trained network values inside the folder where the main executable is located.

deeplearnmac's People

Contributors

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