IoT-Based Household Energy Consumption Prediction Using Machine Learning

Pouya Jafarzadeh,Fahimeh Farahnakian,Jari-Pekka Paalassalo,Osmo Eerola
DOI: https://doi.org/10.1007/978-3-030-69705-1_8
2021-01-01
Abstract:There have been several attempts to develop energy saving solutions in the residential sector due to the significant energy consumption in recent years. One of the promising solution is energy prediction in smart houses. The main idea behind this solution is that the residences are instrumented with different sensors and actuators in order to monitor and control energy usage of a household. For this purpose, this chapter presents a framework for energy consumption prediction in a household. Our framework collects real data from a residential house by a collection of sensors and then prepossesses the data. After that, it utilizes two well-known prediction models (multi-layer perceptron (MLP) and K-nearest neighbour (K-NN)) for energy consumption prediction at the current time. Moreover, our framework can predict the next hour energy consumption using long short-term memory (LSTM) as one of the widely used recurrent neural networks. Our obtained results on a real dataset show that MLP provides substantial prediction accuracy improvement over K-NN based model. The performance metric in terms of root mean square error (RMSE) metric for K-NN and MLP are 1.80 and 1.62, respectively. Furthermore, our results show that LSTM can achieve a minimum RMSE value (0.07).
What problem does this paper attempt to address?