Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curiousily/TensorFlow-on-Android-for-Human-Activity-Recognition-with-LSTMs
iPython notebook and Android app that shows how to build LSTM model in TensorFlow and deploy it on Android
https://github.com/curiousily/TensorFlow-on-Android-for-Human-Activity-Recognition-with-LSTMs
android deep-learning lstm tensorflow tensorflow-tutorial
Last synced: 6 days ago
JSON representation
iPython notebook and Android app that shows how to build LSTM model in TensorFlow and deploy it on Android
- Host: GitHub
- URL: https://github.com/curiousily/TensorFlow-on-Android-for-Human-Activity-Recognition-with-LSTMs
- Owner: curiousily
- Created: 2017-05-31T21:15:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T05:45:42.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T23:42:14.548Z (14 days ago)
- Topics: android, deep-learning, lstm, tensorflow, tensorflow-tutorial
- Language: Jupyter Notebook
- Homepage: https://www.curiousily.com/posts/human-activity-recognition-using-lstms-on-android/
- Size: 18.3 MB
- Stars: 195
- Watchers: 14
- Forks: 98
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: history.p
Awesome Lists containing this project
README
# TensorFlow on Android for Human Activity Recognition with LSTMs
Full explanation can be found in [this blog post](https://www.curiousily.com/posts/human-activity-recognition-using-lstms-on-android/). The source code is compatible with TensorFlow 1.1
### Hands-On Machine Learning from Scratch
Interested in deeper understanding of Machine Learning algorithms? Implement them in Python from scratch: