https://github.com/lab11/power-metadata-learning
Trying to learn device class based on a power trace. Josh and Neal's ML class project.
https://github.com/lab11/power-metadata-learning
Last synced: 9 months ago
JSON representation
Trying to learn device class based on a power trace. Josh and Neal's ML class project.
- Host: GitHub
- URL: https://github.com/lab11/power-metadata-learning
- Owner: lab11
- Created: 2017-04-25T22:14:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T03:53:41.000Z (about 9 years ago)
- Last Synced: 2025-03-12T17:50:27.906Z (about 1 year ago)
- Language: Python
- Size: 493 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# power-metadata-learning
Trying to learn device class based on a power trace. Josh and Neal's ML class project.
### LSTM config
Replace dataset and logging directory with directory to dataset and logs, respectively.
Run tensorboard with:
```
tensorboard --logdir =
```
Currently runs on [UCR
timeseries](http://www.cs.ucr.edu/~eamonn/time_series_data/) data. Adapted from
https://github.com/RobRomijnders/LSTM_tsc.