An open API service indexing awesome lists of open source software.

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.

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.