Building energy consumption prediction plays an irreplaceable role in energy planning and conservation as it is an important part of a building's lifecycle management process, since it allows organizations to make decisions about what investments need to be made in order to reduce energy consumption. Data-driven approaches, such as artificial neural networks, support vector regression, support vector machine, KNN, gradient boosting regression, and extreme learning machine are the most advanced methods for building energy prediction. However, owing to the high nonlinearity between inputs and outputs of building energy consumption prediction models, these approaches require improvement regarding the accuracy of predictions, robustness (i.e., the ability to produce accurate results in situations where there is a high degree of uncertainty or variability), and generalization ability (i.e., the ability to accurately predict outcomes when presented with new data). To counter these shortcomings, an ensemble learning method is proposed, which will use both SVR and SVM. It combines these individual models together to improve the stability and predictive power of the model through learning several simple models and combining their output to produce the final decision.
Stars
7
Forks
2
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
33
commits
Merge branch 'main' of https://github.com/SusanSagwa/Energy-Consumption-Prediction-In-Smart-Buildings-Using-Ensemble-Learning
a8ea664View on GitHubKaggle Notebook | Energy Consumption Prediction using an Ensembler | Version 2
01392edView on GitHubDelete Energy_Consumption_Prediction_using_ensemble_learning.ipynb
7a49b32View on GitHub