Abstract

The presented paper compares forecast of drought indices based on two different models of artificial neural networks. The first model is based on feedforward multilayer perceptron, sANN, and the second one is the integrated neural network model, hANN. The analyzed drought indices are the standardized precipitation index (SPI) and the standardized precipitation evaporation index (SPEI) and were derived for the period of 1948–2002 on two US catchments. The meteorological and hydrological data were obtained from MOPEX experiment. The training of both neural network models was made by the adaptive version of differential evolution, JADE. The comparison of models was based on six model performance measures. The results of drought indices forecast, explained by the values of four model performance indices, show that the integrated neural network model was superior to the feedforward multilayer perceptron with one hidden layer of neurons.

1. Introduction

Droughts are natural disasters and extreme climate events with large impact in different areas of economy, agriculture, water resources, tourism, and ecosystems. The reviews of significant drought events, their impacts, description, mitigation, and propagation in time are presented in detail in [13].

The drought indices are essential tools for explaining the severity of drought events. They are mainly represented in a form of time series and are used in drought modeling and forecasting [4]. The intercomparison of different drought indices connected with the development of forecasting tools was studied in large number of research studies [59].

The recent development of artificial neural networks (ANN) has a significant impact on the application of those techniques for the forecasting of drought indices. The ANN models are mostly represented by the nonlinear data driven black box modeling techniques. Empirical studies confirm that the multilayer perceptron (MLP) trained by the backpropagation algorithm is one of the most frequently studied ANN models, since it is a universal approximator [1015].

The important direction in ANN research in water resources is the development and application of hybrid and integrated neural network models [1619]. For example, Shamseldin and O’Connor [20] used the feedforward MLP for updating the outflow forecast. Huo et al. [16] developed the two versions of integrated ANN models and successfully applied them on monthly outflow forecast. The first version of integrated ANN models uses several outputs from several MLP models as inputs to final MLP; the second aggregates those outputs from several MLP models into one input to final MLP.

The main aims of the presented paper are to develop and apply several models of integrated neural networks for forecasting of drought indices and compare the integrated ANN models with the currently known models based on MLP. The rest of the paper is organized as follows. Section 2 describes drought indices, architecture of tested neural network models, model performance measures, training method, and datasets. Section 3 shows the results and discussion. Section 4 concludes the paper.

2. Material and Methods

2.1. Drought Indices

The studied droughts were described using the two drought indices: the standardized precipitation index, SPI index [2123], and the standardized precipitation evapotranspiration index, SPEI index [24, 25].

The SPI index is based on the evaluation of precipitation data. The precipitation data are linked to the selected probability distribution, which is further standardized using the normal distribution with zero mean and standard deviation of one. It is often expressed as a meteorological drought index [11], and it is used for the assessment of agricultural and hydrological droughts [21].

The estimation of SPI consists of the determination of probability distribution of analyzed precipitation data, the calculation of probabilities for measured precipitation data from cumulative distribution function of fitted probability distribution, and the application of the inverse of distribution function of normalized normal distribution on probabilities [21, 22].

The SPEI drought index is based on the precipitation and potential evapotranspiration data. The information about the potential evapotranspiration temperature is mostly derived using the temperature data. The SPEI index is expressed using the differences between precipitation and potential evapotranspiration. Its calculation technically follows the derivation of SPI index; the only difference is that instead of the precipitation time series the time series of the abovementioned differences are used [24, 25].

The estimation of SPI and SPEI drought indices was made using the R package [26]. The probability distribution of SPEI was expressed using the three-parameter log-logistic probability distribution; the SPI probability distribution was calculated using the Gamma distribution. The parameters were identified using the method of unbiased probability weighted moments [24, 25].

The SPI indicates the extremity of droughts. The SPI values split the range into extremely dry , severely dry , moderately dry , and near neutral conditions [22, 23].

2.2. sANN Model

The architecture of the first analyzed neural network model was based on the feedforward multilayer perceptron with one hidden layer of neurons, sANN (the single ANN model; see Figure 1). This type of neural network architecture has been already applied on drought indices forecast [10, 11, 27].

The sANN model has the following mathematical formula:where is a network output, that is, drought index forecast for a given time interval, is network input for input layer neuron normalized on the interval , is the number of MLP inputs, is the weight of the connection between input and hidden layer neuron , is the activation function for all hidden layer neurons, is the number of hidden neurons, is the weight of the connection between the hidden neuron and output neuron, and , are biases of neurons [14, 28, 29].

The type of activation function of neurons in hidden layer was the RootSig [30, 31]. Its form iswith .

Since the neurons weights of sANN are unknown real parameters, their values were estimated using training algorithms and calibration and validation dataset of analyzed time series of drought indices. The number of hidden layer neurons was selected according to the current experience with drought indices forecast using the ANN models [10, 11, 27]. The presented analysis was focused on testing three sets of ANN models with different numbers of hidden layer neurons; .

2.3. hANN Model

The newly proposed hANN integrates five MLP (sANN) models. Figure 1 shows its scheme. The hANN is formed from two layers of sANN models. The first layer consists of four sANN. The second layer is formed from one sANN. Outputs of the first layer of sANN are inputs to the sANN in the second layer. The final forecast of the time series of selected drought index is obtained from the output from the last MLP. The tested architecture of hANN model was based on the integrated neural network model of Huo et al. [16].

The main enhancement lies in the inputs of the last MLP model. The inputs are obtained from four outputs from sANN models, which were trained according to the different neural network performance statistics: MSE, dMSE, tPI, and CI (see Section 2.4). Suggested approach combines the specific aspects of training sANN using different performance indices in one hybrid neural network. The last MLP is an error correction model or static updating model of drought index forecast [20, 32].

The unknown parameters of hANN are the real values of all sANN weights. Values of weights were estimated using the global optimization algorithm and calibration and validation datasets. We tested only those hANN models for which all five sANNs had the same number of neurons in the hidden layers. The training of hANN is explained in Section 2.5. The analyzed hANN models used the same inputs sets on four sANN in the first layer of hANN.

2.4. The Performance of ANN Models

The evaluations of ANN simulations of time series of drought indices for training and for validation datasets were based on the following statistics [3335].

Mean Absolute Error (MAE)

Mean Squared Error (MSE)

Means Squared Error in Derivatives (dMSE)

Nash-Sutcliffe (NS) Efficiency

Transformed Persistency Index (tPI)

Persistency Index (PI)

Combined Index (CI)

Persistency Index 2 (PI2) represents the total number of time intervals to be predicted, is the average of observed drought index , , and , LAG is the time shift describing the last observed drought index , and LAG is equal to two in the presented analysis. PI2 was applied on the comparison of forecast with made by two different neural network models.

2.5. The ANN Training Method

The training of tested sANN was based on solving inverse problems using the global optimization algorithm. The values of sANN parameters were found according to the minimization of performance indices MSE, dMSE, tPI, and CI. The performance indices were estimated on times series of analyzed drought indices. All sANNs were trained in batch mode. Only the single objective optimization methods were used [13, 36].

The training of hANN consisted of two steps. The first step was related to the training of four sANN models. Each sANN model had been trained using one of the four main objective functions: MSE, dMSE, tPI, and CI. The second step was based on the training of the last sANN. The fifth sANN was trained using one of the four objective functions and global optimization algorithm in batch mode. Training of one hANN was built on solving five single objective optimization problems [16].

The adaptive differential evolution, JADE, was applied as a main global optimization algorithm [37]. JADE is an adaptive version of differential evolution, which was developed by Storn and Price [38]. It is a nature inspired heuristics. The optimization process is based on the iterative work with population of models. Each population member is represented by the vector of its parameters. The differential evolution combines the mutation, crossover, and selection operators [39, 40].

The used adaptive mutation operator has the following formula:The value of ANN weight is changed during the th iteration using parameter, which is randomly selected from top models of population, and are weights of randomly selected models from population, and is the mutation factor, which is adaptively adjusted using the Cauchy distribution. The top models in populations are those which have the best values of analyzed objective function in a given generation. The binomial crossover operator is controlled by the crossover probability , which is automatically updated using the normal distribution. The detailed explanation of JADE parameter adaptation together with selection of is presented in the work of Zhang and Sanderson [37].

2.6. The Dataset Description

We used for the drought indices neural network prediction the data obtained from two watersheds. The data were part of large dataset prepared within the MOPEX experiment framework [41, 42]. The MOPEX dataset provides the benchmark hydrological and meteorological data, which were explored in large number of environmentally oriented studies [4347].

The first basin was Leaf River near Collins Mississippi with area 1924.36 km2 USGS ID-02472000 and the second was the Santa Ysabel Creek near Ramona California, 290.07 km2 USGS ID-11025500; both catchments are located in the USA. The original daily records were aggregated into the monthly time scale. We used the records from the period 1948–2002. The calibration period was formed from the period 1948–1975; the validation dataset consisted of the records from the period 1975–2002. The standard length of analyzed benchmark dataset was used in the presented study [42].

Table 1 shows the inputs for tested neural network models on both catchments. The forecasted output was for both SPI and SPEI drought indices. was the monthly mean of averages of differences between daily maximum and minimum temperatures.

Although there were several derived automatic linear and nonlinear procedures of input selection for ANN models, the applied input selection procedure was iterative. Estimations of cross-correlation and autocorrelation of input time series were used for making the decision about the final tested input sets [4850]. Since ANN models are capable of capturing the nonlinearities between the input and output data, we compared the ANN simulations, which were obtained using several combinations of different input variables with different memories. Table 1 presents the final list of the tested inputs.

The nonlinear transformation was applied on all ANN datasets. Its form waswith original data , transformed , and minimum of untransformed data . This nonlinear transformation emphasises the low values, which are connected to severe drought events.

3. Results and Discussion

In our experiment, we analyzed for each inputs set 3 sANN architectures. They were formed by three different numbers of hidden neurons . All sANN and hANN models were calibrated 25 times using 4 objective functions, , , , and , and JADE optimizer. All five sANN models in one hANN had the same value of . In total, we tested 1800 sANN models and 1800 hANN models.

The initial settings of JADE hyperparameters were similar for all ANN model runs. The population of models consisted of 20 × number of weights in sANN or hANN; the was randomly selected from 45% percent of the best models in population. The best models in given generation were those which were sorted according to the values of objective function. The number of generations was 40. The selected values balanced the exploration and exploitation during the search process and helped to avoid the premature convergence of the population of the models. The hyperparameter of (12) was set to 0.15.

The results of ANN models trained using the dMSE were omitted in our presentation, since all models provided the worst results. However, outputs generated by sANN trained by the dMSE were inputs to the last sANN in all tested hANN models.

Since the Persistency Index (PI) is sensitive to timing error of forecast and enables the comparison of the simulation of drought indices with the naive model, formed by the last known information about drought index [33], we selected it as a main reference index.

3.1. The Forecast of SPI Index

The results of medians of model performance indices on SPI forecast are presented in Tables 2, 3, and 4. The medians were calculated for each set of 25 simulation runs. The SPI results are in several aspects similar to those of SPEI forecast.

When comparing the results of hANN with the results of sANN formed from single multilayer perceptron, the results of hANN were superior in terms of the medians of MAE, dMSE, MSE, and PI on calibration period for both catchments.

hANN models with nine inputs provided better SPI forecast according to the values of medians of PI index than models with six and three inputs. Similar recommendations on input datasets were confirmed in [10, 51].

The best models according to the medians of PI values were hANN models with 9-8-1 architecture with the last sANN trained by the MSE on Santa Ysabel Creek calibration dataset (PI = 0.80). The best values of median of Persistency Index (PI = 0.79) were obtained from hANN forecast on validation dataset using Leaf River dataset, 9-6-1 architecture, and tPI for optimization of last sANN (see Table 4).

Figures 2 and 3, respectively, show the forecast of SPI in calibration and validation, which were obtained using the hANN models with the highest values of medians of Persistency Index.

Results of PI2 index for the models with 9--1 architecture show that 9-8-1 architecture was superior for SPI forecast on validation datasets for both analyzed catchments (see Table 5). The comparison of calibration results shows that the 9-6-1 architecture has the highest values of PI2 on Santa Ysabel Creek dataset, and 9-8-1 has highest values of PI2 on Leaf River calibration dataset.

Table 6 shows the results of PI2 index, which were calculated using the results of hANN with 9--1 architecture. Values of PI2 enable us to compare the tested ANN models according to the performance of the optimization function, which were applied on training of the last MLP. The hANN models with the last sANN trained by the tPI were superior to hANN with last sANN trained using MSE or CI on calibration and validation Leaf River datasets.

The Santa Ysabel Creek datasets show that the best results were obtained by the tPI optimization for calibration of the last sANN of hANN models according to PI2. The values of PI2 for validation dataset show that hANN with the last sANN trained using the MSE provided better simulation results than the remaining hANN models (see Table 6).

3.2. The Forecast of SPEI Index

The mean performance of neural network models was explained using the medians of model evaluation metrics. The medians were obtained from the results of 25 runs on each basin for each ANN model architecture. Tables 7, 8, and 9 show the results of the evaluations of SPEI forecasts using the medians of MAE, MSE, dMSE, NS, and PI.

The integrated hANN models were superior to single multilayer perceptron models sANN in terms of the best values of medians of performance indices MAE, MSE, dMSE, and PI for both catchments. One of the exceptions can be found in Leaf River dataset: the NS of the single MLP for 3-8-1 trained using MSE on calibration and validation periods. However, this sANN model with the highest values of NS did not produce the highest values of PI (see the calibration period for 3-8-1 hANN and 3-8-1 sANN for Leaf River in Table 7).

hANN model results obtained from nine SPEI inputs were superior to the results obtained from ANN models with three and six inputs. Simulation results from hANN models with three inputs were superior in terms of PI to hANN models with six inputs in the first layer of sANN. Incorporation of other information into the ANN inputs did not improve the SPEI forecast.

The hANN models with 9-8-1 and 9-6-1 sANN architectures trained on tPI index were superior in terms of the values of PI for both catchments for calibration results. The calibration results of the best hANN models trained on tPI for both catchments are shown in Figure 4. The best simulation results according to the medians of PI were obtained for hANN on sANN architectures 9-8-1, 9-6-1 trained on tPI and MSE for both basins. The time series are shown in Figure 5.

When comparing hANN architectures with 9 inputs, the best models according to the PI2 were those with 6 hidden layer neurons in calibration of Leaf River dataset, while on validation data the best PI2 values were obtained from hANN modes with eight hidden layer neurons. On Santa Ysabel datasets, the models with best PI2 indices were hANN with 8 hidden layer neurons for calibration, while hANN models with 6 hidden neurons were superior to the validation dataset (see Table 10).

Table 11 shows the comparison of the influence of different optimization functions on the calibration and validation of hANN models with nine inputs. The optimization based on MSE was capable of providing better hANN models than the optimizations which used tPI and CI, on Leaf River dataset. The tPI optimization function enabled us to find hANN models, which had had better PI2 values in Santa Ysabel datasets. Note that the differences between PI2 for tPI and MSE are very small.

3.3. Discussion

The results of our computational experiment show the high similarities of values of SPI and SPEI drought indices. The values of correlation coefficients between the SPEI and SPI values were 0.98 for Leaf River dataset and 0.99 for Santa Ysabel dataset. Small differences between both drought indices reflect the fact that the temperatures trends were not apparent in both analyzed datasets [24, 25].

We used the single multilayer perceptron model as a main benchmark model for hANN. This model showed its simulation abilities and was compared with other forecasting techniques, for example, ARIMA models [11, 13, 27].

The comparison of ANN and hANN clearly confirms the finding which was made by Shamseldin and O’Connor [20] and Goswami et al. [32]. It shows the benefits of newly tested neural network model. The updating of simulated values of drought indices using the additional MLP was in all cases successful in terms of the improvement of SPEI and SPI drought forecast according to PI values. Similar overall benefits of the integrated neural network models were confirmed by [16] on simulations of monthly flows.

Our computational exercise also confirms the improvements of hANN drought forecast in terms of correcting the time shift error [11, 34, 35]. The tested hybrid neural network models decreased the overall time shift error in terms of dMSE values. However, the differences between hANN models trained on CI, designed to correct the time shift error, did not show significant improvements over the hANN trained on MSE or tPI.

The increased accuracy of drought index forecast was also influenced by using a model with the higher number of parameters. The simplest sANN with 3 inputs and 4 hidden layer neurons had 21 parameters, while the hANN with 9 inputs and 8 hidden layer neurons had 405 parameters. The high number of parameters may limit the application of hANN model in the case where other parsimonious models with similar simulation performances are available.

4. Conclusions

We analyzed the forecast of two drought indices, SPEI and SPI, using two types of neural network models. The first model was based on the feedforward neural network with three layers of neurons. The second one integrates the drought forecasts from five single multilayer perceptrons trained by the four different performance measures into the hybrid integrated neural network.

The SPEI and SPI neural network forecast was based on the data obtained from the period 1948–2002 from two US watersheds. The analyzed data were collected under MOPEX framework.

When evaluating the ANN models performance, the results of four from five model performance indices show that hybrid ANN models were superior to the single MLP models.

When comparing three different input sets on the SPEI and SPI forecast, the input sets with nine lagged monthly values of SPEI and SPI indices were superior. Adding the other types of inputs did not improve the results of neural network forecast.

The tested hANN and sANN models were trained using adaptive differential evolution. The nature inspired global optimization algorithm was capable of successfully training neural networks models. The optimization was based on four functional relationships describing model performance: MSE, dMSE, tPI, and CI indices. The worst training results were obtained with ANN models based on dMSE.

When comparing hANN models according to the number of neurons in the hidden layer, two neural network architectures, 9-6-1 and 9-8-1, generated the highest values of PI2 on SPEI and SPI forecast. Also when evaluating the influence of different optimization functions on hANN performance using PI2, the tPI and MSE neural network performance functions were superior to dMSE and CI.

Although SPEI and SPI indices are using the precipitation data and have some degree of similarity, the best predictions were obtained using the different combination of neural network model and training and training criteria.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.