• Stars
    star
    170
  • Rank 223,357 (Top 5 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A handwriting recognition example for iOS using NeuralNet

Handwriting Example - NeuralNet

A handwriting recognition example for iOS using NeuralNet.

Note: this application is part of the Swift AI project. Full details about the library can be found in the main repo.

preview

About

This simple iOS app demonstrates real-world usage of NeuralNet. The app comes packaged with a pre-trained neural network that was trained using NeuralNet-MNIST.

The MNIST dataset was used for this example.

Installation

Just clone or download this repository and run the app! All dependencies are included.

Usage

Sketch a digit from 0 to 9 on the canvas. The neural network will attempt to classify the image.

The neural network's input will be displayed in the bottom left: this is a scaled-down 28x28px version of your drawing. The network's output will be displayed in the bottom right, along with the prediction's confidence.