The significant part of smart grid is to make smart grid cost-efficient by predicting
electricity price and load. To resolve the problem, three modules are incorporated
within the prediction model 1. Firstly, the fusion of Decision Tree (DT) and Random Forest (RF) are used for feature selection and to remove the redundancy
among feature. Secondly, Recursive Feature Elimination (RFE) is taken for feature extraction purpose that extracts the principle components and also used for
dimensionality reduction. Finally, to forecast load and price, Support Vector Machine (SVM) and Logistic Regression (LR) as a classifiers are used through which
we achieve good accuracy results in load and price prediction.
Similarly, to futher improve the prediction performance we proposed an Efficient Convolutional Neural Network (ECNN) and Efficient K-nearest Neighbour
(EKNN) in which the parameters are tuned. It may be difficult to deal with
huge amount of load data that is coming from the electricity market. To overcome this issue, we incorporated three modules in the proposed prediction model
2. The proposed model consists of feature engineering and classification. Feature
engineering is a two-step process (feature selection and feature extraction); for
the purpose of feature selection Mutual Information (MI) is used which reduces
the redundancy among features and for feature extraction RFE is used to extract
the principle features from the selected features and reduces the dimensionality
of features. Finally, after training the data-set and the removal of the duplicate
features load prediction is done by ECNN and EKNN. The ECNN and EKNN
outperforms better then traditional Convolutional Neural Network (CNN) and K-nearest Neighbour (KNN). The forecast performance is evaluated by comparing
the results with MAPE, RMSE, MAE and MSE. i.e. 10.8, 7.5, 7.15, and 10.4
respectively.
Many techniques are integrated in smart homes and buildings in residential sector
to make them efficient, and reliable. The demand of energy is raising day by day
due to the increase in population. To resolve this issue, we have implemented
Grey Wolf Optimization (GWO) using Time of Use (TOU) in proposed model 3;
this combination encourages the most efficient use of the system and can reduce
the overall costs for both the customers and utility. We also have compared the
results of GWO and Bacterial Foraging Algorithm (BFA). The appliances are
classified into three categories: Non-shiftable, Power-shiftable, and Time-shiftable
appliances on the basis of their operating period, hourly consumption and daily
requirement of each appliance. The scheduling mechanism is capable of achieving
the optimal operational time. Simulation results are presented to demonstrate the
effectiveness of optimization techniques.