MNIST App Apk

MNIST App Apk

Latest version 1.3.0
03 Nov 2017

Older Versions

Apk Infos

Version1.3.0
Rating4.5/5, based on 10 votes
Size‎31.2 MB
Requires AndroidAndroid 4.0+ (Ice Cream Sandwich)
Author's NotesThis app uses machine learning to understand hand-written numbers.

About MNIST App APK

MNIST App APK Download for Android
MNIST App APK Download for Android

Description

A personal project that applies machine learning proficiency. The app allows users to draw a number on the phone, and using the raw pixels of this drawing as input, the model predicts with high accuracy what the number is.

The project involved:

+ Using the existing MNIST dataset.
+ Applying data augmentation techniques to increase dataset.
+ Developing, training, debugging, and optimizing multiple deep learning models.
+ Deploying the best model to TensorFlow mobile.
+ Developing a backend web API that collects users usage of the app to continue to train the model.
+ Over 20,000 observations have been collected to date from users interacting with the app.

Tools used:

+ TensorFlow
+ Python
+ Apache
+ Node.js
+ Express

Latest updates

What's new in version 1.3.0

Reclassify digits via app links
Minor bug fixes

How to install MNIST App APK on Android phone or tablet?

Download MNIST App APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (mnist.ai.formigone.com.mnistapp-v1.3.0-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.3.0 (11)31.2 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

1 ★Not trained properly and no augmentation applied. Try writing horizontally and it will give bizzare results. Even at slightest agnles, it fails.