https://github.com/robmarkcole/arduino-tensorflow-example
Code and results from https://medium.com/p/7daf95b4157
https://github.com/robmarkcole/arduino-tensorflow-example
Last synced: about 1 year ago
JSON representation
Code and results from https://medium.com/p/7daf95b4157
- Host: GitHub
- URL: https://github.com/robmarkcole/arduino-tensorflow-example
- Owner: robmarkcole
- License: apache-2.0
- Created: 2019-10-24T06:34:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T06:43:45.000Z (over 6 years ago)
- Last Synced: 2025-04-20T04:11:40.046Z (about 1 year ago)
- Language: C
- Size: 2.2 MB
- Stars: 3
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-tensorflow-example
Code and results from https://medium.com/p/7daf95b4157
It is important to review and clean up any bad data samples from the training dataset. With good training data the model is making accurate predictions with very high confidence. E.g. alternating flex and punch:
```
punch: 0.000110
flex: 0.999890
punch: 0.999995
flex: 0.000005
```
It would be interesting to see how well the model generalises for other users.