Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klemenjak/SynD
A Synthetic Energy Consumption Dataset for Non-Intrusive Load Monitoring
https://github.com/klemenjak/SynD
datasets datasets-simulation energy-consumption energy-disaggregation nilm nilmtk non-intrusive-load-monitoring
Last synced: about 2 months ago
JSON representation
A Synthetic Energy Consumption Dataset for Non-Intrusive Load Monitoring
- Host: GitHub
- URL: https://github.com/klemenjak/SynD
- Owner: klemenjak
- Created: 2019-10-31T08:42:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T07:56:48.000Z (over 4 years ago)
- Last Synced: 2024-05-21T22:14:56.249Z (8 months ago)
- Topics: datasets, datasets-simulation, energy-consumption, energy-disaggregation, nilm, nilmtk, non-intrusive-load-monitoring
- Homepage:
- Size: 155 KB
- Stars: 24
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Synthetic Energy Consumption Dataset for NILM
With the roll-out of smart meters, the importance of effective non-intrusive load monitoring (NILM) techniques has risen rapidly. NILM
estimates the power consumption of individual devices given their aggregate consumption. In this way, the combined consumption must only be
monitored at a single, central point in the household, providing various
advantages such as reduced cost for metering equipment.As related Machine Learning problems, research and development requires a sufficient amount of data to train and validate new approaches. As a viable alternative to collecting datasets in buildings during expensive and time-consuming measurement campaigns, the idea of generating synthetic datasets for NILM gain momentum recently.
| Aspect | Fact about SynD |
| ------------- |:-------------:|
| Number of Appliances | 21 |
| Duration | 180 |
| Sampling Rate | 5 Hz |
| Scope | residential NILM |
| Compatible to NILMTK? | Yes |
| Where can I learn more about SynD? | [Read the paper here.](https://www.nature.com/articles/s41597-020-0434-6) |
| Is SynD public? | [Download SynD here.](https://springernature.figshare.com/collections/SynD_A_Synthetic_Energy_Dataset_for_Non-Intrusive_Load_Monitoring_in_Households/4716179)|With SynD, we introduce a synthetic energy dataset with focus on residential buildings. We release 180 days of synthetic power data on aggregate level (i.e. mains) and individual appliances. SynD is the result of a custom simulation process that relies on power traces of real household appliances.
![One day in SynD for six appliances](img/github.png)
## Usage Notes
We provide supplemental material for new NILMTK users. Please report any bugs in the provided material or the dataset!
* [Exploring SynD with NILMTK](examples/synd_exploration.ipynb)
* [Simple Disaggregation Example using NILMTK](examples/simple_disaggregation.ipynb)
* More notes are about to follow!
## Stay updated!
* Follow Christoph Klemenjak on [Twitter](https://twitter.com/CKlemenjak) or read latest [Blog Posts](https://klemenjak.github.io/)
* Follow Wilfried Elmenreich on [Twitter](https://twitter.com/elmenreich) or connect via [LinkedIn](https://www.linkedin.com/in/wilfriedelmenreich/)## History
* April 2020: SynD goes public!
* October 2019: Repository goes live!