https://github.com/evanhalley/tensorandflow
Example code and graph for article on deploying a machine learning model in an Android app.
https://github.com/evanhalley/tensorandflow
android machine-learning tensorflow tensorflow-tutorials
Last synced: 10 months ago
JSON representation
Example code and graph for article on deploying a machine learning model in an Android app.
- Host: GitHub
- URL: https://github.com/evanhalley/tensorandflow
- Owner: evanhalley
- License: apache-2.0
- Created: 2018-03-08T17:19:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T18:06:29.000Z (over 8 years ago)
- Last Synced: 2025-04-14T01:36:49.850Z (about 1 year ago)
- Topics: android, machine-learning, tensorflow, tensorflow-tutorials
- Language: Python
- Homepage: http://emuneee.com/blog/2018/03/07/tensor_and_flow_pt_1/
- Size: 11.4 MB
- Stars: 28
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensor & Flow
Contains all the necessary code to train a neural network based on the MNIST dataset and deploy that model in an Android app.
See [Tensor & Flow, Part 1: TensorFlow & Machine Learning on Android](https://emuneee.com/blog/2018/03/08/tensor_and_flow_pt_1/) for the full tutorial.