https://github.com/cirquit/meed-an-unsupervised-multi-environment-eventdetector-for-non-intrusive-load-monitoring
MEED: An Unsupervised Multi-Environment Event-Detector for Non-Intrusive Load Monitoring
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: ieee.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
MEED: An Unsupervised Multi-Environment Event-Detector for Non-Intrusive Load Monitoring
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Fork of Leinadj/MEED-An-Unsupervised-Multi-Environment-EventDetector-for-Non-Intrusive-Load-Monitoring
Created over 5 years ago
· Last pushed over 5 years ago
https://github.com/cirquit/MEED-An-Unsupervised-Multi-Environment-EventDetector-for-Non-Intrusive-Load-Monitoring/blob/master/
[](https://doi.org/10.5281/zenodo.3490218) # Repository for the paper "Event Detection for Energy Consumption Monitoring" ## accessible via doi: 10.1109/TSUSC.2020.3012066 or ## link: https://ieeexplore.ieee.org/document/9149809 ### by Daniel Jorde and Hans-Arno Jacobsen # ## Content The repository contains the implementations of the four algorithms used for the benchmark of the MEED event detector and the MEED event detector itself. All code is released under the MIT licence. The algorithms are implemented following the sklearn API. The hyperparameter settings used to produce the results in the paper are based on a grid search and are included as default values for the respective parameters in the algorithm implementations. The MEED event detector class contains the autoencoder model definition in its fit() function, but the training has do be done externally as it is to computationally intensive and dependent on the dataset to be done within the fit() function. Trained models can be found in the *MEED_Models* folder. They are stored as keras ".h5" models. As the models are trained via cross-validation each subfolder contains multiple instances of each model, each having a unique id that corresponds to the fold of the cross-validation that was used to train them. The *Notebooks* folder contains working examples in jupyter notebooks on one exemplary file of BLUED. The notebooks show how the algorithms can be used and implemented in other NILM scenarios. We highly suggest using these algorithms for benchmarks or other NILM papers. Each of the algorithm classes also provides a *score* function that can compute the scores as we have done it in our paper. This ensures other researchers can compare their algorithms with ours. The score function uses a tolerance limit, like discussed in the paper and introduced by multiple other authors in the field, to determine true positive events. Python Version 3.6 is used. The *requirements.txt* file contains all python packages necessary. ### For questions please contact: daniel.jorde@tum.de
Owner
- Login: cirquit
- Kind: user
- Location: Germany
- Repositories: 49
- Profile: https://github.com/cirquit
PhD student in distributed computing and machine learning. Interested in C++, Haskell, Qt, UX and ML.