https://github.com/tuomasr/apple-watch-mnist
MNIST for Apple Watch
https://github.com/tuomasr/apple-watch-mnist
apple-watch classification deep-learning mnist
Last synced: 3 months ago
JSON representation
MNIST for Apple Watch
- Host: GitHub
- URL: https://github.com/tuomasr/apple-watch-mnist
- Owner: tuomasr
- Created: 2017-07-29T12:00:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T12:26:52.000Z (about 8 years ago)
- Last Synced: 2025-06-09T17:14:44.549Z (4 months ago)
- Topics: apple-watch, classification, deep-learning, mnist
- Language: Swift
- Size: 10.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-apple-watch - apple-watch-mnist - MNIST for Apple Watch (Sample Apps / Blog)
README
# watch-mnist
MNIST for Apple WatchA small Apple Watch app in which the user can draw numbers 0-9 and detect them using a small neural network trained on the MNIST dataset.
The app utilizes Apple's Core ML library and is tested on WatchOS 4.0 Beta 4.
Note that most of the code is based on various examples around the web. Most notably:
https://github.com/happywatch/Drawhttps://github.com/r4ghu/iOS-CoreML-MNIST