Improving Solar Radiation Forecasting Utilizing Data Augmentation Model Generative Adversarial Networks with Convolutional Support Vector Machine (GAN-CSVR)
Abstract
:1. Introduction
- Convolutional GAN (Conv-GAN) that combines GAN and CNN will be enhanced by replacing the fully connected CNN layer with a more superficial linear SVR layer; this linear SVR assists in restricting the deviation of generated specimens, is robust in discarding outliers, and has excellent generalization capability; and the model is trained using a Multi-Objective loss function that combines Mean Square Error (MSE) and Binary Cross Entropy (BCE). The MSE loss function was used to determine how similar the produced samples were to the original samples, and the BCE loss function was used to stabilize the training process and confirm that the generated samples were structurally fairly similar to the training data, which led to obtaining data which were identical to the original data. This model has indeed been trained to create meteorological data that include both spatial and temporal data, which lead to better forecasting.
- The new augmented solar radiation dataset via the GAN-CSVR model is evaluated by two effective indices: the standard deviation (STD) and the cumulative distribution function (CDF).
- To validate the impact of augmented data on the accuracy of forecasting models, solar radiation forecasting is rigorously evaluated on the original datasets and augmented datasets of three different locations.
2. Materials and Methods
2.1. Generative Adversarial Networks
2.2. Convolutional Neural Networks
2.3. Support Vector Regression
2.4. Loss Function
2.5. The Proposed GAN-CSVR Model
2.5.1. Step 1: Partition of Data for Training and Validation
2.5.2. Step 2: Augmenting Data Utilizing GAN-CSVR Algorithm
2.5.3. Step 3: Validation of the Augmented Data
3. Experimental Design
3.1. Datasets
3.2. Performance Evaluation Metric
- The Mean Absolute Error (MAE): It demonstrates the median of the absolute errors among the actual solar radiation values and the anticipated values, as shown in Equation (7):
- The Root Mean Square Error (RMSE): It is calculated by finding the quadratic root of the median of the quadratic variances that exist between the values measured and those forecasted for the solar irradiance. This calculation is shown in Equation (8):
- The Correlation Coefficient (R): It indicates the strength of the linear relation between the actual and forecast solar radiation and is computed as in Equation (9):
4. Evaluation and Discussion
4.1. Evaluation Index of the Quality of the Generated Data
4.1.1. Standard Deviation (STD)
4.1.2. Cumulative Distribution Function (CDF)
4.2. Performance of Forecasting Based on Augmented and Original Dataset
- The proposed models utilizing augmented datasets outperformed, with RMSE values of 68.56 Wm2, 60.39 Wm2, and 83.18 Wm2 for SVM and 61.07 Wm2, 57.27 Wm2, and 74.59 Wm2 for ANN in Los Angeles, San Diego, and San Francisco, respectively. Furthermore, in Los Angeles, San Diego, and San Francisco, the LSTM model outperformed, with RMSE values of 36.91 Wm2, 33.28 Wm2, and 43.43 Wm2, while the CNN model outperformed with RMSE values of 48.84 Wm2, 44.23 Wm2, and 58.74 Wm2. However, the hybrid CNN-LSTM outperformed, with RMSE values of 29.68 Wm2, 23.64 Wm2, and 34.16 Wm2. Finally, LSTM-CNN outperformed, with RMSE values of 25.97 Wm2, 22.26 Wm2, and 29.14 Wm2 in Los Angeles, San Diego, and San Francisco, respectively.
- The proposed forecasting models utilizing augmented data exhibited superior performance compared to their original data, yielding highly accurate projections for the specified three sites according to the Correlation Coefficient (R) metric. San Francisco has the highest accurate forecast (R = 0.9313), followed by San Diego (R = 0.9589) and Los Angeles (R = 0.9356) in the SVM model, and San Francisco (R = 0.9361), San Diego (R = 0.9501), and Los Angeles (R = 0.9538) in the ANN model. Furthermore, San Francisco (R = 0.9678), San Diego (R = 0.9693), and Los Angeles (R = 0.9695) in the LSTM model, and San Diego (R = 0.9165), San Diego (R = 0.9408) and Los Angeles (R = 0.9392) in the CNN model. Following that, San Francisco (R = 0.9699), followed by San Diego (R = 0.9687) and Los Angeles (R = 0.9691) in the CNN-LSTM model. Finally, in the LSTM-CNN model, San Francisco has the highest accurate forecast (R = 0.9889), followed by San Diego (R = 0.9832) and Los Angeles (R = 0.9836), as shown in Table 3.
- The performance of the proposed forecasting models utilizing augmented data vs. the original data is more accurate when comparing the RMSE and MAE values, as shown in Figure 6. For example, the enhancement of machine learning models utilizing augmented data over original data with respect to MAE is 1.55% to 1.74% for SVM and 4.09% to 4.78% for ANN for San Francisco, San Diego, and Los Angeles, respectively. According to our observations, the efficiency of machine learning models does not change as input data grow in quantity compared to deep learning models. The enhancement of the CNN model utilizing augmented data was 34.13%, 33.44%, and 32.64% for Los Angeles, San Diego, and San Francisco, respectively. Moreover, the enhancement performance of the LSTM model utilizing augmented data improved by 34.49% in Los Angeles, 34.71% in San Diego, and 36.13% in San Francisco, respectively. Furthermore, in San Francisco, San Diego, and Los Angeles, the hybrid model CNN-LSTM model improved by 44.17%, 42.54%, and 42.31%, respectively. Furthermore, the forecasting of augmented data improved the performance of the hybrid model LSTM-CNN in San Francisco, San Diego, and Los Angeles by 44.46%, 43.91%, and 43.12%, respectively. Figure 6 compares the percentage improvement of the proposed models based on augmented vs. original data in terms of RMSE and MAE. This enhancement demonstrates that providing sufficient training data for the forecasting model has an impact on how well the proposed models perform. Consequently, training data augmentation techniques can help overcome overfitting issues in deep learning models and improve forecasting accuracy.
- Augmenting training data to forecast solar radiation has profound scientific implications; it enables forecasting models to understand complex atmospheric processes better and improve decision making. More data allow for better training of deep learning models to capture patterns and relationships between meteorological features and solar radiation. In addition, missing solar radiation data are generated to provide temporal continuity of the time series data, resulting in more reliable predictions of solar radiation.
- Finally, this study demonstrated the superiority of standard models utilizing augmented data on the original data in all cases, based on the comparability of the datasets (climatology, geography of the study area, and dataset size). As a result, the current study’s findings are congruent with the benchmark study reported by [59]. This improvement illustrates that augmented data affect how well the deep learning models function. Deep learning models are critical for estimating solar irradiance, especially when dealing with a complex problem with a large amount of data. Furthermore, a hybrid model provides better accuracy than single deep learning models. However, it extracts temporal and spatial features from the data. In contrast to machine learning models, their efficiency remains constant as input data increase.
Location | Model | Orginal Data | Augmented Data | ||||
---|---|---|---|---|---|---|---|
RMSE | MAE | R | RMSE | MAE | R | ||
Los Angeles | SVM | 69.92 | 40.81 | 0.9348 | 68.56 | 40.12 | 0.9356 |
ANN | 63.18 | 36.88 | 0.9496 | 61.07 | 35.37 | 0.9538 | |
LSTM | 57.16 | 36.82 | 0.9613 | 36.91 | 24.12 | 0.9695 | |
CNN | 74.35 | 43.71 | 0.9221 | 48.84 | 29.52 | 0.9392 | |
CNN-LSTM | 53.01 | 34.98 | 0.9672 | 29.68 | 17.73 | 0.9691 | |
LSTM-CNN | 49.61 | 31.17 | 0.9701 | 25.97 | 17.31 | 0.9836 | |
San Diego | SVM | 61.33 | 36.03 | 0.9552 | 60.39 | 35.47 | 0.9589 |
ANN | 59.56 | 36.91 | 0.9491 | 57.27 | 35.19 | 0.9501 | |
LSTM | 52.81 | 33.82 | 0.9675 | 33.28 | 22.08 | 0.9693 | |
CNN | 67.89 | 39.33 | 0.9398 | 44.23 | 26.57 | 0.9408 | |
CNN-LSTM | 44.98 | 29.96 | 0.9672 | 23.64 | 17.69 | 0.9687 | |
LSTM-CNN | 42.89 | 27.38 | 0.9701 | 22.26 | 15.36 | 0.9832 | |
San Francisco | SVM | 84.38 | 51.64 | 0.9289 | 83.18 | 50.74 | 0.9313 |
ANN | 77.12 | 46.83 | 0.9319 | 74.59 | 44.59 | 0.9361 | |
LSTM | 70.94 | 40.99 | 0.9587 | 43.23 | 26.18 | 0.9678 | |
CNN | 89.63 | 50.98 | 0.9004 | 58.74 | 33.53 | 0.9165 | |
CNN-LSTM | 61.08 | 37.91 | 0.9611 | 34.16 | 22.57 | 0.9699 | |
LSTM-CNN | 58.12 | 37.02 | 0.9673 | 29.14 | 21.46 | 0.9889 |
5. Conclusions
Supplementary Materials
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Wang, F.; Zhang, Z.; Liu, C.; Yu, Y.; Pang, S.; Duić, N.; Shafie-Khah, M.; Catalao, J.P. Generative adversarial networks and convolutional neural networks based weather classification model for day ahead short-term photovoltaic power forecasting. Energy Convers. Manag. 2019, 181, 443–462. [Google Scholar] [CrossRef]
- Wang, F.; Zhen, Z.; Wang, B.; Mi, Z. Comparative study on KNN and SVM based weather classification models for day ahead short term solar PV power forecasting. Appl. Sci. 2017, 8, 28. [Google Scholar] [CrossRef]
- Douzas, G.; Bacao, F. Effective data generation for imbalanced learning using conditional generative adversarial networks. Expert Syst. Appl. 2018, 91, 464–471. [Google Scholar] [CrossRef]
- Wei, W.; Li, J.; Cao, L.; Ou, Y.; Chen, J. Effective detection of sophisticated online banking fraud on extremely imbalanced data. World Wide Web 2013, 16, 449–475. [Google Scholar] [CrossRef]
- Vickers, N.J. Animal communication: When I’m calling you, will you answer too? Curr. Biol. 2017, 27, R713–R715. [Google Scholar] [CrossRef]
- Tran, D.-H.; Sareni, B.; Roboam, X.; Espanet, C. Integrated optimal design of a passive wind turbine system: An experimental validation. IEEE Trans. Sustain. Energy 2010, 1, 48–56. [Google Scholar] [CrossRef]
- Engerer, N. Minute resolution estimates of the diffuse fraction of global irradiance for southeastern Australia. Sol. Energy 2015, 116, 215–237. [Google Scholar] [CrossRef]
- Wang, F.; Zhen, Z.; Liu, C.; Mi, Z.; Shafie-khah, M.; Catalão, J.P. Time-section fusion pattern classification based day-ahead solar irradiance ensemble forecasting model using mutual iterative optimization. Energies 2018, 11, 184. [Google Scholar] [CrossRef]
- Liu, W.; Ren, C.; Xu, Y. Missing-Data Tolerant Hybrid Learning Method for Solar Power Forecasting. IEEE Trans. Sustain. Energy 2022, 13, 1843–1852. [Google Scholar] [CrossRef]
- Solomon, C.; Breckon, T. Fundamentals of Digital Image Processing: A Practical Approach with Examples in Matlab; John Wiley & Sons: Hoboken, NJ, USA, 2011. [Google Scholar]
- Chatterjee, S.; Simonoff, J.S. Handbook of Regression Analysis; John Wiley & Sons: Hoboken, NJ, USA, 2013. [Google Scholar]
- Shorten, C.; Khoshgoftaar, T.M. A survey on image data augmentation for deep learning. J. Big Data 2019, 6, 60. [Google Scholar] [CrossRef]
- Chawla, N.V.; Bowyer, K.W.; Hall, L.O.; Kegelmeyer, W.P. SMOTE: Synthetic minority over-sampling technique. J. Artif. Intell. Res. 2002, 16, 321–357. [Google Scholar] [CrossRef]
- He, H.; Garcia, E.A. Learning from imbalanced data. IEEE Trans. Knowl. Data Eng. 2009, 21, 1263–1284. [Google Scholar]
- Chen, Z.; Jiang, C. Building occupancy modeling using generative adversarial network. Energy Build. 2018, 174, 372–379. [Google Scholar] [CrossRef]
- Creswell, A.; White, T.; Dumoulin, V.; Arulkumaran, K.; Sengupta, B.; Bharath, A.A. Generative adversarial networks: An overview. IEEE Signal Process. Mag. 2018, 35, 53–65. [Google Scholar] [CrossRef]
- Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative adversarial networks. Commun. ACM 2020, 63, 139–144. [Google Scholar] [CrossRef]
- Wang, G.; Kang, W.; Wu, Q.; Wang, Z.; Gao, J. Generative adversarial network (GAN) based data augmentation for palmprint recognition. In Proceedings of the 2018 Digital Image Computing: Techniques and Applications (DICTA), Canberra, Australia, 10–13 December 2018; pp. 1–7. [Google Scholar]
- Mao, X.; Li, Q.; Xie, H.; Lau, R.Y.; Wang, Z.; Paul Smolley, S. Least squares generative adversarial networks. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 2794–2802. [Google Scholar]
- Lappalainen, K.; Wang, G.C.; Kleissl, J. Estimation of the largest expected photovoltaic power ramp rates. Appl. Energy 2020, 278, 115636. [Google Scholar] [CrossRef]
- Doorga, J.R.S.; Dhurmea, K.R.; Rughooputh, S.; Boojhawon, R. Forecasting mesoscale distribution of surface solar irradiation using a proposed hybrid approach combining satellite remote sensing and time series models. Renew. Sustain. Energy Rev. 2019, 104, 69–85. [Google Scholar] [CrossRef]
- Zhang, X.; Li, Y.; Lu, S.; Hamann, H.F.; Hodge, B.-M.; Lehman, B. A solar time based analog ensemble method for regional solar power forecasting. IEEE Trans. Sustain. Energy 2018, 10, 268–279. [Google Scholar] [CrossRef]
- Jumin, E.; Basaruddin, F.B.; Yusoff, Y.B.M.; Latif, S.D.; Ahmed, A.N. Solar radiation prediction using boosted decision tree regression model: A case study in Malaysia. Environ. Sci. Pollut. Res. 2021, 28, 26571–26583. [Google Scholar] [CrossRef]
- Essam, Y.; Ahmed, A.N.; Ramli, R.; Chau, K.-W.; Idris Ibrahim, M.S.; Sherif, M.; Sefelnasr, A.; El-Shafie, A. Investigating photovoltaic solar power output forecasting using machine learning algorithms. Eng. Appl. Comput. Fluid Mech. 2022, 16, 2002–2034. [Google Scholar] [CrossRef]
- Ehteram, M.; Ahmed, A.N.; Fai, C.M.; Afan, H.A.; El-Shafie, A. Accuracy enhancement for zone mapping of a solar radiation forecasting based multi-objective model for better management of the generation of renewable energy. Energies 2019, 12, 2730. [Google Scholar] [CrossRef]
- Zang, H.; Cheng, L.; Ding, T.; Cheung, K.W.; Wei, Z.; Sun, G. Day-ahead photovoltaic power forecasting approach based on deep convolutional neural networks and meta learning. Int. J. Electr. Power Energy Syst. 2020, 118, 105790. [Google Scholar] [CrossRef]
- Assaf, A.M.; Haron, H.; Abdull Hamed, H.N.; Ghaleb, F.A.; Qasem, S.N.; Albarrak, A.M. A Review on Neural Network Based Models for Short Term Solar Irradiance Forecasting. Appl. Sci. 2023, 13, 8332. [Google Scholar] [CrossRef]
- Ehteram, M.; Ahmed, A.N.; Khozani, Z.S.; El-Shafie, A. Graph convolutional network–Long short term memory neural network-multi layer perceptron-Gaussian progress regression model: A new deep learning model for predicting ozone concertation. Atmos. Pollut. Res. 2023, 14, 101766. [Google Scholar] [CrossRef]
- Ehteram, M.; Ahmed, A.N.; Sheikh Khozani, Z.; El-Shafie, A. Convolutional Neural Network-Support Vector Machine Model-Gaussian Process Regression: A New Machine Model for Predicting Monthly and Daily Rainfall. Water Resour. Manag. 2023, 37, 3631–3655. [Google Scholar] [CrossRef]
- Radford, A.; Metz, L.; Chintala, S. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv 2015, arXiv:1511.06434. [Google Scholar]
- Wang, Y.; Li, H. A novel intelligent modeling framework integrating convolutional neural network with an adaptive time-series window and its application to industrial process operational optimization. Chemom. Intell. Lab. Syst. 2018, 179, 64–72. [Google Scholar] [CrossRef]
- Mirza, M.; Osindero, S. Conditional generative adversarial nets. arXiv 2014, arXiv:1411.1784. [Google Scholar]
- Cavalli, S.; Amoretti, M. CNN-based multivariate data analysis for bitcoin trend prediction. Appl. Soft Comput. 2021, 101, 107065. [Google Scholar] [CrossRef]
- Ju, Y.; Sun, G.; Chen, Q.; Zhang, M.; Zhu, H.; Rehman, M.U. A model combining convolutional neural network and LightGBM algorithm for ultra-short-term wind power forecasting. IEEE Access 2019, 7, 28309–28318. [Google Scholar] [CrossRef]
- Shreya, M.; Rai, R.; Shukla, S. Forest Fire Prediction Using Machine Learning and Deep Learning Techniques. In Computer Networks and Inventive Communication Technologies: Proceedings of Fifth ICCNCT 2022, Coimbatore, India, 1–2 April 2022; Springer: Berlin/Heidelberg, Germany, 2022; pp. 683–694. [Google Scholar]
- Xie, G.; Shangguan, A.; Fei, R.; Ji, W.; Ma, W.; Hei, X. Motion trajectory prediction based on a CNN-LSTM sequential model. Sci. China Inf. Sci. 2020, 63, 212207. [Google Scholar] [CrossRef]
- Salcedo-Sanz, S.; Rojo-Álvarez, J.L.; Martínez-Ramón, M.; Camps-Valls, G. Support vector machines in engineering: An overview. Wiley Interdiscip. Rev. Data Min. Knowl. Discov. 2014, 4, 234–267. [Google Scholar] [CrossRef]
- Piri, J.; Shamshirband, S.; Petković, D.; Tong, C.W.; ur Rehman, M.H. Prediction of the solar radiation on the Earth using support vector regression technique. Infrared Phys. Technol. 2015, 68, 179–185. [Google Scholar] [CrossRef]
- Smola, A.J.; Schölkopf, B. A tutorial on support vector regression. Stat. Comput. 2004, 14, 199–222. [Google Scholar] [CrossRef]
- Li, Z.; Huang, X.; Zhang, Z.; Liu, L.; Wang, F.; Li, S.; Gao, S.; Xia, J. Synthesis of magnetic resonance images from computed tomography data using convolutional neural network with contextual loss function. Quant. Imaging Med. Surg. 2022, 12, 3151. [Google Scholar] [CrossRef]
- Chanchal, A.K.; Lal, S.; Kini, J. Deep structured residual encoder-decoder network with a novel loss function for nuclei segmentation of kidney and breast histopathology images. Multimed. Tools Appl. 2022, 81, 9201–9224. [Google Scholar] [CrossRef]
- ArunKumar, K.; Kalaga, D.V.; Kumar, C.M.S.; Kawaji, M.; Brenza, T.M. Forecasting of COVID-19 using deep layer recurrent neural networks (RNNs) with gated recurrent units (GRUs) and long short-term memory (LSTM) cells. Chaos Solitons Fractals 2021, 146, 110861. [Google Scholar] [CrossRef]
- Ghimire, S. Predictive Modelling of Global Solar Radiation with Artificial Intelligence Approaches Using MODIS Satellites and Atmospheric Reanalysis Data for Australia. Ph.D. Thesis, University of Southern Queensland, Toowoomba, Australia, 2019. [Google Scholar]
- Deo, R.C.; Wen, X.; Qi, F. A wavelet-coupled support vector machine model for forecasting global incident solar radiation using limited meteorological dataset. Appl. Energy 2016, 168, 568–593. [Google Scholar] [CrossRef]
- Al-Musaylh, M.S.; Deo, R.C.; Adamowski, J.F.; Li, Y. Short-term electricity demand forecasting with MARS, SVR and ARIMA models using aggregated demand data in Queensland, Australia. Adv. Eng. Inform. 2018, 35, 1–16. [Google Scholar] [CrossRef]
- Al-Musaylh, M.S.; Deo, R.C.; Li, Y.; Adamowski, J.F. Two-phase particle swarm optimized-support vector regression hybrid model integrated with improved empirical mode decomposition with adaptive noise for multiple-horizon electricity demand forecasting. Appl. Energy 2018, 217, 422–439. [Google Scholar] [CrossRef]
- Ghimire, S.; Bhandari, B.; Casillas-Perez, D.; Deo, R.C.; Salcedo-Sanz, S. Hybrid deep CNN-SVR algorithm for solar radiation prediction problems in Queensland, Australia. Eng. Appl. Artif. Intell. 2022, 112, 104860. [Google Scholar] [CrossRef]
- NREL. MIDC/SRRL Baseline Measurement System; NREL: Golden, CO, USA, 2021. [Google Scholar]
- Meenal, R.; Selvakumar, A.I. Assessment of SVM, empirical and ANN based solar radiation prediction models with most influencing input parameters. Renew. Energy 2018, 121, 324–343. [Google Scholar] [CrossRef]
- Qing, X.; Niu, Y. Hourly day-ahead solar irradiance prediction using weather forecasts by LSTM. Energy 2018, 148, 461–468. [Google Scholar] [CrossRef]
- Osman, A.I.A.; Ahmed, A.N.; Huang, Y.F.; Kumar, P.; Birima, A.H.; Sherif, M.; Sefelnasr, A.; Ebraheemand, A.A.; El-Shafie, A. Past, present and perspective methodology for groundwater modeling-based machine learning approaches. Arch. Comput. Methods Eng. 2022, 29, 3843–3859. [Google Scholar] [CrossRef]
- Gronkowski, P. The outbursts of the comet 29P/Schwassmann-Wachmann 1: A new approach to the old problem. Astron. Nachrichten 2014, 335, 124–134. [Google Scholar] [CrossRef]
- Jebli, I.; Belouadha, F.-Z.; Kabbaj, M.I. The forecasting of solar energy based on Machine Learning. In Proceedings of the 2020 International Conference on Electrical and Information Technologies (ICEIT), Rabat, Morocco, 4–7 March 2020; pp. 1–8. [Google Scholar]
- Ahmed Mohammed, A.; Aung, Z. Ensemble learning approach for probabilistic forecasting of solar power generation. Energies 2016, 9, 1017. [Google Scholar] [CrossRef]
- Sobri, S.; Koohi-Kamali, S.; Rahim, N.A. Solar photovoltaic generation forecasting methods: A review. Energy Convers. Manag. 2018, 156, 459–497. [Google Scholar] [CrossRef]
- Ding, K.; Feng, L.; Wang, X.; Qin, S.; Mao, J. Forecast of pv power generation based on residual correction of markov chain. In Proceedings of the 2015 International Conference on Control, Automation and Information Sciences (ICCAIS), Changshu, China, 29–31 October 2015; pp. 355–359. [Google Scholar]
- Yadav, H.K.; Pal, Y.; Tripathi, M.M. Photovoltaic power forecasting methods in smart power grid. In Proceedings of the 2015 Annual IEEE India Conference (INDICON), New Delhi, India, 17–20 December 2015; pp. 1–6. [Google Scholar]
- Ahmad, M.W.; Mourshed, M.; Rezgui, Y. Tree-based ensemble methods for predicting PV power generation and their comparison with support vector regression. Energy 2018, 164, 465–474. [Google Scholar] [CrossRef]
- Kumari, P.; Toshniwal, D. Long short term memory–convolutional neural network based deep hybrid approach for solar irradiance forecasting. Appl. Energy 2021, 295, 117061. [Google Scholar] [CrossRef]
GAN-CSVR | Layer 1 CNN | Layer 2 CNN | Layer 3 CNN | Layer 4 SVR | Optimizer |
---|---|---|---|---|---|
Generator | Convolutional layer filters = 64 Kernel size = 3 Max pooling layer RELU | Convolutional layer filters = 128 Kernel size = 2 Max pooling layer RELU | Convolutional layer RELU filters = 64 Kernel size = 3 | Noise dimension = 100 Kernel type is RBF Regularization Parameter (C) = 100 epsilon = 0.01 Tolerance (tol) = 1 × 10−4. | Adam |
Discriminator | Convolutional layer filters = 64 Kernel size = 3 Max pooling layer RELU | Convolutional layer filters = 128 Kernel size = 2 Max pooling layer RELU | Convolutional layer RELU filters = 64 Kernel size = 3 | noise dimension = 100. Kernel type is RBF Regularization Parameter (C) = 100, epsilon = 0.01 Tolerance (tol) = 1 × 10−5. | Adam Multi-Objective loss function MSE and BCE |
Variables | Unit | Description | Example Value |
---|---|---|---|
Date | Day | Data is five years, month, day, | 1 May 2023 |
Time | Minute | Half an hour. | 00:30 |
Globule solar Irradiance (GHI) | W/m2 | GHI refers to measurements of the solar radiation received from the Sun at a particular location on Earth. | 167 |
Clear sky GHI | W/m2 | The amount of solar radiation that would be received on a horizontal surface. | 258 |
Dew point | °C | The Dew point indicates the moisture content in the air. | 5 |
Solar Zenith Angle | Degree | The Solar Zenith Angle depends on the latitude, time of day, and time of year. | 78.8 |
Wind direction | Degree | Indicates the compass direction from which the wind is blowing, such as north, south, east, or west. | 3.7 |
Wind speed | m/s | Wind speed represents the magnitude of wind flow. | 286.5 |
Relative Humidity | % | It provides information about the moisture content in the atmosphere. | 62.23 |
Temperature | °C | Refers to the ambient air temperature at a specific location and time. | 19 |
Pressure | Bar | Pressure is the force exerted by the air above a specific location. | 1020 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Assaf, A.M.; Haron, H.; Abdull Hamed, H.N.; Ghaleb, F.A.; Dalam, M.E.; Elfadil Eisa, T.A. Improving Solar Radiation Forecasting Utilizing Data Augmentation Model Generative Adversarial Networks with Convolutional Support Vector Machine (GAN-CSVR). Appl. Sci. 2023, 13, 12768. https://doi.org/10.3390/app132312768
Assaf AM, Haron H, Abdull Hamed HN, Ghaleb FA, Dalam ME, Elfadil Eisa TA. Improving Solar Radiation Forecasting Utilizing Data Augmentation Model Generative Adversarial Networks with Convolutional Support Vector Machine (GAN-CSVR). Applied Sciences. 2023; 13(23):12768. https://doi.org/10.3390/app132312768
Chicago/Turabian StyleAssaf, Abbas Mohammed, Habibollah Haron, Haza Nuzly Abdull Hamed, Fuad A. Ghaleb, Mhassen Elnour Dalam, and Taiseer Abdalla Elfadil Eisa. 2023. "Improving Solar Radiation Forecasting Utilizing Data Augmentation Model Generative Adversarial Networks with Convolutional Support Vector Machine (GAN-CSVR)" Applied Sciences 13, no. 23: 12768. https://doi.org/10.3390/app132312768
APA StyleAssaf, A. M., Haron, H., Abdull Hamed, H. N., Ghaleb, F. A., Dalam, M. E., & Elfadil Eisa, T. A. (2023). Improving Solar Radiation Forecasting Utilizing Data Augmentation Model Generative Adversarial Networks with Convolutional Support Vector Machine (GAN-CSVR). Applied Sciences, 13(23), 12768. https://doi.org/10.3390/app132312768