SlideShare a Scribd company logo
1 of 6
Download to read offline
TELKOMNIKA Telecommunication, Computing, Electronics and Control
Vol. 18, No. 2, April 2020, pp. 1089~1094
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v18i2.14816  1089
Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA
Short-term photovoltaics power forecasting
using Jordan recurrent neural network in Surabaya
Aji Akbar Firdaus1
, Riky Tri Yunardi2
, Eva Inaiyah Agustin3
, Tesa Eranti Putri4
,
Dimas Okky Anggriawan5
1,2,3,4
Department of Engineering, Faculty of Vocational, Universitas Airlangga Surabaya, Indonesia
5
Politeknik Elektronika Negeri Surabaya, Indonesia
Article Info ABSTRACT
Article history:
Received Jul 19, 2019
Revised Dec 25, 2019
Accepted Feb 19, 2020
Photovoltaic (PV) is a renewable electric energy generator that utilizes solar
energy. PV is very suitable to be developed in Surabaya, Indonesia. Because
Indonesia is located around the equator which has 2 seasons, namely
the rainy season and the dry season. The dry season in Indonesia occurs in
April to September. The power generated by PV is highly dependent on
temperature and solar radiation. Therefore, accurate forecasting of short-term
PV power is important for system reliability and large-scale PV development
to overcome the power generated by intermittent PV. This paper proposes
the Jordan recurrent neural network (JRNN) to predict short-term PV power
based on temperature and solar radiation. JRNN is the development of
artificial neural networks (ANN) that have feedback at each output of each
layer. The samples of temperature and solar radiation were obtained from
April until September in Surabaya. From the results of the training
simulation, the mean square error (MSE) and mean absolute percentage error
(MAPE) values were obtained at 1.3311 and 34.8820, respectively.
The results of testing simulation, MSE and MAPE values were obtained at
0.9858 and 1.3311, with a time of 4.591204. The forecasting has minimized
significant errors and short processing times.
Keywords:
Forecasting
JRNN
Photovoltaic
This is an open access article under the CC BY-SA license.
Corresponding Author:
Aji Akbar Firdaus,
Department of Engineering,
Faculty of Vocational,
Universitas Airlangga Surabaya, Indonesia.
Email: aa.firdaus@vokasi.unair.ac.id
1. INTRODUCTION
In renewable energy, PV gets a lot of attention to replace fossil-fueled plants [1, 2]. Because PV
uses solar energy to generate electrical energy. PV systems have environmental benefits, and have low
maintenance costs [3] moreover PV can increase the reliability of the electric power system [4]. However,
the investment costs of PV are expensive and the value of PV power efficiency is low. PV power efficiency
values are affected by solar radiation, temperature, and conditions of the PV panel [5, 6]. Solar radiation and
temperature cannot be determined with certainty. Therefore, PV power forecasting is very necessary for
predicting the power generated by PV so that the load can be supplied to the maximum.
There are several methods for predicting short-term power such as using Artificial Neural Networks
(ANN) [7, 8], Support Vector Machine (SVM) [9] with solar radiation parameters, temperature, and other
environmental parameters [10, 11]. However, ANN does not have feedback so that the output of ANN can be
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 1089 - 1094
1090
corrected and get optimal results. As for SVM, kernel function and loss functions are difficult to get optimal
results [12]. Therefore, accurate and fast PV power forecasting methods are needed so that intermittent PV
power can be overcome.
In this paper, short-term PV power forecasting is carried out using the JRNN method. JRNN method
is the development of the ANN method. JRNN has 2 steps, namely training and testing steps. The training
step consists of forward and backward operations. The difference between JRNN and ANN are the feedback
output from each ANN layer to the context layer [13]. The backward operation will correct the output of each
layer so that the error value from the JRNN prediction result is smaller. The parameters used in this
short-term PV power forecasting are temperature and solar radiation from April until September in Surabaya
Indonesia. In general, the temperature and solar radiation datas used are data in the dry season that occurs for
six months.
2. RESEARCH METHOD
2.1. PV model
In this case, the PV module used has characteristics such as Figure 1 and Figure 2. Mathematically,
the current and voltage characteristics generated from a solar cell with ideal conditions (temperature 25o
C
and irradiance 1000W/m2
) are like (1) [14]. Thus, for a PV panel that practically consists of various
components [15], the current and voltage characteristics generated mathematically are like (2):
𝐼 = 𝐼𝐿 − 𝐼0 [𝑒𝑥𝑝 {
𝑞(𝑉 + 𝐼. 𝑅 𝑆)
𝑛. 𝐾. 𝑇
} − 1] −
𝑉 + 𝐼. 𝑅 𝑆
𝑅 𝑆𝐻
(1)
𝐼 = 𝑁 𝑃. 𝐼𝐿 − 𝑁 𝑃. 𝐼0 [𝑒𝑥𝑝 {
𝑞(
𝑉
𝑁𝑆
+ 𝐼.
𝑅 𝑆
𝑁 𝑃
)
𝑎. 𝑛. 𝐾. 𝑇
}] −
𝑉.
𝑁 𝑃
𝑁𝑆
+ 𝐼. 𝑅 𝑆
𝑅 𝑆𝐻
(2)
where,
I = output current (ampere)
IL = the current produced by photovoltaics (ampere)
I0 = reverse saturation current (ampere)
q = element load, 1.6 * 10-23 C
V = voltage between output terminals (volt)
RS = series resistance (ohm)
n = ideal diode factor (range 1-1.75)
K = Boltzmann constant, 1.38 * 10-19 J/K
T = absolute temperature
RSH = resistance shunt (ohm)
NP = the number of photovoltaics connected in parallel
NS = the number of photovoltaics connected in series
Figure 1. I-V PV characteristics [16]
TELKOMNIKA Telecommun Comput El Control 
Short-term photovoltaics power forecasting using Jordan… (Aji Akbar Firdaus)
1091
Figure 2. P-V PV characteristics [16]
2.2. Jordan recurrent neural network (JRNN)
JRNN is the development of ANN [17]. In this paper, JRNN is used to predict PV power with input
parameters such as temperature and solar radiation in Surabaya. Temperature and solar radiation data were
obtained from April to September. JRNN has the training and testing step [18]. In the training step, there are
two operations namely forward operation and backward operation. Forward operation is used to enter
temperature and solar radiation data and calculate PV power through the hidden layer to produce the output
layer. Then backward operation, the output layer results are put back into the delay block, and context layerto
get the final output [19-21]. Figure 3 is a diagram of JRNN and the input, output, context layer, number of
hidden layer, and delay block are 𝑢(𝑘 − 1), 𝑦(𝑘), 𝑦(𝑘 − 1), 𝐾, and 𝑞−1
, successively. The model from JRNN
based on Figure 3 has equations like (3) and (4). Let 𝑤𝑖,0
(1)
and 𝑤0
(2)
are weights of the first and second layer,
respectively. Then, 𝜑 is nonlinear transfer function.
𝑦(𝑘 − 1) = 𝑤0
(2)
+ ∑ 𝑤𝑖
(2)
𝜑(𝑧𝑖(𝑘))
𝐾
𝑖=0
(3)
𝑧𝑖(𝑘) = 𝑤𝑖,0
(1)
+ 𝑤𝑖,1
(1)
𝑢(𝑘 − 1) + 𝑤𝑖,2
(1)
𝑦(𝑘 − 1) (4)
Figure 3. Block diagram of JRNN
JRNN has 3 hidden layers implemented, the number of the first to the third hidden layers are
12, 5, 1, respectively [22]. In the input layer, the number of neuron units are 2 and 2 neurons are entered solar
radiation and temperature data. Then, another neuron was an offset neuron which always produces a value
of 1 [23]. The number of output layers is 1. The output layer produces PV power forecasting every month in
the next month. The epoch is used as the number of iterations, which is 1000. And allowed error reward was
set to 10-4. After all neural networks are trained, the next step is testing step. Testing step is done to test PV
power forecasting capabilities. Then, the results of the testing step are compared with the actual PV power in
July. The main differences between JRNN and ANN are shown in Figure 4 and Figure 5, severally.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 1089 - 1094
1092
Figure 4. Design of JRNN
Figure 5. Design of ANN
In JRNN and ANN, PV Power forecasting results are evaluated with the Mean Square Error (MSE)
and Mean Absolute Percentage Error (MAPE). The MSE and MAPE are references for measuring errors
from trained models. If the MSE and MAPE values are lower, the resulting model is better and more
accurate. The equation (5) and (6) are equation of Sum of Square Error (SSE) and MSE, successively [24].
Where, 𝑛 is the number of the data processed and observed. Then, 𝑌′ and 𝑌 are the predicted and actual
value, severally.
𝑆𝑆𝐸 = ∑(𝑌′
𝑡−𝑘 − 𝑌𝑡−𝑘)2
𝑛
1
(5)
𝑀𝑆𝐸 =
𝑆𝑆𝐸
𝑛
(6)
2.3. Data preparation
This study used solar radiation and temperature data in the Surabaya area. Data retrieval was carried
out from April to September. The data recording was carried out every 30 minutes for 24 hours [25]. Figure 6
and Figure 7 are samples of data from solar radiation and temperature for 24 hours, respectively.
Figure 6. Sample of data from solar radiation Figure 7. Sample of data from temperature
TELKOMNIKA Telecommun Comput El Control 
Short-term photovoltaics power forecasting using Jordan… (Aji Akbar Firdaus)
1093
3. RESULTS AND ANALYSIS
Figures 8 and 9 are the prediction of PV power with the JRNN and ANN method. The pictures are
arranged side by side with the actual data. From the prediction results, the JRNN method has succeeded in
producing the expected PV power predictions. In fact, the results of JRNN and ANN are almost the same.
The resulting prediction approaches the actual data from the PV power produced. However, there are some
disadvantages that are generated by ANN. This can be seen in Table 1. Table 1 shows that JRNN has smaller
MSE and MAPE values than ANN. This shows that the predictions produced by the JRNN are closer to
the actual data. So that the JRNN can be said to be more accurate because JRNN has a low error rate. Besides
that, the time needed for the JRNN to produce these predictions is longer than ANN.
Figure 8. The prediction of PV power with the JRNN
Figure 9. The prediction of PV power with the ANN
Table 1. MSE, MAPE and time of the test result
JRNN ANN
Training Testing Time Training Testing
Time
MSE MAPE MSE MAPE MSE MAPE MSE MAPE
2.1180 34.8820 0.9858 1.3311 4.591204 3.1077 40.0600 4.2425 2.0838 4.361669
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 1089 - 1094
1094
4. CONCLUSION
PV power predictions have been successfully carried out with the JRNN method, which gives low
MSE and MAPE values. because the lower the MSE and MAPE, the predictions generated can be close to
the actual data. The MSE and MAPE generated in the training step are 2.1180 and 34.8820, respectively. then
the MSE and MAPE generated in the testing steps are 0.9858 and 1.3311, respectively. and the time needed
is 4.591204. Predicted results from JRNN are more accurate than ANN. However, the time taken is longer.
REFERENCES
[1] M. N. Abdullah, et al., " Estimation of Photovoltaic Module Parameters based on Total Error Minimization of I-V
Characteristic," Bulletin of Electrical Engineering and Informatics, vol. 7, no. 3, pp. 425-432, 2018.
[2] Suyanto, Soedibyo, and A. A. Firdaus, “Design and Simulation of Neural Network Predictive Controller
Pitch-Angle in Permanent Magnetic Synchronous Generator Wind Turbine Variable Pitch System,” 1st
Int. Conf. on
Inform. Technology, Comp. and Elect. Enginee, vol. 1, pp. 345-349, 2014.
[3] Y. K. Semero, J. Zhang, and D. Zheng, "PV Power Forecasting Using an Integrated GA-PSO-ANFIS Approach and
Gaussian Process Regression Based Feature Selection Strategy," J. of Power and Energy Sys, vol. 4, no. 2, 2018.
[4] A. A. Firdaus, et al., "Distribution Network Reconfiguration Using Binary Particle Swarm Optimization to
Minimize Losses and Decrease Voltage Stability Index," BEEI, vol. 7, no. 4, pp. 514-521, 2018.
[5] Hadi Suyono, et al., “Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple Linear
Regression Methods,” Bulletin of Electrical Engineering and Informatics, vol. 7, no. 2, pp. 191-198, 2018.
[6] M. DING, and N. Z. Xu, “A Method to Forecast Short-Term Output Power of Photovoltaic Generation System
based on Markov Chain,” Power System Technology, vol. 35, no. 1, pp. 152-157, 2011.
[7] A. Yona, et al., “Application of Neural Network to 24-Hour-Ahead Generating Power Forecasting for PV System,”
Power and Energy Society General Meeting-Conver. and Delivery of Elect. Energy in the 21st
Century,
pp. 1-6, 2008.
[8] S. X. Wang, N. Zhang, Y. S. Zhao and J. Zhan. “Photovoltaic System Power Forecasting based on Combined Grey
Model and BP Neural Network,” Int. Conf. on Elect. and Cont. Enginee., pp. 4623-4626, 2011.
[9] Ruidong Xu, Hao Chen and Xiaoyan Sun, “Short-term Photovoltaic Power Forecasting with Weighted Support
Vector Machine,” Int. Conf. on Automation and Logistics, pp. 248-257, 2012.
[10] Sobhan Dorahaki., " A Survey on Maximum Power Point Tracking Methods in Photovoltaic Power Systems,"
Bulletin of Electrical Engineering and Informatics, vol. 4, no. 3, pp. 169-175, 2015.
[11] A. S. Samosir, H. Gusmedi, S. Purwiyanti, and E. Komalasari, “Modeling and Simulation of Fuzzy Logic based
Maximum Power Point Tracking (MPPT) for PV Application,” International Journal of Electrical and Computer
Engineering (IJECE), vol. 8, no. 3, pp. 1315-1323, 2018.
[12] P. F. Pai and W. C. Hong, "Forecasting Regional Electricity Load based on Recurrent Support Vector Machines
with Genetic Algorithms," Electric Power Systems Research, vol. 74, pp. 417-425, 2005.
[13] C. S. Chen, S. X. Duan, T. Cai and B. Y. Liu, “Online 24-h Solar Power Forecasting based on Weather Type
Classification using Artificial Neural Network,” Solar Energy, vol. 85, no. 11, pp. 2856-2870, 2011.
[14] S. I. Sulaiman, et al., “Optimizing three-Layer Neural Network Model for Grid-Connected Photovoltaic System
Output Prediction,” Conf. on Innovative Technologies in Intelligent Sys. and Industrial App., pp. 338-343, 2009.
[15] T. Cai, S. X. Duan, and C. S. Chen, “Forecasting Power Output for grid-Connected Photovoltaic Power System
without using Solar Radiation Measurement,” IEEE Int. Symposium on Power Electro. for Distributed
Generation Sys., pp.773-777, 2010.
[16] S. K. Kollimalla, and M. K. Mishra, “Variable Perturbation Size Adaptive P&O MPPT Algorithm for Sudden
Changes in Irradiance,” IEEE Trans. Sustain. Energy, vol. 5, no. 4, pp. 718–728, 2014.
[17] Z. Kasiran, Z. Ibrahim and M. S. M. Ribuan, "Mobile Phone Customers Churn Prediction using Elman And Jordan
Recurrent Neural Network," Int. Conf. on Computing and Convergence Technology, 2012.
[18] H. Hikawa and Y. Araga, "Study on Gesture Recognition System Using Posture Classifier and Jordan Recurrent
Neural Network," International Joint Conference on Neural Networks, 2011.
[19] Z. C. Lipton, "A Critical Review of Recurrent Neural Networks for Sequence Learning," May 2015. [Online].
Available: http://arxiv.org/abs/1506.00019. [Accessed 10 7 2018].
[20] Ö. F. Ertugrul, "Forecasting Electricity Load by a Novel Recurrent Extreme Learning," Electrical Power and
Energy Systems, vol. 78, pp. 429-435, 2016.
[21] M. Rana and I. Koprinska, "Forecasting Electricity Load with Advanced Wavelet Neural Networks,"
Neurocomputing, vol. 182, pp. 118-132, 2016.
[22] T. E. Putri, A. A. Firdaus, and W. I. Sabilla, "Short-Term Forecasting of Electricity Consumption Revenue on
Java-Bali Electricity System Using Jordan Recurrent Neural Network," Journal of Information Systems
Engineering and Business Intelligence, vol. 4, no. 2, pp. 96-105, 2018.
[23] Y. Kashyap, A. Bansal, and A. K. Sao, “Solar Radiation Forecasting with Multiple Parameters Neural Networks,”
Renewable and Sustainable Energy Reviews, vol. 49, pp. 825-835, 2015.
[24] M. Mordjaoui, S. Haddad, A. Medoued and A. Laouafi, "Electric Load Forecasting by Using Dynamic Neural
Network," International Journal of Hydrogen Energy, vol. 42, pp. 17655-17663, 2017.
[25] W. Liaoliao, C. Chenggang, Y. Ning, and C. Hui, "Evaluation of solar irradiance on inclined surfaces models
in the Short-Term Photovoltaic Power Forecasting," The J. of Enginee., vol. 2017, no. 13, pp. 2226–2230, 2017.

More Related Content

What's hot

Comprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV SystemComprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV SystemIRJET Journal
 
Daily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural NetworkDaily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural NetworkIJECEIAES
 
Development of a photovoltaic characteristics generator based on mathematical...
Development of a photovoltaic characteristics generator based on mathematical...Development of a photovoltaic characteristics generator based on mathematical...
Development of a photovoltaic characteristics generator based on mathematical...IJECEIAES
 
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...IRJET Journal
 
Solar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisationSolar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisationjournalBEEI
 
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...IJAPEJOURNAL
 
Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques
Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques
Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques IJECEIAES
 
IRJET- Implementation of Conventional Perturb with different Load for Maximum...
IRJET- Implementation of Conventional Perturb with different Load for Maximum...IRJET- Implementation of Conventional Perturb with different Load for Maximum...
IRJET- Implementation of Conventional Perturb with different Load for Maximum...IRJET Journal
 
Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...
Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...
Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...IJECEIAES
 
Modeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/SimulinkModeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/SimulinkIOSR Journals
 
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...IJECEIAES
 
2018 solar energy forecasting based on hybrid neural network and improved met...
2018 solar energy forecasting based on hybrid neural network and improved met...2018 solar energy forecasting based on hybrid neural network and improved met...
2018 solar energy forecasting based on hybrid neural network and improved met...Souvik Ganguli
 
STUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLS
STUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLSSTUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLS
STUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLSAEIJjournal2
 
Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...
Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...
Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...IJECEIAES
 

What's hot (20)

Comprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV SystemComprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV System
 
Daily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural NetworkDaily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural Network
 
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
 
Development of a photovoltaic characteristics generator based on mathematical...
Development of a photovoltaic characteristics generator based on mathematical...Development of a photovoltaic characteristics generator based on mathematical...
Development of a photovoltaic characteristics generator based on mathematical...
 
FinalReport
FinalReportFinalReport
FinalReport
 
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
 
Solar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisationSolar PV parameter estimation using multi-objective optimisation
Solar PV parameter estimation using multi-objective optimisation
 
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
 
Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques
Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques
Design of Hybrid Solar Wind Energy System in a Microgrid with MPPT Techniques
 
IRJET- Implementation of Conventional Perturb with different Load for Maximum...
IRJET- Implementation of Conventional Perturb with different Load for Maximum...IRJET- Implementation of Conventional Perturb with different Load for Maximum...
IRJET- Implementation of Conventional Perturb with different Load for Maximum...
 
Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...
Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...
Parameter Extraction of PV Module using NLS Algorithm with Experimental Valid...
 
Modeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/SimulinkModeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
 
Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...
 
Active cooling photovoltaic with IoT facility
Active cooling photovoltaic with IoT facilityActive cooling photovoltaic with IoT facility
Active cooling photovoltaic with IoT facility
 
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
 
Real time implementation of anti-windup PI controller for speed control of in...
Real time implementation of anti-windup PI controller for speed control of in...Real time implementation of anti-windup PI controller for speed control of in...
Real time implementation of anti-windup PI controller for speed control of in...
 
2018 solar energy forecasting based on hybrid neural network and improved met...
2018 solar energy forecasting based on hybrid neural network and improved met...2018 solar energy forecasting based on hybrid neural network and improved met...
2018 solar energy forecasting based on hybrid neural network and improved met...
 
STUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLS
STUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLSSTUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLS
STUDY OF THE EQUIVALENT CIRCUIT OF A DYESENSITIZED SOLAR CELLS
 
Experimental investigation of artificial intelligence applied in MPPT techniques
Experimental investigation of artificial intelligence applied in MPPT techniquesExperimental investigation of artificial intelligence applied in MPPT techniques
Experimental investigation of artificial intelligence applied in MPPT techniques
 
Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...
Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...
Model to Evaluate the Performance of Building Integrated Photovoltaic Systems...
 

Similar to Short-term photovoltaics power forecasting using Jordan recurrent neural network in Surabaya

Performance of low-cost solar radiation logger
Performance of low-cost solar radiation loggerPerformance of low-cost solar radiation logger
Performance of low-cost solar radiation loggerIJECEIAES
 
C0312010014
C0312010014C0312010014
C0312010014inventy
 
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...IJERA Editor
 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksIJECEIAES
 
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULESTHERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULESelelijjournal
 
Benchmarking study between capacitive and electronic load technic to track I-...
Benchmarking study between capacitive and electronic load technic to track I-...Benchmarking study between capacitive and electronic load technic to track I-...
Benchmarking study between capacitive and electronic load technic to track I-...IJECEIAES
 
Photovoltaic panels tilt angle optimization
Photovoltaic panels tilt angle optimizationPhotovoltaic panels tilt angle optimization
Photovoltaic panels tilt angle optimizationKhery Ali
 
Improvement of grid connected photovoltaic system using artificial neural net...
Improvement of grid connected photovoltaic system using artificial neural net...Improvement of grid connected photovoltaic system using artificial neural net...
Improvement of grid connected photovoltaic system using artificial neural net...ijscmcj
 
SCNN Based Electrical Characteristics of Solar Photovoltaic Cell Model
SCNN Based Electrical Characteristics of Solar  Photovoltaic Cell Model SCNN Based Electrical Characteristics of Solar  Photovoltaic Cell Model
SCNN Based Electrical Characteristics of Solar Photovoltaic Cell Model IJECEIAES
 
Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...TELKOMNIKA JOURNAL
 
MPPT control of PV array based on PSO and adaptive controller
MPPT control of PV array based on PSO and adaptive controllerMPPT control of PV array based on PSO and adaptive controller
MPPT control of PV array based on PSO and adaptive controllerTELKOMNIKA JOURNAL
 
Indoor and outdoor investigation comparison of photovoltaic thermal air colle...
Indoor and outdoor investigation comparison of photovoltaic thermal air colle...Indoor and outdoor investigation comparison of photovoltaic thermal air colle...
Indoor and outdoor investigation comparison of photovoltaic thermal air colle...journalBEEI
 
IRJET- Comparison of Solar Energy System Tools: A Case Study
IRJET-  	  Comparison of Solar Energy System Tools: A Case StudyIRJET-  	  Comparison of Solar Energy System Tools: A Case Study
IRJET- Comparison of Solar Energy System Tools: A Case StudyIRJET Journal
 
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...IRJET Journal
 
Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...
Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...
Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...Ah Roueiha
 
Development of a solar radiation sensor system with pyranometer
Development of a solar radiation sensor system with  pyranometerDevelopment of a solar radiation sensor system with  pyranometer
Development of a solar radiation sensor system with pyranometerIJECEIAES
 

Similar to Short-term photovoltaics power forecasting using Jordan recurrent neural network in Surabaya (20)

Performance of low-cost solar radiation logger
Performance of low-cost solar radiation loggerPerformance of low-cost solar radiation logger
Performance of low-cost solar radiation logger
 
C0312010014
C0312010014C0312010014
C0312010014
 
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
 
Performance of solar modules integrated with reflector
Performance of solar modules integrated with reflectorPerformance of solar modules integrated with reflector
Performance of solar modules integrated with reflector
 
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULESTHERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
 
Benchmarking study between capacitive and electronic load technic to track I-...
Benchmarking study between capacitive and electronic load technic to track I-...Benchmarking study between capacitive and electronic load technic to track I-...
Benchmarking study between capacitive and electronic load technic to track I-...
 
Photovoltaic panels tilt angle optimization
Photovoltaic panels tilt angle optimizationPhotovoltaic panels tilt angle optimization
Photovoltaic panels tilt angle optimization
 
Optimal extraction of photovoltaic energy using fuzzy logic control for maxim...
Optimal extraction of photovoltaic energy using fuzzy logic control for maxim...Optimal extraction of photovoltaic energy using fuzzy logic control for maxim...
Optimal extraction of photovoltaic energy using fuzzy logic control for maxim...
 
Australia 2
Australia 2Australia 2
Australia 2
 
Improvement of grid connected photovoltaic system using artificial neural net...
Improvement of grid connected photovoltaic system using artificial neural net...Improvement of grid connected photovoltaic system using artificial neural net...
Improvement of grid connected photovoltaic system using artificial neural net...
 
SCNN Based Electrical Characteristics of Solar Photovoltaic Cell Model
SCNN Based Electrical Characteristics of Solar  Photovoltaic Cell Model SCNN Based Electrical Characteristics of Solar  Photovoltaic Cell Model
SCNN Based Electrical Characteristics of Solar Photovoltaic Cell Model
 
Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...Performance enhancement of maximum power point tracking for grid-connected ph...
Performance enhancement of maximum power point tracking for grid-connected ph...
 
MPPT control of PV array based on PSO and adaptive controller
MPPT control of PV array based on PSO and adaptive controllerMPPT control of PV array based on PSO and adaptive controller
MPPT control of PV array based on PSO and adaptive controller
 
Indoor and outdoor investigation comparison of photovoltaic thermal air colle...
Indoor and outdoor investigation comparison of photovoltaic thermal air colle...Indoor and outdoor investigation comparison of photovoltaic thermal air colle...
Indoor and outdoor investigation comparison of photovoltaic thermal air colle...
 
IRJET- Comparison of Solar Energy System Tools: A Case Study
IRJET-  	  Comparison of Solar Energy System Tools: A Case StudyIRJET-  	  Comparison of Solar Energy System Tools: A Case Study
IRJET- Comparison of Solar Energy System Tools: A Case Study
 
France 2
France 2France 2
France 2
 
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
 
Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...
Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...
Valuation and Determination of Seven and Five Parameters of Photovoltaic Gene...
 
Development of a solar radiation sensor system with pyranometer
Development of a solar radiation sensor system with  pyranometerDevelopment of a solar radiation sensor system with  pyranometer
Development of a solar radiation sensor system with pyranometer
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...IJECEIAES
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptjigup7320
 
Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1T.D. Shashikala
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.benjamincojr
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfKira Dess
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationEmaan Sharma
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdfAlexander Litvinenko
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligencemahaffeycheryld
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfragupathi90
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Studentskannan348865
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfJNTUA
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Stationsiddharthteach18
 
Intro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney UniIntro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney UniR. Sosa
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualBalamuruganV28
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfssuser5c9d4b1
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksIJECEIAES
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 

Recently uploaded (20)

Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) ppt
 
Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & Modernization
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligence
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdf
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Intro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney UniIntro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney Uni
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdf
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 

Short-term photovoltaics power forecasting using Jordan recurrent neural network in Surabaya

  • 1. TELKOMNIKA Telecommunication, Computing, Electronics and Control Vol. 18, No. 2, April 2020, pp. 1089~1094 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v18i2.14816  1089 Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA Short-term photovoltaics power forecasting using Jordan recurrent neural network in Surabaya Aji Akbar Firdaus1 , Riky Tri Yunardi2 , Eva Inaiyah Agustin3 , Tesa Eranti Putri4 , Dimas Okky Anggriawan5 1,2,3,4 Department of Engineering, Faculty of Vocational, Universitas Airlangga Surabaya, Indonesia 5 Politeknik Elektronika Negeri Surabaya, Indonesia Article Info ABSTRACT Article history: Received Jul 19, 2019 Revised Dec 25, 2019 Accepted Feb 19, 2020 Photovoltaic (PV) is a renewable electric energy generator that utilizes solar energy. PV is very suitable to be developed in Surabaya, Indonesia. Because Indonesia is located around the equator which has 2 seasons, namely the rainy season and the dry season. The dry season in Indonesia occurs in April to September. The power generated by PV is highly dependent on temperature and solar radiation. Therefore, accurate forecasting of short-term PV power is important for system reliability and large-scale PV development to overcome the power generated by intermittent PV. This paper proposes the Jordan recurrent neural network (JRNN) to predict short-term PV power based on temperature and solar radiation. JRNN is the development of artificial neural networks (ANN) that have feedback at each output of each layer. The samples of temperature and solar radiation were obtained from April until September in Surabaya. From the results of the training simulation, the mean square error (MSE) and mean absolute percentage error (MAPE) values were obtained at 1.3311 and 34.8820, respectively. The results of testing simulation, MSE and MAPE values were obtained at 0.9858 and 1.3311, with a time of 4.591204. The forecasting has minimized significant errors and short processing times. Keywords: Forecasting JRNN Photovoltaic This is an open access article under the CC BY-SA license. Corresponding Author: Aji Akbar Firdaus, Department of Engineering, Faculty of Vocational, Universitas Airlangga Surabaya, Indonesia. Email: aa.firdaus@vokasi.unair.ac.id 1. INTRODUCTION In renewable energy, PV gets a lot of attention to replace fossil-fueled plants [1, 2]. Because PV uses solar energy to generate electrical energy. PV systems have environmental benefits, and have low maintenance costs [3] moreover PV can increase the reliability of the electric power system [4]. However, the investment costs of PV are expensive and the value of PV power efficiency is low. PV power efficiency values are affected by solar radiation, temperature, and conditions of the PV panel [5, 6]. Solar radiation and temperature cannot be determined with certainty. Therefore, PV power forecasting is very necessary for predicting the power generated by PV so that the load can be supplied to the maximum. There are several methods for predicting short-term power such as using Artificial Neural Networks (ANN) [7, 8], Support Vector Machine (SVM) [9] with solar radiation parameters, temperature, and other environmental parameters [10, 11]. However, ANN does not have feedback so that the output of ANN can be
  • 2.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 1089 - 1094 1090 corrected and get optimal results. As for SVM, kernel function and loss functions are difficult to get optimal results [12]. Therefore, accurate and fast PV power forecasting methods are needed so that intermittent PV power can be overcome. In this paper, short-term PV power forecasting is carried out using the JRNN method. JRNN method is the development of the ANN method. JRNN has 2 steps, namely training and testing steps. The training step consists of forward and backward operations. The difference between JRNN and ANN are the feedback output from each ANN layer to the context layer [13]. The backward operation will correct the output of each layer so that the error value from the JRNN prediction result is smaller. The parameters used in this short-term PV power forecasting are temperature and solar radiation from April until September in Surabaya Indonesia. In general, the temperature and solar radiation datas used are data in the dry season that occurs for six months. 2. RESEARCH METHOD 2.1. PV model In this case, the PV module used has characteristics such as Figure 1 and Figure 2. Mathematically, the current and voltage characteristics generated from a solar cell with ideal conditions (temperature 25o C and irradiance 1000W/m2 ) are like (1) [14]. Thus, for a PV panel that practically consists of various components [15], the current and voltage characteristics generated mathematically are like (2): 𝐼 = 𝐼𝐿 − 𝐼0 [𝑒𝑥𝑝 { 𝑞(𝑉 + 𝐼. 𝑅 𝑆) 𝑛. 𝐾. 𝑇 } − 1] − 𝑉 + 𝐼. 𝑅 𝑆 𝑅 𝑆𝐻 (1) 𝐼 = 𝑁 𝑃. 𝐼𝐿 − 𝑁 𝑃. 𝐼0 [𝑒𝑥𝑝 { 𝑞( 𝑉 𝑁𝑆 + 𝐼. 𝑅 𝑆 𝑁 𝑃 ) 𝑎. 𝑛. 𝐾. 𝑇 }] − 𝑉. 𝑁 𝑃 𝑁𝑆 + 𝐼. 𝑅 𝑆 𝑅 𝑆𝐻 (2) where, I = output current (ampere) IL = the current produced by photovoltaics (ampere) I0 = reverse saturation current (ampere) q = element load, 1.6 * 10-23 C V = voltage between output terminals (volt) RS = series resistance (ohm) n = ideal diode factor (range 1-1.75) K = Boltzmann constant, 1.38 * 10-19 J/K T = absolute temperature RSH = resistance shunt (ohm) NP = the number of photovoltaics connected in parallel NS = the number of photovoltaics connected in series Figure 1. I-V PV characteristics [16]
  • 3. TELKOMNIKA Telecommun Comput El Control  Short-term photovoltaics power forecasting using Jordan… (Aji Akbar Firdaus) 1091 Figure 2. P-V PV characteristics [16] 2.2. Jordan recurrent neural network (JRNN) JRNN is the development of ANN [17]. In this paper, JRNN is used to predict PV power with input parameters such as temperature and solar radiation in Surabaya. Temperature and solar radiation data were obtained from April to September. JRNN has the training and testing step [18]. In the training step, there are two operations namely forward operation and backward operation. Forward operation is used to enter temperature and solar radiation data and calculate PV power through the hidden layer to produce the output layer. Then backward operation, the output layer results are put back into the delay block, and context layerto get the final output [19-21]. Figure 3 is a diagram of JRNN and the input, output, context layer, number of hidden layer, and delay block are 𝑢(𝑘 − 1), 𝑦(𝑘), 𝑦(𝑘 − 1), 𝐾, and 𝑞−1 , successively. The model from JRNN based on Figure 3 has equations like (3) and (4). Let 𝑤𝑖,0 (1) and 𝑤0 (2) are weights of the first and second layer, respectively. Then, 𝜑 is nonlinear transfer function. 𝑦(𝑘 − 1) = 𝑤0 (2) + ∑ 𝑤𝑖 (2) 𝜑(𝑧𝑖(𝑘)) 𝐾 𝑖=0 (3) 𝑧𝑖(𝑘) = 𝑤𝑖,0 (1) + 𝑤𝑖,1 (1) 𝑢(𝑘 − 1) + 𝑤𝑖,2 (1) 𝑦(𝑘 − 1) (4) Figure 3. Block diagram of JRNN JRNN has 3 hidden layers implemented, the number of the first to the third hidden layers are 12, 5, 1, respectively [22]. In the input layer, the number of neuron units are 2 and 2 neurons are entered solar radiation and temperature data. Then, another neuron was an offset neuron which always produces a value of 1 [23]. The number of output layers is 1. The output layer produces PV power forecasting every month in the next month. The epoch is used as the number of iterations, which is 1000. And allowed error reward was set to 10-4. After all neural networks are trained, the next step is testing step. Testing step is done to test PV power forecasting capabilities. Then, the results of the testing step are compared with the actual PV power in July. The main differences between JRNN and ANN are shown in Figure 4 and Figure 5, severally.
  • 4.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 1089 - 1094 1092 Figure 4. Design of JRNN Figure 5. Design of ANN In JRNN and ANN, PV Power forecasting results are evaluated with the Mean Square Error (MSE) and Mean Absolute Percentage Error (MAPE). The MSE and MAPE are references for measuring errors from trained models. If the MSE and MAPE values are lower, the resulting model is better and more accurate. The equation (5) and (6) are equation of Sum of Square Error (SSE) and MSE, successively [24]. Where, 𝑛 is the number of the data processed and observed. Then, 𝑌′ and 𝑌 are the predicted and actual value, severally. 𝑆𝑆𝐸 = ∑(𝑌′ 𝑡−𝑘 − 𝑌𝑡−𝑘)2 𝑛 1 (5) 𝑀𝑆𝐸 = 𝑆𝑆𝐸 𝑛 (6) 2.3. Data preparation This study used solar radiation and temperature data in the Surabaya area. Data retrieval was carried out from April to September. The data recording was carried out every 30 minutes for 24 hours [25]. Figure 6 and Figure 7 are samples of data from solar radiation and temperature for 24 hours, respectively. Figure 6. Sample of data from solar radiation Figure 7. Sample of data from temperature
  • 5. TELKOMNIKA Telecommun Comput El Control  Short-term photovoltaics power forecasting using Jordan… (Aji Akbar Firdaus) 1093 3. RESULTS AND ANALYSIS Figures 8 and 9 are the prediction of PV power with the JRNN and ANN method. The pictures are arranged side by side with the actual data. From the prediction results, the JRNN method has succeeded in producing the expected PV power predictions. In fact, the results of JRNN and ANN are almost the same. The resulting prediction approaches the actual data from the PV power produced. However, there are some disadvantages that are generated by ANN. This can be seen in Table 1. Table 1 shows that JRNN has smaller MSE and MAPE values than ANN. This shows that the predictions produced by the JRNN are closer to the actual data. So that the JRNN can be said to be more accurate because JRNN has a low error rate. Besides that, the time needed for the JRNN to produce these predictions is longer than ANN. Figure 8. The prediction of PV power with the JRNN Figure 9. The prediction of PV power with the ANN Table 1. MSE, MAPE and time of the test result JRNN ANN Training Testing Time Training Testing Time MSE MAPE MSE MAPE MSE MAPE MSE MAPE 2.1180 34.8820 0.9858 1.3311 4.591204 3.1077 40.0600 4.2425 2.0838 4.361669
  • 6.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 1089 - 1094 1094 4. CONCLUSION PV power predictions have been successfully carried out with the JRNN method, which gives low MSE and MAPE values. because the lower the MSE and MAPE, the predictions generated can be close to the actual data. The MSE and MAPE generated in the training step are 2.1180 and 34.8820, respectively. then the MSE and MAPE generated in the testing steps are 0.9858 and 1.3311, respectively. and the time needed is 4.591204. Predicted results from JRNN are more accurate than ANN. However, the time taken is longer. REFERENCES [1] M. N. Abdullah, et al., " Estimation of Photovoltaic Module Parameters based on Total Error Minimization of I-V Characteristic," Bulletin of Electrical Engineering and Informatics, vol. 7, no. 3, pp. 425-432, 2018. [2] Suyanto, Soedibyo, and A. A. Firdaus, “Design and Simulation of Neural Network Predictive Controller Pitch-Angle in Permanent Magnetic Synchronous Generator Wind Turbine Variable Pitch System,” 1st Int. Conf. on Inform. Technology, Comp. and Elect. Enginee, vol. 1, pp. 345-349, 2014. [3] Y. K. Semero, J. Zhang, and D. Zheng, "PV Power Forecasting Using an Integrated GA-PSO-ANFIS Approach and Gaussian Process Regression Based Feature Selection Strategy," J. of Power and Energy Sys, vol. 4, no. 2, 2018. [4] A. A. Firdaus, et al., "Distribution Network Reconfiguration Using Binary Particle Swarm Optimization to Minimize Losses and Decrease Voltage Stability Index," BEEI, vol. 7, no. 4, pp. 514-521, 2018. [5] Hadi Suyono, et al., “Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple Linear Regression Methods,” Bulletin of Electrical Engineering and Informatics, vol. 7, no. 2, pp. 191-198, 2018. [6] M. DING, and N. Z. Xu, “A Method to Forecast Short-Term Output Power of Photovoltaic Generation System based on Markov Chain,” Power System Technology, vol. 35, no. 1, pp. 152-157, 2011. [7] A. Yona, et al., “Application of Neural Network to 24-Hour-Ahead Generating Power Forecasting for PV System,” Power and Energy Society General Meeting-Conver. and Delivery of Elect. Energy in the 21st Century, pp. 1-6, 2008. [8] S. X. Wang, N. Zhang, Y. S. Zhao and J. Zhan. “Photovoltaic System Power Forecasting based on Combined Grey Model and BP Neural Network,” Int. Conf. on Elect. and Cont. Enginee., pp. 4623-4626, 2011. [9] Ruidong Xu, Hao Chen and Xiaoyan Sun, “Short-term Photovoltaic Power Forecasting with Weighted Support Vector Machine,” Int. Conf. on Automation and Logistics, pp. 248-257, 2012. [10] Sobhan Dorahaki., " A Survey on Maximum Power Point Tracking Methods in Photovoltaic Power Systems," Bulletin of Electrical Engineering and Informatics, vol. 4, no. 3, pp. 169-175, 2015. [11] A. S. Samosir, H. Gusmedi, S. Purwiyanti, and E. Komalasari, “Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MPPT) for PV Application,” International Journal of Electrical and Computer Engineering (IJECE), vol. 8, no. 3, pp. 1315-1323, 2018. [12] P. F. Pai and W. C. Hong, "Forecasting Regional Electricity Load based on Recurrent Support Vector Machines with Genetic Algorithms," Electric Power Systems Research, vol. 74, pp. 417-425, 2005. [13] C. S. Chen, S. X. Duan, T. Cai and B. Y. Liu, “Online 24-h Solar Power Forecasting based on Weather Type Classification using Artificial Neural Network,” Solar Energy, vol. 85, no. 11, pp. 2856-2870, 2011. [14] S. I. Sulaiman, et al., “Optimizing three-Layer Neural Network Model for Grid-Connected Photovoltaic System Output Prediction,” Conf. on Innovative Technologies in Intelligent Sys. and Industrial App., pp. 338-343, 2009. [15] T. Cai, S. X. Duan, and C. S. Chen, “Forecasting Power Output for grid-Connected Photovoltaic Power System without using Solar Radiation Measurement,” IEEE Int. Symposium on Power Electro. for Distributed Generation Sys., pp.773-777, 2010. [16] S. K. Kollimalla, and M. K. Mishra, “Variable Perturbation Size Adaptive P&O MPPT Algorithm for Sudden Changes in Irradiance,” IEEE Trans. Sustain. Energy, vol. 5, no. 4, pp. 718–728, 2014. [17] Z. Kasiran, Z. Ibrahim and M. S. M. Ribuan, "Mobile Phone Customers Churn Prediction using Elman And Jordan Recurrent Neural Network," Int. Conf. on Computing and Convergence Technology, 2012. [18] H. Hikawa and Y. Araga, "Study on Gesture Recognition System Using Posture Classifier and Jordan Recurrent Neural Network," International Joint Conference on Neural Networks, 2011. [19] Z. C. Lipton, "A Critical Review of Recurrent Neural Networks for Sequence Learning," May 2015. [Online]. Available: http://arxiv.org/abs/1506.00019. [Accessed 10 7 2018]. [20] Ö. F. Ertugrul, "Forecasting Electricity Load by a Novel Recurrent Extreme Learning," Electrical Power and Energy Systems, vol. 78, pp. 429-435, 2016. [21] M. Rana and I. Koprinska, "Forecasting Electricity Load with Advanced Wavelet Neural Networks," Neurocomputing, vol. 182, pp. 118-132, 2016. [22] T. E. Putri, A. A. Firdaus, and W. I. Sabilla, "Short-Term Forecasting of Electricity Consumption Revenue on Java-Bali Electricity System Using Jordan Recurrent Neural Network," Journal of Information Systems Engineering and Business Intelligence, vol. 4, no. 2, pp. 96-105, 2018. [23] Y. Kashyap, A. Bansal, and A. K. Sao, “Solar Radiation Forecasting with Multiple Parameters Neural Networks,” Renewable and Sustainable Energy Reviews, vol. 49, pp. 825-835, 2015. [24] M. Mordjaoui, S. Haddad, A. Medoued and A. Laouafi, "Electric Load Forecasting by Using Dynamic Neural Network," International Journal of Hydrogen Energy, vol. 42, pp. 17655-17663, 2017. [25] W. Liaoliao, C. Chenggang, Y. Ning, and C. Hui, "Evaluation of solar irradiance on inclined surfaces models in the Short-Term Photovoltaic Power Forecasting," The J. of Enginee., vol. 2017, no. 13, pp. 2226–2230, 2017.