https://github.com/jackkelly/buildsys_2015_neuralnilm
Presentation of Neural NILM for BuildSys 2015 conference in November 2015
https://github.com/jackkelly/buildsys_2015_neuralnilm
energy-disaggregation nilm
Last synced: about 1 month ago
JSON representation
Presentation of Neural NILM for BuildSys 2015 conference in November 2015
- Host: GitHub
- URL: https://github.com/jackkelly/buildsys_2015_neuralnilm
- Owner: JackKelly
- Created: 2015-11-01T10:55:11.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-05-20T14:17:15.000Z (over 9 years ago)
- Last Synced: 2025-01-03T17:23:58.428Z (9 months ago)
- Topics: energy-disaggregation, nilm
- Language: HTML
- Homepage: http://jackkelly.github.io/BuildSys_2015_NeuralNILM
- Size: 26.1 MB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository holds the source code for my the presentation of my
[Neural NILM paper](http://jack-kelly.com/files/writing/neural_nilm.pdf)
for [ACM BuildSys 2015](http://www.buildsys.org/2015/) in November
2015.If you just want to view this presentation, just point your browser to
[jackkelly.github.io/BuildSys_2015_NeuralNILM](http://jackkelly.github.io/BuildSys_2015_NeuralNILM);
you do not have to clone this repository just to view the presentation.---
If you do want to clone the repository then you'll need to install
these packages:```
sudo apt-get install nodejs-legacy npm
sudo npm install -g grunt-cli http-server bower
bower install
```Then run `http-server -c-1` from the base directory of this project.
And point your browser to `http://localhost:8080`.