Code Monkey home page Code Monkey logo

mnist_app's Introduction

mnist_app

app.R

This script contains the ui and server sides of the app.

model.hdf5

This is the model created by train.R (see src/).

src/

This folder contains all the relevant R programs:

  • train.R was used to train the model
  • assess_holdout.R allows to assess 'real-life' performance of the model (see holdout)
  • other files are helpers called by the other scripts

holdout/

When ran locally, this app allows the user to save the images created by the user, as well as their corresponding labels as identified by the user. This 'holdout' data can then be used for validating that the model performs well in a different context than the original MNIST. Indeed, the size of the digit, the width of the pen and the difference in the way the drawing was obtained (real pen vs. drawing with a computer mouse) can all affect the 'real-life' performance of the model.

www/

This folder contains the GitHub "Fork Me" logo and the javascript signature pad used in the app. Please see szimek's GitHub repo for the original source code.

CSS_file.css

This file is necessary for the signature pad to work properly.

mnist_app's People

Contributors

caronl avatar klahrich avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

mnist_app's Issues

uri string to pixel matrix directly

We could convert the uri string to pixel matrix directly for the prediction, and generate the binary .png file later. This would accelerate the user experience

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.