Next Article in Journal
Diesel-Minimal Combustion Control of a Natural Gas-Diesel Engine
Next Article in Special Issue
Wind Speed Prediction Using a Univariate ARIMA Model and a Multivariate NARX Model
Previous Article in Journal
Vibration Durability Testing of Nickel Manganese Cobalt Oxide (NMC) Lithium-Ion 18,650 Battery Cells
Previous Article in Special Issue
Enhanced Predictive Current Control of Three-Phase Grid-Tied Reversible Converters with Improved Switching Patterns
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hierarchical Approach Using Machine Learning Methods in Solar Photovoltaic Energy Production Forecasting

1
Mechanical Engineering, University of Texas at San Antonio, San Antonio, TX 78249, USA
2
Texas Sustainable Energy Research Institute, San Antonio, TX 78249, USA
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Energies 2016, 9(1), 55; https://doi.org/10.3390/en9010055
Submission received: 15 October 2015 / Revised: 28 December 2015 / Accepted: 11 January 2016 / Published: 19 January 2016

Abstract

:
We evaluate and compare two common methods, artificial neural networks (ANN) and support vector regression (SVR), for predicting energy productions from a solar photovoltaic (PV) system in Florida 15 min, 1 h and 24 h ahead of time. A hierarchical approach is proposed based on the machine learning algorithms tested. The production data used in this work corresponds to 15 min averaged power measurements collected from 2014. The accuracy of the model is determined using computing error statistics such as mean bias error (MBE), mean absolute error (MAE), root mean square error (RMSE), relative MBE (rMBE), mean percentage error (MPE) and relative RMSE (rRMSE). This work provides findings on how forecasts from individual inverters will improve the total solar power generation forecast of the PV system.

1. Introduction

With the development of photovoltaic (PV) technology or other, similar technologies, renewable energy sources have been used more frequently across the U.S. in recent years. Policies such as renewable portfolio standards (RPS) are gaining more and more attention due to the increasing penetration of renewable energy production into the conventional utility grid. As of March 2015, with 46 states already in session across the country and over 100 RPS bills pending, how to promote solar energy to compete with other major players in the renewable source market is a priority for many solar power producers, utility companies and independent service operators.
The widespread implementations of solar power systems are so far impeded by many factors, such as weather conditions, seasonal changes, intra-hour variability, topographic elevation and discontinuous production. Operators need to acquire solar energy production information ahead of the time to counter the operating costs caused by requirements of energy reserves or shortage of electricity supplies from PV systems. Therefore, solar power forecasting is the “cornerstone” of a reliable and stable solar energy industry. Intra-hour forecasts are critical for monitoring and dispatching purposes while intra-day and day-ahead forecasts are important for scheduling the spinning reserve capacity and managing the grid operations.
The forecast of power output, for example a day ahead, is a challenging task owing to the dependency of inputs’ accuracy. In general, there are two types of inputs for PV energy output forecasting: exogenous inputs from meteorological forecasts, and endogenous inputs from direct system energy outputs. Meteorological forecasts, such as solar irradiance, have been studied for a long time [1,2,3]. Researchers further extended their models to predict power output from PV plants [4,5,6,7]. However, even with the cloud graph from synchronous meteorological satellites, the large variability in key parameters, namely diffuse component from the sky hemisphere, makes solar irradiance much less predictable than the temperature. More difficulties exist in large-scale PV systems installed over a wide area with different tile and azimuth angles. The situation requires individual parameterized solar models to deal with diverse configurations of PV.
Since it is not possible to take into account all related meteorological forecasts in a practical situation, a lot of alternative solutions have been developed. Some considered adopting weather forecasts provided by meteorological online services [8]. Many others tried to simplify the solar forecast model by exploring different nonlinear modeling tool such as artificial neural networks (ANN) [9,10,11]. Two types of network, radial basis function (RBF) and multilayer perception (MLP), are commonly utilized to forecast global solar radiation [12,13,14,15], solar radiation on titled surface [15], daily solar radiation [15,16,17], and short-term solar radiation [15,18]. More techniques are being explored to improve the current models for solar radiation and PV production such as the minimal resource allocating network [19], the wavelet neural network [20], fuzzy logic [21], and the least-square support vector machine [22]. Others tested PV productions forecasts on reduced weather inputs (e.g., no solar irradiance input) or only based on endogenous inputs [9,23,24]. Proposed approaches include isolating PV linear and nonlinear power outputs [24], adjusting the temporal resolution [25], and classified day types [26,27,28,29].
In this work, a simplified approach, using reduced exogenous inputs without solar irradiance, is developed for predicting the PV production output 15 min, 1 h and 24 h ahead of time. The forecast models, developed from ANN and support vector regression (SVR) respectively, forecast the power output based on PV’s historical record and the online meteorological services. Moreover, an alternative way to forecast total PV output, generated from the individual inverter output forecast, is used to compare the baseline performance using the total PV output data. The goals of this study are to: (1) assess common forecast techniques’ accuracy in order to determine a baseline performance for different prediction windows; (2) propose a hierarchical forecast approach using the monitored information on the inverter level; and (3) validate the approach by comparing the baseline forecasts.
The paper is organized as follows: the next section provides a brief introduction of the methods applied to forecast power plant production; Section 3 defines the performance matrixes in terms of common error criteria in literatures; Section 4 gives the data description used in this study; and results are discussed in Section 5.

2. Methodology

The two most commonly applied machine learning methods to forecast power plant output 15 min, 1 h and 24 h head of time are used in this work. The methods employed are ANN and SVR. The implementations and parameter selections are discussed in Section 2.1 and Section 2.2. A hierarchical approach integrating machine learning methods is further introduced in Section 2.3.

2.1. Artificial Neural Networks

A neural network is heuristically developed from the human brain’s learning processes on recognizing visualized objects. Similar to neurons in a biological brain, ANN is operated on many different artificial neurons. The structure is a network model connecting the input, hidden, and output layers constructed with neuron nodes. No assumptions need to be made about the inputs or outputs of the model. The users only define the model structure such as the number of hidden layers, the number of neurons in each layer, and the appropriate learning algorithms. Inputs to a neuron can be external stimuli or directly outputs from the other neurons. Neurons calculate the weights sum of the inputs and produce the output via transfer functions:
f ( x ) = j = 1 N w j φ j [ i = 1 M w i j x i + w i o ] + w j o
where w is the weights for input, hidden, and output layers, x is the training input, N represents the total number of hidden neurons, M represents the total number of inputs, and φ represents the transfer function for each hidden neuron. The weighted sums are adjusted during training processes by minimizing the errors of the training data, namely mean squared error, sum squared error (SSE) and root mean squared error. Numerical learning algorithms such as back-propagation, quasi-Newton and Levenberg-Marquardt have been developed for years to effectively optimize the weights.
In this study, feed-forward neural networks (FFNN) for a single layer and a double layer configuration are explored [30]. However, due to an over-fitting problem, good forecasts were not found from the double hidden layer structure, similar to the layer-tuning tests in building load forecasting [31,32]. The performance of FFNN depends strongly on the parameter settings. For this study, FFNN is modeled as 1 hidden layer with more than 20 neurons, 1 output neuron (the prediction of power production), and 26 input neurons (several time-lagged values of historical power productions, meteorological inputs and time information). A simplified diagram of the FFNN is shown in Figure 1.
Figure 1. Artificial neural network (ANN) structure.
Figure 1. Artificial neural network (ANN) structure.
Energies 09 00055 g001
The model is implemented using the NeuroLab Library 0.3.5 in Python. The transfer functions are the hyperbolic tangent sigmoid functions for each layer. FNNN is trained with a gradient descent back-propagation algorithm. FFNN’s weights are learned by minimizing SSE. To select the specific number of hidden neurons, the training algorithms are performed on multiple epochs of historical data. For each epoch selected (e.g., one week), 75% of the data are used for training and the remaining 25% are kept for validation. Parameters are optimized using all input data normalized between 0 and 1. At least 50 epochs are simulated until the calculated SSE reaches the setting error goal of 0.001.

2.2. Support Vector Regression

Support vector machines are statistics learning tools widely used in classification and regression problem [22]. For SVR, a data set is firstly transformed into a high-dimension space. Predictions are discriminated from training data as a “tube” enclosed with a desired pattern curve with certain tolerances. The support vectors are the points which mark the margins of the tube. The SVR approximates the inputs and outputs using the following form:
f ( x ) = w   ϕ ( x ) + b
where ϕ ( x ) represents the transfer function mapping the input data to the high-dimensional feature spaces. Parameters w and b are estimated by minimizing the regularized risk function:
min 1 2 w T w + C i = 1 n ( ξ i + ξ i * ) s.t.  y i w T ϕ ( x i ) b ε + ξ i w T ϕ ( x i ) b y j ε + ξ i *
where n represents the total number of training samples, ξ is the error slacks guaranteeing the solutions, C is the regularized penalty, and ε defines the desired tolerance range of the “tube”. The first term w T w is a regularized term to flatten the function in Equation (2). The second term is the empirical error measured by the ε -insensitive loss function. This loss function defines the ε tube: if the forecasted values are within the tube, the loss is zero; if the forecasted values are outside the tube, the loss is proportional to the absolute differences between the forecasted values and the radius ε of the tube.
Both ε and C are optimized by introducing the Lagrange multiplier and exploiting the optimality constraints. The equivalent Lagrangian form of Equation (2) is expressed by the following equation:
f ( x ) = i = 1 n ( a i a i * ) K ( x i , x j ) + b
where K ( x i , x j ) is defined as the kernel function. In Equation (4), a i and a i * are the so-called Lagrange multipliers. They are calculated by solving the dual problem of Equation (3) in Lagrange form. The advantage of using the kernel function is that one can deal with feature space in arbitrary dimension without explicitly computing the map ϕ ( x ) . Any function that satisfies Mercer’s condition can be used as the kernel function [33]. The commonly used choices are linear, polynomial, and RBF [34]. By literature review, RBF with weight parameter γ tends to give good performance by smoothness [34,35]. The RBF is defined as follows:
f ( x i , x j ) = exp ( x i x j 2 γ )
where γ is the kernel parameter.
Scikit-learn Library 0.15.0 in Python is used in our study. The RBF used is 3 degree kernel function. We find the SVR model is relatively insensitive to the value of ε smaller than 0.01 whereas both C and γ necessitate independent tuning. These parameters were determined with 10 fold cross-validation based on mean square error. The grid search scale for C and γ is maintained between 103 and 10−3.

2.3. Hierarchical Forecasting

As shown in Figure 1, any historical information of the power productions can be fed to the machine learning methods as the inputs. Traditionally, the forecasting of power plant production will use the information of the total power plant production from historical record to train the models and most efforts are spent on manipulating the parameters of the machine learning models to get better predictions. However, different feeding information from the historian could change the game, especially for the large PV plant. Many researchers are used to neglect the production information in the micro level of the PV plant, and the difficulties accessing a measuring the data may be another reason for those who noticed the issue. However, the potentials to implement the abundant information from the micro level of PV (e.g., inverters) can offer a new hierarchical view in forecasting the power output from the large PV system. The hierarchical forecasting approach, utilizing the machine learning tools at a micro level for each inverter prediction and evaluating the performances at a macro level for the whole plant by summing up the forecasts, is shown in Figure 2. Those who argue the simulation costs for the online applications can also find their solution by adopting advanced computational algorithms, namely parallel computing.
Figure 2. Hierarchical approach.
Figure 2. Hierarchical approach.
Energies 09 00055 g002

3. Performance Matrixes

The performances of the methods described in the previous section are evaluated by several error calculations. For test samples during night hours, i.e. when solar irradiance is not available, there are no needs to evaluate the system performances. Forecast accuracy is mainly evaluated using the following common statistical metrics:
  • Mean bias error (MBE)
    M B E = 1 N i = 1 N ( P i P ^ i )
  • Mean absolute error (MAE)
    M A E = 1 N i = 1 N | P i P ^ i |
  • Root mean square error (RMSE)
    R M S E = 1 N i = 1 N ( P i P ^ i ) 2
where P i is the measured power output, P ^ i is the forecasting for P i , and N represents the number of data points which the forecast errors are calculated. MBE is used to estimate the bias between the expected value from predictions and the ground truth. In comparison, MAE provides a view of how close the forecasts are to the measurements in absolute scale. The last one, RMSE, amplifies and severely punishes large errors by using the square form. Although these performance metrics are popular and considered the standard performance measures, limitations with MAE, MBE and RMSE are that the relative sizes of the reported errors are not obvious. It is hard to tell whether they are big or small when comparing to different series of data in different scales. Hence, relative error measures are further introduced:
  • Relative MBE (rMBE)
    r M B E = 1 N i = 1 N P i P ^ i P ¯
  • Mean percentage error (MPE)
    M P E = | P i P ^ i | M
  • Relative root mean squared error (rRMSE)
    r R M S E = 1 N i = 1 N ( P i P ^ i ) 2 P ¯
where M is the maximum power production is recorded, and P ¯ is the mean value of solar PV energy production during the daytime in the test period. P ¯ is calculated from the below equation:
P ¯ = 1 N i = 1 N P i

4. Data

This work uses data collected from a 6 MW (direct current) peak solar power plant with eleven 500 kW (alternative current) inverters located in Florida. This solar farm’s tested period spans from 1 January to 31 December 2014. The intra-hour ground truth data collected from the PV plant site was transferred to 15 min and hourly average of power output. Before applying the training algorithm, both the input and output data are normalized to the range from 0 to 1 using following equation:
y i * = y i y min y max y min
where y i is the original data value, y i * is the corresponding normalized value, y min is the minimum value in y i data set, and y max is the maximum value in y i data set.
To train the models for different forecasting windows, the primary interest is determining what inputs perform the best at predicting the PV output. The training process is facilitated by testing different configurations of historical power production information. The inputs for the 15 min and 1 h ahead forecast, defined as H1, is a Markov order 5 sequence:
H 1 : f ( L t 1 , L t 2 , ... , L t 5 )
where Lt−1 represents historical power plant production from the previous one time step back, …, and Lt−5 represents production from the previous five time steps back. The 24 h ahead input set, defined as H2, is used to forecast the next 24 h power production. For one future hour of power production Lt in the next 24 h window, the input features selected are:
H 2 : f ( L t 24 , L t 48 , L t 72 , .. , L t 168 )
For a one-time-step-ahead forecast (the 15 min and 1 h ahead forecast), inputs include the historical power productions from 1 to 5 time steps back. By comparison, 24 h ahead case needs the historical outputs at the same time from yesterday, the day before yesterday, and so on, until the day one week before. These features are selected based on an exhaustive search by minimizing coefficient of determination.
On the other hand, the reduced exogenous inputs are the following physical variables from weather services: ambient temperature, wind speed, and wind direction. Additional variables are also tried form the National Renewable Energy Laboratory’s SOLPOS (Solar Position and Intensity) calculator as an indirect source to enhance the clear-sky PV production forecast. The following variables were found useful: (1) solar zenith angle, no atmospheric correction; (2) solar zenith angle, degrees from zenith, refracted; (3) cosine of solar incidence angle on panel; (4) cosine refraction corrected solar zenith angle; (5) solar elevation (no atmospheric correction); and (6) solar elevation angle (degrees from horizon, refracted). Various combinations of these variables can be used individually to help to improve the forecasts in different scenarios. This depends on the forecast windows, and these are the all possible variables that can be used. In essence, these additional inputs are adopted as indicators of the clear-sky solar irradiance without explicitly predicting the irradiances. The assumption is that the machine learning algorithms will learn the nonlinear relationship between clear-sky solar properties and the PV plant productions directly rather than through the solar irradiance predictions.

5. Results and Discussion

Two common forecast techniques, ANN and SVR, were tested on the total power production forecast of the sample PV plant. As introduced in Section 2.3, the traditional baseline forecast uses whole plant production information. It only implements one machine learning model trained with the plant data for power production prediction. The hierarchical method predicts the power production from inverters while each inverter production forecast uses a different machine learning model, which is trained separately based on the information provided by the corresponding inverter only. The summation of these inverter forecasts will transfer micro level predictions to a macro level forecast standing for total plant production. Table 1, Table 2 and Table 3 present forecast results in 2014 for different prediction windows using both approaches. The best results from different error matrixes are highlighted. The hierarchical approach, whether using ANN or SVR, performs better in one step ahead forecast than the traditional way. The 24 h ahead cases are fairly even between the two approaches which is caused by the difficulty of implementing the machine learning algorithms in a longer forecast window, shown by the larger MAE, RMSE and MPE compared to hour-ahead forecast results.
Table 1. 15 min ahead forecast result for the whole photovoltaic (PV) plant. Support vector regression: SVR; mean bias error: MBE; relative MBE: rMBE; mean absolute error: MAE; root mean square error: RMSE; relative RMSE: rRMSE.
Table 1. 15 min ahead forecast result for the whole photovoltaic (PV) plant. Support vector regression: SVR; mean bias error: MBE; relative MBE: rMBE; mean absolute error: MAE; root mean square error: RMSE; relative RMSE: rRMSE.
Endogenous inputModelMBE (kWh)MAE (kWh)RMSE (kWh)rMBErRMSEMPE
InvertersANN0.4934.5742.150.01310.1314.32
SVR0.5835.7343.520.01320.1334.34
Whole plantANN0.5435.8543.670.01350.1324.31
SVR0.5136.2145.700.01320.1354.31
Table 2. Hour ahead forecast result for the whole PV plant.
Table 2. Hour ahead forecast result for the whole PV plant.
Endogenous inputModelMBE (kWh)MAE (kWh)RMSE (kWh)rMBErRMSEMPE
InvertersANN0.5051.5663.620.01280.1344.32
SVR0.5550.7766.870.01310.1364.34
Whole plantANN0.5352.2365.450.01340.1354.31
SVR0.5754.6965.430.01310.1354.31
Table 3. 24 h ahead forecast result for the whole PV plant.
Table 3. 24 h ahead forecast result for the whole PV plant.
Endogenous inputModelMBE (kWh)MAE (kWh)RMSE (kWh)rMBErRMSEMPE
InvertersANN0.03126.32182.640.00010.41010.54
SVR0.05134.48185.440.00020.41010.53
Whole plantANN−0.07128.77183.490.00120.41210.51
SVR0.01126.89185.670.00020.41110.52
Figure 3 and Figure 4 display the forecast results comparing the traditional and the hierarchical approach using the same machine learning technique, such as ANN. In Figure 3, the presented two-week period shows improvements in performance using the hierarchical approach for forecasts 15 min, 1 h and 24 h ahead. In particular, we observe a strikingly difference results for the 24 h ahead case from the consistent performances for 15 min and 1 h forecasts, which are the cases one time step ahead. Power production forecasting plots in Figure 3a,b, even on the cloudy day (around 1200 time steps in the 15 min ahead plot and 300 time steps in the hour ahead plot), match the ground truth pattern with a low error. In contrast, the same case in the 24 h forecast apparently excessively predicts the true power production. The dampened performance for the 24 h case is clearly influenced by the input features. In the 24 h ahead forecast, models learned the patterns as a daily profile which is a 24 time steps ahead of the moving window. The key assumption behind the learning process is that daily power plant production levels are similar without large deviation, which may not be the case for all days. That is why cloudy or rainy weather factors play more important roles than historical power production information in 24 h ahead cases. However, due to the goals and definitions of the approaches, the factors cannot be easily approximated from the reduced exogenous inputs in our study. Besides the 24 h tests, 15 min and 1 h ahead predictions actually do not depend too much on exogenous inputs. Sample plots for rainy and cloudy days’ forecasts in Figure 4 indicate that the trained model with endogenous inputs can predict the plant power production for one time step ahead with an appropriate error level. On the cloudy day, the production level of energy is affected by the cloudy periods and changes can be observed from 10 am to 3 pm in Figure 4a. In comparison, the rainy day has more irregular productions in the entire daytime, and more periods are either over-fitted or under-estimated (e.g., the periods from 2 pm to 4 pm).
Figure 3. The forecast results comparison over a two-week period. (a) 15 min forecasts; (b) 1 h forecast; and (c) 24 h forecast.
Figure 3. The forecast results comparison over a two-week period. (a) 15 min forecasts; (b) 1 h forecast; and (c) 24 h forecast.
Energies 09 00055 g003
Figure 4. Sample plots for a (a) rainy and (b) cloudy day.
Figure 4. Sample plots for a (a) rainy and (b) cloudy day.
Energies 09 00055 g004
Table 4 and Table 5 list all the inverter values for the 15 min and 1 h ahead forecast windows using ANN. The classification of the inverter groups are based on plant configuration and areas occupied. The similar size for the plant inverter guarantees a comparative view on which areas have the most potential in production predictions and which inverter causes the most trouble in power forecasting. Table 6 further illustrates the effects of the hierarchical approach while predicting power plant production from the micro level to a macro analysis. In terms of MBE, the unstable error implies similar chances to overly predict or inadequately predict the power output regardless of the power production levels. The evaluations based on absolute changes, such as MAE, MPE and RMSE, represent the evolving process when the power production level increases with the max energy shown as well. The gradually improved forecasts are measured by rMBE and rRMSE. By comparing the total summation form 11 inverter predictions and the forecast using the historical power production from the whole plant, we can conclude that the hierarchical approach performs better in terms of MBE, MAE, RMSE, rMBE, and rRMSE, which is shown in Figure 5.
Table 4. 15 min forecast results for each inverter.
Table 4. 15 min forecast results for each inverter.
InverterMBE (kWh)MAE (kWh)RMSE (kWh)rMBErRMSEMPEMax energy (kWh)
A1−0.574.956.150.01240.1344.36113.4
A2−0.555.066.270.01180.1344.39113.15
B1−0.524.936.130.01120.1314.39110.45
B2−0.395.036.240.00830.1334.45111.16
C10.424.916.110.01190.1334.42110.45
C20.514.976.190.01260.1334.37109.75
D10.455.096.210.01330.1344.46110.5
D20.565.146.150.01480.1324.41110.25
E1−0.574.966.180.01340.1314.36112.89
E20.435.076.220.01270.1314.43112.5
E30.445.036.260.01310.1344.37114.2
Table 5. 1 h forecast result for each inverter.
Table 5. 1 h forecast result for each inverter.
InverterMBE (kWh)MAE (kWh)RMSE (kWh)rMBErRMSEMPEMax energy (kWh)
A10.594.555.580.01460.1394.08446
A20.484.695.740.01180.1404.14452.6
B10.444.625.630.01070.1374.18441.8
B20.474.715.740.01140.1404.24444.64
C10.494.755.550.01270.1354.19441.8
C20.554.635.620.01190.1404.26439
D10.434.625.720.01250.1394.19442
D20.524.595.670.01410.1384.20441
E10.584.585.560.01350.1374.16451.56
E20.504.685.630.01330.1384.22450
E30.554.705.660.01290.1364.21456.8
Table 6. 24 h forecast result for different number of inverters.
Table 6. 24 h forecast result for different number of inverters.
InverterMBE (kWh)MAE (kWh)RMSE (kWh)rMBErRMSEMPEMax energy (kWh)
1−0.1011.4616.370.00240.41210.28446
2−0.2123.3933.130.00260.41210.41898.6
3−0.1435.2749.730.00110.41010.521340.4
4−0.2547.1966.400.00160.41010.571785.04
50.0158.9583.090.00010.41210.592226.84
60.1170.1199.080.00050.41010.522665.84
70.0681.96115.800.00020.41010.553107.84
8−0.3193.43132.070.00100.41110.533548.84
90.03105.58149.100.00010.41010.564000.4
100.11117.27165.700.00030.41010.544450.4
110.03126.32182.640.00010.41010.54-
Whole plant−0.07128.77183.490.00020.41210.51-
Figure 5. The hierarchical approach in terms of evolving errors: (a) rMBE and (b) rRMSE.
Figure 5. The hierarchical approach in terms of evolving errors: (a) rMBE and (b) rRMSE.
Energies 09 00055 g005
The evolving process of the hierarchical approach shows the potential to have multiple-level forecasts of the PV system, and they can be used for various purposes such as optimization of the production schedules at the inverter level and micro controls for multiple solar modules in a large PV system.

6. Conclusions

This work compares two common models, ANN and SVR, for 15 min, 1 h and 24 h forecasting of the averaged power output of a 6 MWp PV power plant. No exogenous data such as solar irradiance was used in the forecasting models. A hierarchical approach using micro level information on the power plant, such as inverters, is further assessed. From the analysis of the error between ground truth and predicted values, it can be concluded that hierarchical technique outperforms traditional models using power production information from the micro level of the plant system. In addition, we discuss and show the difference between a one-step-ahead forecast, namely 15 min and 1 h ahead, and a 24 h forecast using both approaches. The analysis of the evolving errors, calculated by the summation of the different inverter number, shows the potential of the hierarchical approach to determine which smaller generation units have the greatest impact on forecasting.

Acknowledgments

The work presented in this paper was funded by CPS Energy of San Antonio, TX and through work with the Texas Sustainable Energy Research Institute and the University of Texas System Board of regents.

Author Contributions

Zhaoxuan Li, SM Mahbobur Rahman and Rolando Vega designed the studies, devloped the methodolgy, and performaned the analysis. Zhaoxuan Li, Rolando Vega and Bing Dong wrote the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mellit, A. Artificial intelligence technique for modelling and forecasting of solar radiation data: A review. Int. J. Artif. Intell. Soft Comput. 2008, 1, 52–76. [Google Scholar] [CrossRef]
  2. Paoli, C.; Voyant, C.; Muselli, M.; Nivet, M. Forecasting of preprocessed daily solar radiation time series using neural networks. Sol. Energy 2010, 84, 2146–2160. [Google Scholar] [CrossRef]
  3. Marquez, R.; Coimbra, C.F.M. Forecasting of global and direct solar irradiance using stochastic learning methods, ground experiments and the NWS database. Sol. Energy 2011, 85, 746–756. [Google Scholar] [CrossRef]
  4. Bacher, P.; Madsen, H.; Nielson, H.A. Online short-term solar power forecasting. Sol. Energy 2009, 83, 1772–1783. [Google Scholar] [CrossRef]
  5. Martín, L.; Zarzalejo, L.F.; Polo, J.; Navarro, A.; Marchante, R.; Cony, M. Prediction of global solar irradiance based on time series analysis: Application to solar thermal power plants energy production planning. Sol. Energy 2010, 84, 1772–1781. [Google Scholar] [CrossRef]
  6. Picault, D.; Raison, B.; Bacha, S.; De La Casa, J.; Aguilera, J. Forecasting photovoltaic array power production subject to mismatch losses. Sol. Energy 2010, 84, 1301–1309. [Google Scholar] [CrossRef]
  7. Chow, C.W.; Urquhart, B.; Lave, M.; Dominguez, A.; Kleissl, J.; Shields, J.; Washom, B. Intra-hour forecasting with a total sky imager at the UC San Diego solar energy testbed. Sol. Energy 2011, 85, 2881–2893. [Google Scholar] [CrossRef]
  8. Chen, C.; Duan, S.; Cai, T.; Liu, B. Online 24-h solar power forecasting based on weather type classification using artificial neural network. Sol. Energy 2011, 85, 2856–2870. [Google Scholar] [CrossRef]
  9. Tao, C.; Duan, S.; Chen, C. Forecasting Power Output for Grid-connected Photovoltaic Power System without using Solar Radiation Measurement. In Proceedings of the 2nd IEEE International Symposium on Power Electrics for Distributed Generation Systems, Heifei, China, 16–18 June 2010.
  10. Yona, A.; Senjyu, T.; Yousuf, A.; Funabashi, T.; Sekine, H.; Kim, C.H. Application of Neural Network to One-Day-Ahead 24 hours Generating Power Forecasting for Photovoltaic System. In Proceedings of the 2007 International Conference on Intelligent Systems Applications to Power Systems, Niigata, Japan, 5–8 November 2007.
  11. Ciabattoni, L.; Grisostomi, M.; Longhi, S.; Mainardi, E. Online Tuned Neural Networks for PV Plant Production Forecasting. In Proceedings of the 38th IEEE Photovoltaic Specialists Conference, Austin, TX, USA, 3–8 June 2012.
  12. Benghanem, M.; Mellit, A. Radial Basis Function Network-based prediction of global solar radiation data: Application for sizing of a stand-alone photovoltaic system at Al-Madinah, Saudi Arabia. Energy 2010, 35, 3751–3762. [Google Scholar] [CrossRef]
  13. Benghanem, M.; Mellit, A.; Alamri, S.N. ANN-based modeling and estimation of daily global solar radiation data: A case study. Energy Consersion Manag. 2009, 50, 1644–1655. [Google Scholar] [CrossRef]
  14. Dorvlo, A.S.S.; Jervase, J.A.; Al-Lawati, A. Solar radiation estimation using artificial neural networks. Appl. Energy 2002, 71, 307–319. [Google Scholar] [CrossRef]
  15. Yadav, A.K.; Chandel, S.S. Solar radiation prediction using Artificial Neural Network techniques: A review. Renew. Sustain. Energy Rev. 2014, 33, 772–781. [Google Scholar] [CrossRef]
  16. Mellit, A.; Menghanem, M.; Bendekhis, M. Artificial Neural Network Model for Prediction Solar Radiation Data: Application for Sizing Stand-Alone Photovoltaic Power System. In Proceedings of the 2005 Power Engineering Society General Meeting, San Francisco, CA, USA, 12–16 June 2005.
  17. Behrang, M.A.; Assareh, E.; Ghanbarzadeh, A.; Noghrehabadi, A.R. The potential of different artificial neural network (ANN) techniques in daily global solar radiation modeling based on meteorological data. Sol. Energy 2010, 84, 1468–1480. [Google Scholar] [CrossRef]
  18. Zeng, J.; Qiao, W. Short-Term Solar Power Prediction Using an RBF Neural Network. In Proceedings of the 2011 Power and Energy Society General Meeting, San Diego, CA, USA, 24–29 July 2011.
  19. Ciabattoni, L.; Grisostomi, M.; Ippoliti, G.; Longhi, S.; Mainardi, E. On Line Solar Irradiation Forecasting by Minimal Resource Allocating Networks. In Proceedings of the 20th Mediterranean Conference on Control & Automation (MED), Barcelona, Spain, 3–6 July 2012; pp. 1506–1511.
  20. Cao, J.; Lin, X. Application of the diagonal recurrent wavelet neural network to solar irradiation forecast assisted with fuzzy technique. Eng. Appl. Artif. Intell. 2008, 21, 1255–1263. [Google Scholar] [CrossRef]
  21. Ciabattoni, L.; Grisostomi, M.; Ippoliti, G.; Pagnotta, D.P.; Foresi, G.; Longhi, S. Residential Energy Monitoring and Management Based on Fuzzy Logic. In Proceedings of the IEEE International Conference on Consumer Electronics, Berlin, Germany, 9–12 January 2015.
  22. Deng, F.; Su, G.; Liu, C.; Wang, Z. Prediction of Solar Radiation Resources in China Using the LS-SVM Algorithms. In Proceedings of the 2nd International Conference on Computer and Automation Engineering, Singapore, 26–28 February 2010.
  23. Ogliari, E.; Grimaccia, F.; Leva, S.; Mussetta, M. Hybrid predictive models for accurate forecasting in PV systems. Energies 2013, 6, 1918–1929. [Google Scholar] [CrossRef] [Green Version]
  24. Bouzerdoum, M.; Mellit, A.; Pavan, A.M. A hybrid model (SARIMA-SVM) for short-term power forecast of a small-scale grid-connected photovoltaic plant. Sol. Energy 2013, 98, 226–235. [Google Scholar] [CrossRef]
  25. Izgi, E.; Oztopal, A.; Yerli, B.; Kaymak, M.K.; Sahin, A.D. Short-mid-term solar power prediction by using artificial neural networks. Sol. Energy 2012, 86, 725–733. [Google Scholar] [CrossRef]
  26. Leva, S.; Dolara, A.; Grimaccia, F.; Mussetta, M.; Sahin, E. Analysis and validation of 24 hours ahead neural network forecasting for photovoltaic output power. Math. Comput. Simul. 2015. [Google Scholar] [CrossRef] [Green Version]
  27. Shi, J.; Lee, W.J.; Liu, Y.; Yang, Y.; Wang, P. Forecasting Power Output of Photovoltaic Systems Based on Weather Classification and Support Vector Machines. IEEE Trans. Ind. Appl. 2012, 48, 1064–1069. [Google Scholar] [CrossRef]
  28. Grimaccia, F.; Mussetta, M.; Zich, R. Neuro-Fuzzy Predictive Model for PV Energy Production based on Weather Forecast. In Proceedings of the 2011 IEEE International Conference on Fuzzy Systems, Taipei, Taiwan, 27–30 June 2011.
  29. Caputo, D.; Grimaccia, F.; Mussetta, M.; Zich, R.E. Photovoltaic Plants Predictive Model by means of ANN trained by a Hybrid Evolutionary Algorithm. In Proceedings of the 2010 International Joint Conference on Neural Network, Barcelona, Spain, 18–23 July 2010.
  30. Bishop, C.M. Neural Networks for Pattern Recognition; Oxford University Press: Oxford, UK, 1995; pp. 116–121. [Google Scholar]
  31. Rahman, S.M.M.; Dong, B.; Vega, R. Machine Learning Approach Applied in Electricity Load Forecasting: Within Residential Houses Context. In Proceedings of the ASHRAE 2015 Annual Conference, Atlanta, GA, USA, 21 June–1 July 2015.
  32. Dong, B.; Li, Z.; Rahman, S.M.M.; Vega, R. A Hybrid Model Approach for Forecasting Future Residential Electricity Consumption. J. Energy Build. 2015. [Google Scholar] [CrossRef]
  33. Vapnik, V. The Nature of Statistical Learning Theory; Springer-Verlag: New York, NY, USA, 1995. [Google Scholar]
  34. Smits, G.F.; Jordaan, E.M. Improved SVM Regression Using Mixtures of Kernels. In Proceedings of the 2002 International Joint Conference on Neural Networks, IJCNN'02, Honolulu, HI, USA, 12–17 May 2002; pp. 2785–2790.
  35. Ahmad, A.S.; Hassan, M.Y.; Abdullah, M.P.; Rahman, H.A.; Hussin, F.; Abdullah, H.; Saidur, R. A review on applications of ANN and SVM for building electrical energy consumption forecasting. Renew. Sustain. Energy Rev. 2014, 33, 102–109. [Google Scholar] [CrossRef]

Share and Cite

MDPI and ACS Style

Li, Z.; Rahman, S.M.; Vega, R.; Dong, B. A Hierarchical Approach Using Machine Learning Methods in Solar Photovoltaic Energy Production Forecasting. Energies 2016, 9, 55. https://doi.org/10.3390/en9010055

AMA Style

Li Z, Rahman SM, Vega R, Dong B. A Hierarchical Approach Using Machine Learning Methods in Solar Photovoltaic Energy Production Forecasting. Energies. 2016; 9(1):55. https://doi.org/10.3390/en9010055

Chicago/Turabian Style

Li, Zhaoxuan, SM Mahbobur Rahman, Rolando Vega, and Bing Dong. 2016. "A Hierarchical Approach Using Machine Learning Methods in Solar Photovoltaic Energy Production Forecasting" Energies 9, no. 1: 55. https://doi.org/10.3390/en9010055

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop