2/25/2023 Upload [Huang]:
- A training and testing framework in test.py
- A data source in REFIT.pdf
2/25/2023 Discription [Huang]:
- The dataset is too large to be uploaded. Please refer to REFIT.pdf to download the data.
- As the processed data is not included, kindly set skip_dp = True in the main function for the initial use.
- In our test program, we utilized a LSTM network to learn the mapping relationship between the aggregated energy and appliance 1 in house 2. We adopted the approach from [1] by training 5 different LSTMs to predict 5 appliances. Therefore, the NILM task has been converted into a prediction problem instead of a classification problem.
- The training and testing results have also been uploaded, but they are not satisfactory at the moment.
[1] Çimen, H., Çetinkaya, N., Vasquez, J.C. and Guerrero, J.M., 2020. A microgrid energy management system based on non-intrusive load monitoring via multitask learning. IEEE Transactions on Smart Grid, 12(2), pp.977-987.