Coder Social home page Coder Social logo

mnist_excel's Introduction

Multiclass classification in Excel using neural network

Hey guys, this is a quick proof of concept project which aims to train a simple multiclass classification neural network and deploy it in Excel. Such deployment can be useful in corporate environments with rigid system integration processes.

The Excel file allows you to draw by clicking on individual cells on the 'board', while the neural network performs prediction in real time. Try it yourself!

Description

The neural network consists of densely connected ReLU and Softmax layers, trained on modified MNIST dataset. The exported weights are then converted into .csv file, which can be easily opened in Excel.

Each layer 'lives' on a separate Excel sheet, and their outputs are calculated purely using Excel formulas. This allows the model to be deployed on any device capable of running Excel; including iOS & Android devices, or even through web browser (https://office.live.com/).

Training

  1. Python, using Keras deep learning library

Excel

  1. VBA (frontend)
  2. only Excel formulas (backend)

mnist_excel's People

Contributors

vjamrich avatar

Stargazers

 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.