Next Article in Journal
Impact of Imperfect Vaccine, Vaccine Trade-Off and Population Turnover on Infectious Disease Dynamics
Next Article in Special Issue
Development of Grey Machine Learning Models for Forecasting of Energy Consumption, Carbon Emission and Energy Generation for the Sustainable Development of Society
Previous Article in Journal
Identification of Linear Time-Invariant Systems: A Least Squares of Orthogonal Distances Approach
Previous Article in Special Issue
Quantifying Intra-Catchment Streamflow Processes and Response to Climate Change within a Climatic Transitional Zone: A Case Study of Buffalo Catchment, Eastern Cape, South Africa
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Hybrid of Multilayer Perceptrons: A New Geostatistical Tool to Generate High-Resolution Climate Maps in Developing Countries

1
Climate Modeling Laboratory, School of Mathematics, Shandong University, Jinan 250100, China
2
MOE Key Laboratory of Environmental Change and Natural Disaster, Beijing Normal University, Beijing 100875, China
3
College of Natural and Computational Science, Wachemo University, Hossan 667, Ethiopia
*
Author to whom correspondence should be addressed.
Mathematics 2023, 11(5), 1239; https://doi.org/10.3390/math11051239
Submission received: 21 January 2023 / Revised: 17 February 2023 / Accepted: 20 February 2023 / Published: 4 March 2023
(This article belongs to the Special Issue Advanced Statistical Techniques in Oceans and Climate Research)

Abstract

:
The ability to produce high-resolution climate maps is crucial for assessing climate change impacts and mitigating climate disasters and risks in developing countries. Mainstream geostatistical downscaling techniques use spatial interpolation or multi-linear regression models to produce high-resolution climate maps in data-scarce regions. Since global climate evolution is a nonlinear process governed by complex physical principles, these linear downscaling techniques cannot achieve the desired accuracy. Moreover, these techniques cannot utilize different resolution data as model inputs. In this study, we developed a hybrid of multilayer perceptrons that could couple high-resolution topographic data with sparse climate observation data well and then generate high-resolution climate maps. To test the performance of our tool, we generated high-resolution precipitation and air temperature maps using sparse observation data from 21 meteorological stations in Ethiopia. The accuracy of the high-resolution climate maps generated using our hybrid of MLPs clearly outperformed those using a multi-linear regression model or a pure MLP.

1. Introduction

Climate change is considered one of the most serious environmental issues facing the world. From the 1850s to the 2010s, the global surface temperature increased by 0.8–1.3 °C; furthermore, the increase in land surface temperature is greater than that of the sea surface temperature [1]. Most of the observed warming is driven mainly by carbon emissions produced by human activities, such as deforestation and burning fossil fuels. The concentration of carbon dioxide in the atmosphere has significantly increased from approximately 280 ppm in the 1850s to 414 ppm recorded at Mauna Loa Observatory in Hawaii in 2021. The change in global climate is quicker than many policymakers realize. The latest IPCC AR6 indicated that warming of 1.5 °C and 2 °C would be exceeded during the 21st century unless significant reductions in carbon emissions occur in the coming decades [2]. Many developing countries are extremely vulnerable to climate change due to their rain-fed agriculture, weak industry basis and backward infrastructure. Recent and future warming not only changes the temperature and precipitation patterns but also increases the frequency of floods, droughts, heat waves, and the intensity of typhoons and hurricanes, leading to higher risks of climate-related disasters. At present, developing countries need to take urgent measures to better deal with the disastrous effects of climate change. However, meteorological stations in these developing countries are always sparse and irregularly distributed, and the limited climate observations are insufficient to meet the needs of mitigating climate risks and improving resilience and adoption measures.
In order to extract climate information at finer scales from climate observations, various geostatistical algorithms are performed to derive climate maps with finer resolutions. The bilinear interpolation, IDW interpolation and Kriging interpolation were first introduced to downscale sparse climate data and produce high-resolution climate maps. Although these spatial interpolations in geostatistics are easy to implement, they have obvious disadvantages: the whole interpolation process often ignores the influence of topographic factors and other climate factors, the resulting climate maps always contain unrealistic ring-like structures and extreme values in downscaled climate maps occur only at meteorological sites. Therefore, these geostatistical algorithms are not suitable for developing countries with sparse and uneven meteorological sites. Later on, with the rapid development of global climate models (GCMs) that can provide reasonably accurate global- and regional-scale historical climate simulations and future climate projections, the multi-linear regression algorithm is used to establish the linear relationship between large-scale atmospheric characteristics from coarse-resolution GCM outputs and local climate observations and then utilize this linear relationship to downscale sparse climate observations [3]. Based on this principle, the statistical downscaling model (SDSM) [4] is a well-developed model that makes full use of huge amounts of variables from GCM outputs and has become the most widely used software on robust climate downscaling and prediction analysis [5]. However, large-scale atmospheric circulations always affect local climate through a complex non-linear non-stationary process; although the SDSM uses a huge amount of GCM outputs, such a linear algorithm makes the improvement of downscaling performance significantly limited [6]. Compared with traditional geostatistical techniques, statistical learning techniques (e.g., GBR/SVM/RF) have the ability to deal with complex nonlinear problems [7] since they map the predictor(s) without relying on known physical relationships between them [8]. Wu et al. [9] developed a statistical learning-based downscaling technique to downscale spatial precipitation in data-scarce regions. Wu et al. [9] only considered topographic variables (longitude, latitude and altitude), but ignored complex links between observed climate variables. The reason for this was that the input of classic statistical learning models cannot couple high-resolution topographic data with low-resolution climate observations.
In this study, we developed a hybrid of multi-layer perceptrons (a hybrid of MLPs) to generate high-resolution climate maps using sparse observation data from developing countries. The main advantages of our hybrid of MLPs over existing algorithms are the following: (a) our algorithm can utilize the strong links between observed climate data with different resolutions, while traditional interpolation, the SDSM and statistical learning cannot utilize them; (b) our algorithm can extract nonlinear and non-stationary relationships between climate and topographic variables while traditional interpolation and SDSM algorithms cannot achieve this; and (c) our algorithm does not need to use a huge amount of GCM outputs like the SDSM does, leading to a very low computation cost. In order to test the performance of our model, we used the hybrid of MLPs to generate high-resolution maps of air temperature and precipitation in Ethiopia. In terms of accuracy indicators (mean absolute percentage error, coefficient of determination), the hybrid of MLPs clearly outperformed multi-linear regression or a pure MLP.

2. Background: Multilayer Perceptron

The multilayer perceptron (MLP) is a multilayer feedforward neural network [10]. It has a three-layer structure, namely, the input layer, one or more hidden layers, and the output layer [11]. The neurons between layers are fully connected, and the neurons inside a layer are not connected.
The establishment of an MLP is based on two kinds of data flows: forward propagation of data and backpropagation of error [12]. In the forward propagation, the relationship between the input x = [ x 1 , x 2 x n ] and the output y = [ y 1 , y 2 y k ] in an MLP with only one hidden layer can be represented as
y k = j = 1 m   [ f ( i = 1 n w i j x i + b j ) w j k + b k ]
where w i j is the weight connecting the input layer and hidden layer, w j k is the weight connecting the hidden layer and output layer, f is the activation function of the hidden layer, b j is the bias from the input layer to the hidden layer and b k is the bias from the hidden layer to the output layer.
The prediction error E of an MLP is defined as the difference between the MLP output and the observation data. When one initiates an MLP to simulate a complex process, the parameters (weight and bias) in the MLP can be trained (or optimized) again and again through the backward propagation algorithm of the prediction error [13]. In detail, the weight and bias in each neuron are updated as follows:
The updated weight w j k   from the hidden layer to the output layer is
w j k = w j k η E w j k
The updated weight w i j   from the input layer to the hidden layer is
w i j = w i j η E w i j
The updated bias b k from the hidden layer to the output layer is
b k = b k η E b k
The updated bias b j from the input layer to the hidden layer is
b j = b j η E b j
where η is the learning rate.

3. Hybrid of Multilayer Perceptrons

Statistical learning techniques showed excellent performance in dealing with complex nonlinear links since they can map the predictors without constructing an explicit function and relying on existing physical relationships between them [12]. Noticing that various climate and topographic factors are closely linked, we needed to make full use of these links to generate high-resolution climate maps from sparse and irregular observations, i.e., we needed to establish a statistical learning-based model:
Y = f ( T 1 , T 2 ,   T 3 ;   X 1 , X 2 , . , X n )
where T 1 , T 2 and T 3 are three topographic factors (longitude, latitude and altitude), and X 1 , X 2 , , X n are climate factors that are closely linked to climate factor Y . If both the T 1 , T 2 and T 3 set and the X 1 , X 2 , , X n set have the same high resolution, it is easy to use statistical learning to generate a high-resolution map for climate variable Y from its sparse observation. Unfortunately, in the real world, the resolution of observed climate factors X 1 , X 2 , . , X n is much lower than that of topographical factors T 1 , T 2 and T 3 , and thus, we could not input these data with different resolutions directly into the above statistical learning model to generate high-resolution climate maps.
In order to solve this issue, we proposed a hybrid of MLP to couple low-resolution climate observations with high-resolution topographic data and then generate a high-resolution climate map (see Figure 1).
Our algorithm consisted of two stages: In stage 1, we established an MLP model for each climate factor by viewing it as a function of three topographic factors (longitude, latitude and altitude). This MLP model could be trained by using the longitude, latitude and altitude of meteorological stations and sparse observations of each climate factor. Finally, based on this MLP, we could roughly enhance the spatial resolution of this climate factor. In stage 2, in order to make full use of the strong nonlinear relationships between climate factors, we viewed each climate factor as a function of topographic factors and the remaining climate factors. Therefore, we established the second MLP so that its input was three topographical factors and the remaining climate factors, and its output was the climate factor that needed to be downscaled. Since we roughly enhanced the spatial resolution of each climate factor in stage 1, all topographical and climate data, as the input of the second MLP, could be chosen to have the same spatial resolution. Finally, based on this MLP, we could generate high-resolution climate maps.

4. Case Study

Although climate change is a global-scale phenomenon, its impacts and mitigation measures always vary from region to region. High-resolution regional climate information is very important for the assessment of climate disasters and risks [14]. Unfortunately, the distribution of meteorological stations in most developing countries is sparse and irregular. In this section, by using our hybrid of MLPs, we generated high-resolution climate maps in Ethiopia from sparse observation data.

4.1. Study Area and Data

Ethiopia is located in the center of the Horn of Africa (Figure 2). Its longitude range is 33°–48° E and its latitude range is 3°–15° N. Ethiopia is adjacent to Somalia and Djibouti in the east, Kenya in the south, Eritrea in the north and Sudan in the west. Ethiopia has a very complex terrain (Figure 2). More than 60% of its territory is 1000 m above sea level, the national average altitude is 2000–2500 m and there are also extinct volcanoes that are more than 3500 m high, and thus, it is called the “Roof of Africa” [15]. The East African Rift Valley divides Ethiopia into eastern and western parts. The western plateau is the main body of Ethiopia, and the terrain trend is from east to west; the southeast of Ethiopia is a low plateau with an altitude of 500–1500 m.
Ethiopia is dominated by a plateau climate. Although it is located in the tropics, due to the large differences in latitude and altitude, the air temperature is uneven. The temperature in most parts of Ethiopia is 14~27 °C, and the annual average air temperature is about 22 °C. Because of the great variance in the topography of Ethiopia, the precipitation in different regions in Ethiopia is also very different. Some regions have sufficient rainfall all year round, while some regions are dry and rainless all year round. Moreover, the rainfall in most regions is seasonal. Ethiopia’s precipitation comes partly from the Indian Ocean in the northeast and partly from the Atlantic Ocean in the west. The wind over the Red Sea can also bring a small amount of rainfall to the northern region in winter. The area with the largest precipitation in Ethiopia is the central plateau area, where the annual precipitation can reach 2000 mm. The minimum precipitation occurs in the northeast, which is less than 400 mm [16]. In addition, the period from June to September is the local rainy season, during which the total rainfall will account for 90% of the whole year; therefore, the seasonal distribution of rainfall in Ethiopia is uneven.
In this study, the daily climate observation data during 1990–2020 were collected from 21 meteorological stations in Ethiopia (Figure 3, Table 1). Due to geographical and environmental factors, the distribution of meteorological stations is sparse and irregular.

4.2. Downscaling Analysis and Results

We used our hybrid of MLPs to generate high-resolution climate maps in Ethiopia by utilizing the observed climate data from 21 meteorological stations and topographic data from Google Earth. In order to demonstrate the accuracy of our model, we randomly chose observation data from 16 meteorological stations to train the hybrid of MLPs and then used the observation data from the remaining 5 meteorological stations to test the accuracy of the obtained high-resolution maps. The nice coupling of continuous topographic data and sparse climate data in the input of the hybrid of MLPs could significantly enhance the learning ability of our model in the downscaling process, and thus, our hybrid of MLPs generated more accurate downscaling results than multi-linear regression or a pure MLP.

4.2.1. Precipitation

We used our hybrid of MLPs to downscale sparse daily observed precipitation data and generated precipitation maps with a resolution of 0.1° × 0.1°. We compared the accuracy of the high-resolution precipitation maps generated using three algorithms: the hybrid of MLPs, a pure MLP and multi-linear regression (Table 2). In terms of accuracy indicators, namely, mean absolute percentage error (MAPE) and coefficient of determination ( R 2 ) , our hybrid of MLPs demonstrated significantly better downscaling performance than multi-linear regression: the R 2 value attained when using our hybrid of MLPs was 0.08–0.13 higher than that found when using multi-linear regression, and the MAPE value attained when using our hybrid of MLPs was 7.36–10.72% lower than that found when using multi-linear regression. Compared with a pure MLP, the R2 value attained when using the hybrid of MLPs was increased by 0.06 and the MAPE found when using the hybrid of MLPs was decreased by 3.62. This means that the downscaling performance of our hybrid of MLPs was also better than that of a pure MLP.
The high-resolution spatial distribution map of the mean annual precipitation in Ethiopia from 1990 to 2020 is shown in Figure 4. The East African Rift Valley divides Ethiopia into an eastern flat lowland region and a western highland region. By comparing the mean annual precipitation distribution (Figure 4) and topographic features (Figure 2), an obvious difference in annual precipitation between the eastern and western regions was found. Ethiopia’s precipitation was significantly affected by altitude: it went from an arid climate in the eastern flat lowland region to a humid climate in the western highland region. The annual precipitation in Ethiopia was mainly concentrated in the western highland regions, and it increased with altitude. The eastern lowland region had a flat terrain and significantly less precipitation. Figure 5 shows high-resolution maps of the monthly average precipitation generated by our hybrid of MLPs. Less precipitation occurred from December to February. From May to October, affected by the humid southeast monsoon, the precipitation gradually increased; in particular, the precipitation reached the maximum during June to August.

4.2.2. Air Temperature

We used the hybrid of MLPs to downscale the sparse air temperature observations and generated an air temperature map with a resolution of 0.1° × 0.1°. The two statistical indicators in Table 3 showed the downscaling performance of our hybrid of MLPs, a pure MLP and multi-linear regression. Our hybrid of MLPs showed significantly better downscaling performance than multi-linear regression. The MAPE value attained when using the hybrid of MLPs was 0.5~4.17% lower than that found when using the multi-linear regression, the R 2 values attained when using hybrid of MLPs was 0.05–0.19 higher than that found when using multi-linear regression. The hybrid of MLPs was also better than the pure MLP: the R2 value attained when using the hybrid of MLPs was increased by 0.08 and the MAPE value was decreased by 2.13.
The high-resolution map of Ethiopia’s mean annual air temperature generated using the hybrid of MLPs is shown in Figure 6. During 1990–2020, the mean annual air temperature in Ethiopia was about 16–28 °C. By comparing the mean annual air temperature distribution (Figure 6) and topographic features (Figure 2), the annual air temperature in Ethiopia significantly decreased with the increase in altitude: it went from a hot climate in the eastern terrain to a cool climate in the western plateau. Since the central region is the Ethiopian plateau with an average altitude of nearly 3000 m, the air temperature for this region was the lowest in Ethiopia. The high air temperature was mainly concentrated in the northeast and southeast, and the highest annual air temperature reached 28 °C.
The high-resolution monthly air temperature maps generated using the hybrid of MLPs are shown in Figure 7. The air temperature in Ethiopia gradually increased from March to August, with the highest air temperature of 31 °C. The coldest months in Ethiopia were November and December, where the lowest air temperature reached 13 °C. From the monthly air temperature high-resolution map, it was found that the climate in Ethiopia was characterized by a high air temperature in summer and a low temperature in winter. The air temperature decreased with altitude. In most months, the air temperature in the central region was lower than that in other regions.

5. Conclusions

Many developing countries are extremely vulnerable to climate change due to their rain-fed agriculture, weak industry basis and backward infrastructure. At the same time, meteorological stations in these developing countries are always sparse and irregularly distributed; these limited climate observations are insufficient to meet the needs of mitigating climate risks and improving resilience and adoption measures. Mainstream geostatistical downscaling techniques use spatial interpolation or multi-linear regression to produce high-resolution climate maps. Since global climate evolution is a nonlinear process governed by complex physical principles, these linear downscaling techniques cannot achieve the desired accuracy. The latest statistical learning techniques can extract nonlinear relations, but they cannot use different-resolution observation data as model inputs. In this study, we developed a hybrid of MLPs to solve these issues.
Our hybrid of MLPs not only fully coupled different-resolution observation data but also identified the complex nonlinear relationships without considering physical principles in advance. Compared with existing geostatistical algorithms, our hybrid of MLPs is the first geostatistical algorithm to utilize a strong link between observed climate variables to generate high-resolution climate maps. Our algorithm does not need to use a huge amount of GCM outputs like the statistical downscaling model (SDSM) does and has a simple network structure, and thus, its computation cost is very low. As a demonstration experiment, we generated high-resolution precipitation and air temperature maps using sparse observation data from 21 meteorological stations in Ethiopia. The accuracy of the high-resolution climate maps generated using our hybrid of MLPs clearly outperformed those created using a multi-linear regression model or a pure MLP. If we can obtain observations of more climate variables (e.g., humidity, wind and atmospheric pressure) at these Ethiopian meteorological stations, higher accuracy high-resolution climate maps can be achieved. Although we only demonstrated the generation of high-resolution Ethiopian climate maps, our hybrid of MLPs can generate high-resolution climate maps from sparse observation data in any developing country.

Author Contributions

Y.H. and Z.Z. were co-first authors, and F.T.K. provided the observation data used in this study. The scientific calculations in this paper was done on the HPC Cloud Platform of Shandong University. All authors have read and agreed to the published version of the manuscript.

Funding

This research was partially supported by the European Commission Horizon 2020 Framework Program No. 861584 and the Taishan Distinguished Professor Fund No20190910.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Santos, R.M.; Bakhshoodeh, R. Climate change/global warming/climate emergency versus general climate research: Comparative bibliometric trends of publications. Heliyon 2021, 7, e08219. [Google Scholar] [CrossRef] [PubMed]
  2. Masson-Delmotte, V.; Zhai, P.; Pirani, A.; Connors, S.L.; Péan, C.; Berger, S.; Huang, M.; Yelekçi, O.; Yu, R.; Zhou, B.; et al. IPCC: Climate Change 2021: The Physical Science Basis. In Contribution of Working Group I to the Sixth Assessment Report of the Intergovernmental Panel on Climate Change; Cambridge University Press: Cambridge, UK, 2021. [Google Scholar]
  3. Chen, H.; Xu, C.-Y.; Guo, S. Comparison and evaluation of multiple GCMs, statistical downscaling and hydrological models in the study of climate change impacts on runoff. J. Hydrol. 2012, 434–435, 36–45. [Google Scholar] [CrossRef]
  4. Wilby, R.L.; Dawson, C.W. The Statistical DownScaling Model: Insights from one decade of application. Int. J. Climatol. 2013, 33, 1707–1719. [Google Scholar] [CrossRef]
  5. Gulacha, M.M.; Mulungu, D.M.M. Generation of climate change scenarios for precipitation and temperature at local scales using SDSM in Wami-Ruvu River Basin Tanzania. Phys. Chem. Earth Parts A/B/C 2017, 100, 62–72. [Google Scholar] [CrossRef]
  6. Huth, R.; Kliegrová, S.; Metelka, L. Non-linearity in statistical downscaling: Does I bring an improvement for daily temperature in Europe? Int. J. Climatol. 2008, 28, 465–477. [Google Scholar] [CrossRef]
  7. Jing, W.; Yang, Y.; Yue, X.; Zhao, X. A comparison of different regression algorithms for downscaling monthly satellite-based precipitation over north China. Remote Sens. 2016, 8, 835. [Google Scholar] [CrossRef] [Green Version]
  8. Mei, Y.; Maggioni, V.; Houser, P.R.; Xue, Y.; Rouf, T. A Nonparametric Statistical Technique for Spatial Downscaling of Precipitation over High Mountain Asia. Water Resour. Res. 2020, 56, e2020WR027472. [Google Scholar] [CrossRef]
  9. Wu, Y.; Zhang, Z.; Crabbe, M.J.C.; Das, L.C. Statistical Learning-based Spatial Downscaling Models for Precipitation Distribution. Adv. Meteorol. 2022, 2022, 3140872. [Google Scholar] [CrossRef]
  10. García Nieto, P.J.; Lasheras, F.S.; García-Gonzalo, E.; de Cos Juez, F.J. PM10 Concentration forecasting in the metropolitan area of Oviedo (Northern Spain) using models based on SVM, MLP, VARMA and ARIMA: A case study. Sci. Total Environ. 2018, 621, 753–761. [Google Scholar] [CrossRef] [PubMed]
  11. Amin, S. Back propagation-artificial neural network (BP-ANN): Understanding gender characteristics of older driver accidents in west midlands of United Kingdom. Saf. Sci. 2020, 122, 104539. [Google Scholar] [CrossRef]
  12. Zhang, Z.; Li, J. Big Data Mining for Climate Change; Elsevier: Amsterdam, The Netherlands, 2020. [Google Scholar]
  13. Fath, A.H.; Madanifar, F.; Abbasi, M. Implementation of multilayer perceptron (MLP) and radial basis function (RBF) neural networks to predict solution gas-oil ratio of crude oil systems. Petroleum 2020, 6, 80–91. [Google Scholar] [CrossRef]
  14. Zuo, Z.; Xiao, D. Linking global to regional climate change. Clim. Change Res. 2021, 17, 705–712. [Google Scholar]
  15. Shuai, S.; Dong, L.; Long, L.Y.; Khan, K.; Fang, X.; Fang, L. Temporal and spatial characteristics of extreme climate in Ethiopia and its potential impact on crop yield. J. Resour. Ecol. 2018, 9, 290–301. [Google Scholar]
  16. Orkodjo, T.P.; Kranjac-Berisavijevic, G.; Abagale, F.K. Impact of climate change on future precipitation amounts, seasonal distribution, and streamflow in the Omo-Gibe basin, Ethiopia. Heliyon 2022, 8, e09711. [Google Scholar] [CrossRef]
Figure 1. Using the hybrid of MLPs to generate a high-resolution map of climate factor Y by using three topographic factors T 1 , T 2 and T 3 and sparse climate observations X 1 , X 2 and X 3 .
Figure 1. Using the hybrid of MLPs to generate a high-resolution map of climate factor Y by using three topographic factors T 1 , T 2 and T 3 and sparse climate observations X 1 , X 2 and X 3 .
Mathematics 11 01239 g001
Figure 2. Topographic map of Ethiopia.
Figure 2. Topographic map of Ethiopia.
Mathematics 11 01239 g002
Figure 3. Distribution of meteorological stations in Ethiopia.
Figure 3. Distribution of meteorological stations in Ethiopia.
Mathematics 11 01239 g003
Figure 4. High-resolution map of the mean annual precipitation in Ethiopia during 1990–2020 generated using our hybrid of MLPs.
Figure 4. High-resolution map of the mean annual precipitation in Ethiopia during 1990–2020 generated using our hybrid of MLPs.
Mathematics 11 01239 g004
Figure 5. High-resolution maps of the mean monthly precipitation in Ethiopia during 1990–2020 generated using the hybrid of MLPs.
Figure 5. High-resolution maps of the mean monthly precipitation in Ethiopia during 1990–2020 generated using the hybrid of MLPs.
Mathematics 11 01239 g005
Figure 6. High-resolution map of the mean annual air temperature in Ethiopia during 1990–2020 generated using the hybrid of MLPs.
Figure 6. High-resolution map of the mean annual air temperature in Ethiopia during 1990–2020 generated using the hybrid of MLPs.
Mathematics 11 01239 g006
Figure 7. High-resolution maps of the mean monthly air temperature in Ethiopia during 1990–2020 generated using the hybrid of MLPs.
Figure 7. High-resolution maps of the mean monthly air temperature in Ethiopia during 1990–2020 generated using the hybrid of MLPs.
Mathematics 11 01239 g007
Table 1. Geographical locations of 21 meteorological stations in Ethiopia.
Table 1. Geographical locations of 21 meteorological stations in Ethiopia.
StationLatitudeLongitudeElevation (m)Station LatitudeLongitudeElevation (m)
Addis38.808.982354Jijiga42.729.37 1557
Arba37.566.061220Jimma36.827.67 1710
Atnago36.958.301847Jinka36.565.781373
Awassa38.487.071694Konso37.445.341431
Bulki36.816.282430Mehal39.6610.313084
Bullen36.0810.601659Metehara39.928.87952
Butajra38.388.122074Neghele39.275.331439
Debre37.74 10.332446Tulu38.218.662190
Dire41.909.611045Wolaita37.756.821854
Gondar37.4312.521973Wolkite37.778.281884
Hosana37.867.572306
Table 2. Accuracy of high-resolution precipitation maps generated using three models.
Table 2. Accuracy of high-resolution precipitation maps generated using three models.
ModelsMAPE (%)R2
RangeMeanRangeMean
Multi-linear regression14.58–41.3325.310.73–0.80.79
Pure MLP5.82–38.3119.790.73–0.890.82
Hybrid of MLPs3.86–33.9716.170.81–0.940.88
Table 3. Accuracy of high-resolution air temperature maps generated using three models.
Table 3. Accuracy of high-resolution air temperature maps generated using three models.
ModelsMAPE (%)R2
RangeMeanRangeMean
Multi-linear regression1.48–6.944.090.65–0.880.76
Pure MLP2.13–6.333.800.75–0.910.82
Hybrid of MLPs0.98–2.771.960.84–0.930.90
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.

Share and Cite

MDPI and ACS Style

Han, Y.; Zhang, Z.; Kobe, F.T. The Hybrid of Multilayer Perceptrons: A New Geostatistical Tool to Generate High-Resolution Climate Maps in Developing Countries. Mathematics 2023, 11, 1239. https://doi.org/10.3390/math11051239

AMA Style

Han Y, Zhang Z, Kobe FT. The Hybrid of Multilayer Perceptrons: A New Geostatistical Tool to Generate High-Resolution Climate Maps in Developing Countries. Mathematics. 2023; 11(5):1239. https://doi.org/10.3390/math11051239

Chicago/Turabian Style

Han, Yue, Zhihua Zhang, and Fekadu Tadege Kobe. 2023. "The Hybrid of Multilayer Perceptrons: A New Geostatistical Tool to Generate High-Resolution Climate Maps in Developing Countries" Mathematics 11, no. 5: 1239. https://doi.org/10.3390/math11051239

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

Article Metrics

Back to TopTop