Skip to main content

Using the artificial neural networks for prediction and validating solar radiation

Abstract

The main objective of this paper is to employ the artificial neural network (ANN) models for validating and predicting global solar radiation (GSR) on a horizontal surface of three Egyptian cities. The feedforward backpropagation ANNs are utilized based on two algorithms which are the basic backpropagation (Bp) and the Bp with momentum and learning rate coefficients respectively. The statistical indicators are used to investigate the performance of ANN models. According to these indicators, the results of the second algorithm are better than the other. Also, model (6) in this method has the lowest RMSE values for all cities in this study. The study indicated that the second method is the most suitable for predicting GSR on a horizontal surface of all cities in this work. Moreover, ANN-based model is an efficient method which has higher precision.

Introduction

The solar energy is considered as one of renewable energy sources that are from the most promising sources to supply the world’s energy demand. Accurate knowledge of the solar radiation (SR) data is considered the first stage in solar energy availability assessment. It is used as the basic input for many solar energy applications. But there is unavailability of the solar radiation measurements for different sites, due to the high cost of measuring equipments and their maintenance [1,2,3,4].

Many studies are implemented to develop for predicting the GSR using different techniques such as ANN, fuzzy control, and empirical models. These techniques depended on different types of datasets (such as meteorological and geographical). For example, Fadare [3] used several models which depended on feedforward and multilayered ANN for estimating GSR in 195 cities in Nigeria. He used some meteorological data as inputs in ANN models. The study demonstrated the ability of ANN to predict GSR in most of these cities in Nigeria. Elminir et al. [5] implemented ANN to estimate the GSR in some cities in Egypt. The authors used the different combinations of inputs of meteorological data as input of ANN models. The outcomes showed that the ANN models donate excellent predictions. Koca et al. [6] utilized an ANN-based model for assessment of GSR for seven cities in Turkey. They applied linear and nonlinear activation functions in the hidden layer in ANN models. The study showed that the ANN models are suitable for evaluating solar radiation in Turkey. Mohandes et al. [7] designed the ANN-based models for forecasting the GSR in Saudi Arabia. They used Bp algorithms for training the different pattern of multilayer feedforward NN. The outcomes indicated that MAPE is the best in all models. Rehman and Mohandes [8] employed the temperature, day of the year, and relative humidity values as input in ANN models for estimating GSR in Saudi Arabia. The outcomes showed that the ANN models are highly accurate for prediction of solar radiation. Jiang [9] employed the ANN model to forecast GSR in China and found the ANN model is better than regression models.

Khatib et al. [10] used many models to estimate GSR. These models are linear, nonlinear, adaptive neuron fuzzy inference system (ANFIS) and ANN models. The study showed that the most accurate methods for prediction of SR were ANN models. Mellit et al. [11] presented new models for the estimation of GSR, and these models combined the neural network and the fuzzy logic. The correlation coefficient obtained for the validation dataset is 98%. These models can be used for the estimation of the GSR for any locations in Algeria. Hassan et al. [12] introduced a new temperature-based model for predicting GSR. The results showed that the new proposed models have accurate estimations for GSR at different sites in Egypt.

The main aim of this paper is to predict and assess the daily GSR based on set of inputs used in all ANN models. The datasets of three cities Borg El-Arab, Cairo, and Aswan are used for training and testing. All ANN models used two different Bp algorithms which are basic Bp and Bp with momentum and learning rate coefficients. We calculated these statistical indicators to evaluate the performance of the proposed models. These indicators are root mean square error (RMSE), the mean absolute percentage error (MAPE), mean absolute bias error (MABE), correlation coefficient (r) and coefficient of determination (R2). Accurate ANN models were based on the minimum values to RMSE, MABE, and MAPE and maximum values of r and R2. In the present work, ANN models are compared with other similar works to establish the performance of our models with others.

Data description

Most regions of Egypt obtain enormous amount of solar energy due to their valuable geographical place. The data used in this study are the global solar radiation (GSR), maximum temperature (T max), minimum temperature (T min), averages temperature (T avg), relative humidity (RH), and atmospheric pressure (Atm.p) of three different locations which are Borg El-Arab, Cairo, and Aswan. These locations varied in climatic condition across Egypt and data were collected for a period of 14 years from 1 January 2002 to 31 December 2015 which we obtained from the NASA Surface meteorology and Solar Energy web siteFootnote 1.

The city of Borg El-Arab is a coastal region located in the Mediterranean, Cairo city is a moderate region and has dry climate in summer season, and Aswan city is located in the Upper Egypt and has the dry desert climate. The selected locations in the work are presented in Table 1. In addition, Egypt is one of the countries located in the most favorable solar belt, which enjoys abundant solar radiation almost 4500 h of sunshine per year, 13–35 MJ/m2/day of solar energy magnitude [12,13,14].

Table 1 Geographical locations for selected cities

The description of artificial neural network technique

The ANN model is an intelligent system and is used to solve complicated problems in many applications such as optimization, prediction, modeling, clustering, pattern recognitions, simulation, and others. The ANN structure consists of three layers: the input layer which has collected data, an output layer which produces computed information, and one or more hidden layers suitable to connect the input and output layer. A neuron is a basic processing unit of a NN and performs two functions: the collecting of the inputs and producing of the output. Each input is multiplied by connection weights, and its products and biases are added and then passed through an activation function to produce an output as shown in Fig. 1.

Fig. 1
figure 1

Simple structure of ANN

A multilayer feedforward network has neurons structured into layers and can pass in one direction without feedback connection. The Bp algorithm is the most method used for training feedforward ANNs which is dependent on the gradient descent optimization technique. Bp is a technique based on supervised learning [15] that is used for training NN, and it is processed to learn samples iteratively. Therefore, it compared the network predicted for each input with the actual value. To minimize the mean squared error between the network estimated and the measured data, the weights are adjusted for each training model [5].

In Fig. 2, each input xi in the input layer is multiplied by a connection weight wij between the neuron i in the input layer to the neuron j of the hidden layer and get its products, and bias bj are summed formally net input Ij in Eq. (1) and then passed to the hidden layer by a nonlinear sigmoid activation function in Eq. (2) to produce an output yj as in Eq. (3):

$$ {I}_j=\sum \limits_{i=1}^n{x}_i{w}_{ij}+{b}_j $$
(1)
$$ f(I)=\raisebox{1ex}{$\left(1-{e}^{-2I}\right)$}\!\left/ \!\raisebox{-1ex}{$\left(1+{e}^{-2I}\right)$}\right. $$
(2)
$$ {y}_j=f\left({\mathrm{I}}_j\right) $$
(3)
Fig. 2
figure 2

The ANN model of the present study

Then, it sends the out signal yj from the hidden layer to all k neuron in the output layer ok and computes the input to the k neuron of the output layer is o′k in Eq. (4).

$$ o{\hbox{'}}_k=\sum \limits_{j=1}^h{y}_jw{\hbox{'}}_{jk}+b{\hbox{'}}_k $$
(4)

where w′jk is the weight of the connected between the j neuron in the hidden layer to the k neuron of the output layer; b′k is the bias.

Finally, it computes the output layer signals by the sigmoid activation function in Eq. (5).

$$ {o}_k=f\left(o{\hbox{'}}_k\right) $$
(5)

The error training between the target output and the measured data is in Eq. (6).

$$ {e}_k=\frac{1}{2}\sum \limits_{k=1}^n\left({t}_k-{o}_k\right) $$
(6)

This procedure is applied to all pairs in the training set and the training cycle which is known an epoch and is repeated until the error reduces to the limit value [16, 17].

The error gradient for output layer is completed in Eq. (7).

$$ {\updelta}_k=\left({t}_k-{o}_k\right)f\hbox{'}\left(o{\hbox{'}}_k\right) $$
(7)

The difference between two algorithms which are the basic Bp and Bp with momentum and learning rate is in the updates of weights.

In Bp algorithm with momentum and learning rate, the weights between the different layers may be updated. And the error was then propagated backward from the output layer to the input layer in Eq. (8).

$$ {w}_{jk}^{\prime}\left(t+1\right)={w}_{jk}^{\prime }(t)+\eta {\updelta}_k{y}_j+\alpha \left({w}_{jk}^{\prime }(t)-{w}_{jk}^{\prime}\left(t-1\right)\right) $$
(8)

where η is the learning rate and α is the momentum coefficient.

But in the basic Bp algorithm, the weight update between neuron k from the output layer and neuron j from the hidden layer is as follows (Eq. (8′)):

w′jk(t + 1) = w′jk(t) + ηδkyj (8′)

Both of the coefficients η and α are used at the start of learning process and demonstrate the speed and stability of the network [15, 18]. Selecting small learning rate η may lead to slow rate of convergence, but the large η may show oscillation. The solution to make the convergence of the network fast without oscillation is used in the momentum coefficient. It is used for accelerating the convergence of the algorithm, and it contains the effect of previous weight changes on the current direction of movement.

The \( \Delta {w}_{jk}^{\prime } \) and ∆b′k are computed to update \( {w}_{jk}^{\prime } \) and b′k as shown in Eqs. (9) and (10) respectively.

$$ \varDelta {w}_{jk}^{\prime }=\eta {\updelta}_k{y}_j $$
(9)
$$ \varDelta b{\hbox{'}}_k=\eta {\updelta}_k $$
(10)

And the error gradient for the hidden layer is computed in Eq. (11).

$$ {\updelta}_{\mathrm{j}}=\sum \limits_{k=1}^n{\updelta}_kw{\hbox{'}}_{jk}f\hbox{'}\left(o{\hbox{'}}_k\right) $$
(11)

∆wij and ∆bj are calculated to update wij and bj as shown in Eqs. (12) and (13) respectively.

$$ \varDelta {w}_{ij}=\eta {\updelta}_j{x}_i $$
(12)
$$ \varDelta {b}_j=\eta {\updelta}_j $$
(13)

The weights and the biases are updated in Eqs. (14)–(17) respectively:

$$ {w}_{jk}^{\prime}\left(t+1\right)={w}_{jk}^{\prime }(t)+\varDelta {w}_{jk}^{\prime }+\alpha \left({w}_{jk}^{\prime }(t)-{w}_{jk}^{\prime}\left(t-1\right)\right) $$
(14)
$$ b{\hbox{'}}_k\left(t+1\right)=b{\hbox{'}}_k(t)+\varDelta b{\hbox{'}}_k+\alpha \left({b}_k^{\prime }(t)-{b}_k^{\prime}\left(t-1\right)\right) $$
(15)
$$ {w}_{ij}\left(t+1\right)={w}_{ij}(t)+\varDelta {w}_{ij}+\alpha \left({w}_{ij}(t)-{w}_{\mathrm{ij}}\left(t-1\right)\right) $$
(16)
$$ {b}_j\left(t+1\right)={b}_j(t)+\varDelta {b}_j+\alpha \left({b}_j(t)-{b}_j\left(t-1\right)\right) $$
(17)

In this study, the Bp algorithm with momentum and learning rate is applied as the following:

  1. 1.

    Initialize all weights and biases and normalize the training data.

  2. 2.

    Set the values of learning rate and momentum coefficients.

  3. 3.

    Compute the output of neurons in the hidden layer and in the output layer.

  4. 4.

    Compute the error by comparing the actual and predicted values.

  5. 5.

    Update all weights and biases by Eqs. (14)–(17).

  6. 6.

    Repeat steps 3 to 5 for all training data until the error converges to limit level.

To measure the performance of the network and show the error rate of proposed methods, there are six indicators used as error assessment techniques: MSE, RMSE, MAPE, MABE, r, and R2 [5, 12,13,14, 16, 19]. These indicators are calculated by the following equations (Eqs. (18)–(23)).

$$ \mathrm{MSE}=\frac{1}{n}\ \sum \limits_{i=1}^n{\left({X}_t-X{\hbox{'}}_t\right)}^2 $$
(18)
$$ \mathrm{RMSE}=\sqrt{\frac{1}{n}\ \sum \limits_{i=1}^n{\left({X}_t-X{\hbox{'}}_t\right)}^2} $$
(19)
$$ \mathrm{MAPE}=\frac{1}{n}\sum \limits_{i=1}^n\;\frac{\mid {X}_t-X{\hbox{'}}_t\mid }{X_t}\times 100 $$
(20)
$$ \mathrm{MABE}=\sum \limits_{i=1}^n\kern0.1em \frac{\mid {X}_t-X{\hbox{'}}_t\mid }{n} $$
(21)
$$ r=\frac{\sum_{i=1}^n\left({X}_t-\overline{X_t}\right)\left(X{\hbox{'}}_t-\overline{X{\hbox{'}}_t}\right)}{\sqrt{\sum_{i=1}^n{\left({X}_t-\overline{X_t}\right)}^2{\sum}_{i=1}^n{\left(X{\hbox{'}}_t-\overline{X{\hbox{'}}_t}\right)}^2}} $$
(22)
$$ {R}^2=1-\frac{\sum_{i=1}^n{\left({X}_t-X{\hbox{'}}_t\right)}^2}{\sum_{i=1}^n{\left(X{\hbox{'}}_t\right)}^2} $$
(23)

where Xt,and X′t are the values of tth actual and predicted global solar radiation respectively. \( \overline{X_t} \) is the average value of actual global solar radiation, \( \overline{X{\prime}_t} \) is the average value of the predicted global solar radiation, and n is the total number of observations.

The statistical error RMSE is used as a metric to measure model performance; its value is always positive and zero is the ideal case. The accuracy of the model is evaluated by the indicator MAPE, and the minimum value means that the model is with high accuracy. MABE is another metric to measure how close the predicted values are to the measured values, and the best model performance is with minimum value. The correlation coefficient (r) is used to estimate the correlation between model and observations. If r = 1, it means that there is an exact linear relationship between measured and predicted values; the largest value is better. Determination (R2) shows information about the goodness of fit; its values are between zero and one (0 ≤ R2 ≤ 1), and the largest value is the best value [2, 20].

Artificial neural network implementation

In this paper, we applied two Bp algorithms: the basic Bp and Bp with momentum and learning rate, respectively. ANN is employed to estimate the daily mean and yearly mean global solar radiation using the following parameters: maximum temperature, minimum temperature, average temperature, relative humidity, and atmospheric pressure of three cities in Egypt in the period from 2002 to 2015.

The performance and accuracy of the model depends on input dataset, the number of neurons in the hidden layer, the number of hidden layer, and learning algorithm. RMSE, MAPE, MABE, r, and R2 are used to evaluate and measure the performance and accuracy of the ANN models and the correlation between the model and the observations. MATLAB software is working to apply the proposed models. To train and test the neural network, we got the measured meteorological data from NASA Surface meteorology and Solar Energy web site containing the time period of 14 years (from 2002 to 2015). That dataset from 2002 to 2012 is utilized to train the network, and the period from 2013 to 2015 is employed to test the network.

In the training phase, we determined the input dataset, and it should be normalized in the range (− 1, 1) [21]. For assurance, use all parameters with small magnitudes due to consistency in the learning algorithm and then return to original values after the simulation using Eq. (24).

$$ {x}_{\mathrm{nor}}=\frac{3\left({X}_i-{X}_{\mathrm{min}}\right)}{2\left({X}_{\mathrm{max}}-{X}_{\mathrm{min}}\right)}-1 $$
(24)

where Xi is original value, Xmin and Xmax are the minimum and the maximum value of original values, and Xnor is the normalized value.

After creating the normalization values from the previous equation, the datasets in the training and testing phases are divided randomly into three subsets: training, validation, and testing [3]. The numbers of hidden neurons are 20 for estimating the performance of the model with different values of learning rate which are 0.01, 0.2, and 0.3 and of momentum coefficient which are 0.7 and 0.9. The minimum performance gradient is 10−6, maximum number of epochs to train is 2000, maximum validation failure is 60. The values of the weights and the biases are set randomly in the first; the results of the fitting tool differ every time during it runs. Hence, the network with the same number of neurons is retrained through 80 runs to detect the run number for best validation performance.

The results and discussions

To indicate the performance of the ANN models, we implemented the first algorithm (basic Bp) in three models with different values of learning rate which are 0.01, 0.2, and 0.3 respectively for both training and testing samples. The second algorithm (Bp with learning rate and momentum coefficients) is applied in six models with the same inputs in the experimental and with different values of two parameters, learning rate and momentum, which are 0.01, 0.2, 0.3, and 0.7, 0.9 respectively for both training and testing samples.

The statistical errors RMSE, MAPE, MABE, r, and R2 are calculated using Eqs. (18)–(23). The acceptable models are illustrated and the best model is identified by comparing the statistical errors associated with all models, and the best model is shown in italics as presented in Table 2. Based on the obtained results, all ANN models are ranked according to their RMSE values. The best model has the lowest value of RMSE for every city of two methods in the training and the testing.

Table 2 The statistical data for training and testing of the first method

Based on these results, the ANN models are ranked according to their RMSE values and the best model has the lowest value [5, 12, 13]. Also, in each city, the best model is recognized by comparing the statistical errors with all models in the two algorithms, and it is specified in italics as displayed in Table 2. Moreover, all models are arranged according to their performance.

According to the values of statistical indictors of the first algorithm, the proposed model (3) is the best model in this method in all testing cities. Its different error values are RMSE of 2.662 MJ/m2/day, 2.824 MJ/m2/day, and 1.455 MJ/m2/day; MAPE values are in the range of 10.852–14.106%, 11.875–15.925%, and 5.642–6.362%; the values of MABE are 2.026 MJ/m2/day, 2.144 MJ/m2/day, and 1.073 MJ/m2/day. The values of correlation coefficient (r) are 89.90%, 92.83%, and 96.09% respectively in testing cities. Coefficient of determination R2 showed the goodness fitting of data based on testing dataset; all values of R2 are greater than 0.99 in the testing cities as presented in Table 2. The performances of the other models in training cities demonstrated a good estimation for GSR with R2 values larger than 0.99.

Table 3 summarizes the results of the second algorithm Bp with learning rate and monument coefficients, and the proposed model (6) is the best model in this method in all testing cities. The various errors values of proposed model (6) are RMSE of 2.245 MJ/m2/day, 2.470 MJ/m2/day, and 1.439 MJ/m2/day; the values of MAPE are 10.684%, 11.466%, and 5.282%; the values of MABE are 1.715 MJ/m2/day, 1.878 MJ/m2/day, and 1.180 MJ/m2/day. The r values are 92.23%, 94.76%, and 96.55% respectively in the testing cities. Coefficient of determination R2 is larger than 0.99 in all testing cities as shown in Table 3.

Table 3 The statistical data for training and testing of the second method

In general, there is a good agreement between the measurements and predictions. Also, Bp algorithm with momentum and learning rate is better and more accurate than basic Bp algorithm, and it has needed less computation time than other methods.

The comparison between the predicted global solar radiations by ANN-based models and the measured global solar radiation of the three cities Cairo, Borg Al Arab, and Aswan is presented in Fig. 3 and Fig. 4 respectively. In the first algorithm, the proposed model (3) has the minimum value of RMSE in testing stage in all testing cities, and the values of least RMSE of these cities are 2.662 MJ/m2/day, 2.824 MJ/m2/day, and 1.555 MJ/m2/day as shown in Fig. 3.

Fig. 3
figure 3

Predicted and measured GSR on testing data of the first method

Fig. 4
figure 4

Predicted and measured GSR on testing data of the second method

Figure 4 displays results of model (6) which has the minimum overall RMSE of 2.245 MJ/m2/day, 2.470 MJ/m2/day, and 1.439 MJ/m2/day of the Bp with learning rate and momentum algorithm. The coefficient of determination R2 obtained for the datasets is almost 0.9999. This showed that there is a good agreement between measured and predicted datasets. We observed from the chart that ANN-predicted results of GSR of the second algorithm are better than the ANN-predicted results of GSR of the first algorithm and are considered more consistent with measured data for almost all the datasets.

Table 4 displays the values of RMSEave.( ave. is referred to the average test values for selected test cities), MAPEave,. and R2 in the present study and other similar studies in literature [3, 6,7,8].

Table 4 The comparison of similar studies in the literature

Conclusions

In this paper, ANN-based models were employed for evaluating and predicting of global solar radiation for three cities in Egypt. According to the statistical indicators, the second algorithm is better than the other ANN models in the testing data. Moreover, in all cases, R2 is greater than 99% and RMSE values are small. This indicated that the Bp with momentum and learning rate algorithm is better than the basic Bp algorithm, and the performance of the second algorithm is the best in all cities. These results showed that the developed ANN model can be the best alternative to the traditional estimation models with acceptable accuracy.

Availability of data and materials

The datasets used and analyzed during the current study are available from the corresponding author on reasonable request.

Notes

  1. www.nasa.gov

Abbreviations

ANFIS:

Adaptive neuron fuzzy inference system

ANN:

Artificial neural network

Bp:

Backpropagation

GSR:

Global solar radiation

MABE:

Mean absolute bias error

MAPE:

Mean absolute percentage error

r :

Correlation coefficient

R 2 :

Coefficient of determination

RMSE:

Root mean square error

SR:

Solar radiation

References

  1. Amrouche, B., Le Pivert, X.: Artificial neural network based daily local forecasting for global solar radiation. Applied Energy. 130, 333–341 (2014). https://doi.org/10.1016/j.apenergy.2014.05.055

    Article  Google Scholar 

  2. Hassan, G.E., Youssef, M.E., Ali, M.A., Mohamed, Z.E., Hanafy, A.A.: Evaluation of different sunshine-based models for predicting global solar radiation – case study: New Borg El-Arab city. Thermal Science. 22(2), 979–992 (2018). https://doi.org/10.2298/TSCI160803085H

    Article  Google Scholar 

  3. Fadare, D.A.: Modelling of solar energy potential in Nigeria using an artificial neural network model. Applied Energy. 86, 1410–1422 (2009)

    Article  Google Scholar 

  4. Voyant, C., Darras, C., Muselli, M., Paoli, C., Nivet, M.L., Poggi, P.: Bayesian rules and stochastic models for high accuracy prediction of solar radiation. Applied Energy. 114, 218–226 (2014). https://doi.org/10.1016/j.apenergy.2013.09.051

    Article  Google Scholar 

  5. Elminir, H.K., Azzam, Y.A., Younes, F.I.: Prediction of hourly and daily diffuse fraction using neural network, as compared to linear regression models. Energy. 32, 1513–1523 (2007). https://doi.org/10.1016/j.energy.2006.10.010

    Article  Google Scholar 

  6. Koca, A., Oztop, H.F., Varol, Y., Koca, G.O.: Estimation of solar radiation using artificial neural networks with different input parameters for Mediterranean region of Anatolia in Turkey. Expert Systems with Applications. 38(7), 8756–8762 (2011). https://doi.org/10.1016/j.eswa.2011.01.085

    Article  Google Scholar 

  7. Mohandes, M., Balghonaim, A., Kassas, M., Rehman, S., Halawani, T.O.: Use of radial basis functions for estimating monthly mean daily solar radiation. Solar Energy. 68(2), 161–168 (2000)

    Article  Google Scholar 

  8. Rehman, S., Mohandes, M.: Artificial neural network estimation of global solar radiation using air temperature and relative humidity. Energy Policy. 36(2), 571–576 (2008). https://doi.org/10.1016/j.enpol.2007.09.033

    Article  Google Scholar 

  9. Jiang, Y.: Computation of monthly mean daily global solar radiation in China using artificial neural networks and comparison with other empirical models. Energy. 34, 1276–1283 (2009). https://doi.org/10.1016/j.energy.2009.05.009

    Article  Google Scholar 

  10. Khatib, T., Mohamed, A., Sopian, K.: A review of solar energy modeling techniques. Renewable and Sustainable Energy Reviews. 16, 2864–2869 (2012)

    Article  Google Scholar 

  11. Mellit, A., Kalogirou, S.A.: ANFIS-based modelling for photovoltaic power supply system: a case study. Renewable energy. 36(1), 250–258 (2011)

    Article  Google Scholar 

  12. Hassan, G.E., Youssef, M.E., Mohamed, Z.E., Ali, M.A., Hanafy, A.A.: New temperature-based models for predicting global solar radiation. Applied Energy. 179, 437–450 (2016). https://doi.org/10.1016/j.apenergy.2016.07.006

    Article  Google Scholar 

  13. Hassan, G.E., Youssef, M.E., Mohamed, Z.E., Ali, M.A., Shehata, A.I.: Performance assessment of different day-of-the-year based models for estimating global solar radiation - Case study: Egypt. Journal of Atmospheric and Solar-Terrestrial Physics. 149, 69–80 (2016). https://doi.org/10.1016/j.jastp.2016.09.011

    Article  Google Scholar 

  14. El-Metwally, M.: Simple new methods to estimate global solar radiation based on meteorological data in Egypt. Atmospheric Research. 69, 217–239 (2004). https://doi.org/10.1016/j.atmosres.2003.09.002

    Article  Google Scholar 

  15. R. Rojas Neural networks: a systematic introduction, Springer, ISBN 3-540-60505-3, Germany, (1996).

  16. Çelik, O., Teke, A., Yıldırıma, H.B.K.: The optimized artificial neural network model with Levenberge Marquardt algorithm for global solar radiation estimation in Eastern Mediterranean Region of Turkey. Journal of Cleaner Production. 116, 1–12 (2016). https://doi.org/10.1016/j.jclepro.2015.12.082

    Article  Google Scholar 

  17. Hasni, A., Sehli, A., Draoui, B., Bassou, A., Amieur, B.: Estimating global solar radiation using artificial neural network and climate data in the south-western region of Algeria. Energy Procedia. 18, 531–537 (2012). https://doi.org/10.1016/j.egypro.2012.05.064

    Article  Google Scholar 

  18. Qazi, A., Fayaz, H., Wadi, A., Raj, R.G., Rahim, N.A., Khan, W.A.: The artificial neural network for solar radiation prediction and designing solar systems: a systematic literature review. Journal of Cleaner Production. 104, 1–12 (2015). https://doi.org/10.1016/j.jclepro.2015.04.041

    Article  Google Scholar 

  19. Azadeh, A., Babazadeh, R., Asadzadeh, S.M.: Optimum estimation and forecasting of renewable energy consumption by artificial neural networks. Renewable and Sustainable Energy Reviews. 27, 605–612 (2013). https://doi.org/10.1016/j.rser.2013.07.007

    Article  Google Scholar 

  20. Khorasanizadeh, H., Mohammadi, K.: Prediction of daily global solar radiation by day of the year in four cities located in the sunny regions of Iran. Energy Conversion and Management. 76, 385–392 (2013). https://doi.org/10.1016/j.enconman.2013.07.073

    Article  Google Scholar 

  21. Rahimikhoob, A.: Estimating global solar radiation using artificial neural network and air temperature data in a semi-arid environment. Renewable energy. 35, 2131–2135 (2010). https://doi.org/10.1016/j.renene.2010.01.029

    Article  Google Scholar 

Download references

Acknowledgements

The author would like to thank the Informatics Research Institute, City for Scientific Research and Technological Applications, New Borg El-Arab City, 21934 Alexandria, Egypt, for providing the weather data.

Funding

None

Author information

Authors and Affiliations

Authors

Contributions

The author read and approved the final manuscript.

Authors’ information

Zahraa Elsayed Mohamed received M.Sc. and PhD degrees in computer science from Faculty of Science, Zagazig University, Egypt. Her research interests are in the areas of computer science and their applications, distributed data base, and wireless sensor.

Corresponding author

Correspondence to Zahraa E. Mohamed.

Ethics declarations

Competing interests

The author declares that there are no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Mohamed, Z.E. Using the artificial neural networks for prediction and validating solar radiation. J Egypt Math Soc 27, 47 (2019). https://doi.org/10.1186/s42787-019-0043-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s42787-019-0043-8

Keywords

Mathematics subject classification