1,188
Views
29
CrossRef citations to date
0
Altmetric
Articles

Modelling of infiltration using artificial intelligence techniques in semi-arid Iran

ORCID Icon, , , , &
Pages 1647-1658 | Received 07 Dec 2018, Accepted 23 Jul 2019, Published online: 24 Sep 2019

ABSTRACT

Infiltration plays a fundamental role in streamflow, groundwater recharge, subsurface flow, and surface and subsurface water quality and quantity. In this study, adaptive neuro-fuzzy inference system (ANFIS), support vector machine (SVM) and random forest (RF) models were used to determine cumulative infiltration and infiltration rate in arid areas in Iran. The input data were sand, clay, silt, density of soil and soil moisture, while the output data were cumulative infiltration and infiltration rate, the latter measured using a double-ring infiltrometer at 16 locations. The results show that SVM with radial basis kernel function better estimated cumulative infiltration (RMSE = 0.2791 cm) compared to the other models. Also, SVM with M4 radial basis kernel function better estimated the infiltration rate (RMSE = 0.0633 cm/h) than the ANFIS and RF models. Thus, SVM was found to be the most suitable model for modelling infiltration in the study area.

Editor S. Archfield Associate editor F.-J. Chang

1 Introduction

Infiltration is fundamental for irrigated agriculture and for streamflow, groundwater recharge, subsurface flow, and surface and subsurface water quality and quantity, Precipitation is separated into surface and subsurface flows through infiltration. The action of infiltration through soil is influenced by several factors, such as antecedent soil moisture, soil texture and type, soil density, hydraulic conductivity and precipitation, as welll as hydrological features (Angelaki et al. Citation2018, Singh et al. Citation2018b). Numerous models have been developed for estimating infiltration by various researchers, such as Green and Ampt (Citation1911), Kostiakov (Citation1932), Horton (Citation1941), Holtan (Citation1961) Philip (Citation1957a, Citation1957b), the Soil Conservation Service (SCS) (Citation1972), Parlange (Citation1971a, Citation1971b, Citation1972a, Citation1972b, Citation1975, Citation1982, Citation1985), Singh and Yu (Citation1990), Corradini et al. (Citation1994), as well as Sihag et al. (Citation2017a). Most of these models are point or local and assume that soil is homogeneous with constant moisture content and constant hydraulic conductivity. Only a few models have been effectively implemented in the field or at large spatial scales. Some of the models have also been compared (see Angelaki et al. Citation2013).

The physical and hydraulic characteristics of soil often vary at different locations in the same watershed, and the temporal and spatial inconsistency of soil properties is a major obstacle in the estimation of infiltration at the basin scale (Babaei et al. Citation2018). The spatial variability of infiltration rate – due to both crop type and agricultural practices – makes irrigation water management difficult.

Soils are not often homogeneous. In hydrological forecasting, effective precipitation is schematized using a two-layered vertical soil profile (Taha et al. Citation1997). Upscaling of local infiltration modelling to the field scale is needed, which is difficult because of the spatial variability of soil and its hydraulic properties (Loague and Gander Citation1990). Local physical infiltration models are based on the law of mass conservation and Darcy’s law; empirical models rely on field and laboratory measurements, and semi-empirical models are based on simple hypotheses on the relationship between infiltration rate and cumulative infiltration. The latter infiltration models have been developed for vertically homogeneous soils with uniform initial moisture content and constant density.

In recent years, artificial intelligence techniques have been employed for the estimation of infiltration (e.g. Sy Citation2006, Tiwari et al. Citation2017, Sihag et al. Citation2018b, Citation2018c, Citation2018a). These techniques, which include adaptive neuro-fuzzy inference systems (ANFIS), artificial neural networks (ANN), suppport vector machine (SVM), M5 model trees (M5P), the Gaussian process (GP), random forest (RF) and gene expression programming (GEP), have been found to estimate infiltration as well as or better than empirical models (Schaap and Leij Citation1998, Achari et al. Citation1999, Erzin et al. Citation2009, Anari et al. Citation2011, Das et al. Citation2011, Arshad et al. Citation2013, Al-Sulaiman Citation2015, Elbisy Citation2015, Azamathulla et al. Citation2016, Nain et al. Citation2018, Parsaie et al. Citation2017a, Rahmati Citation2017, Singh et al. Citation2017, Citation2018a, Citation2019, Tiwari et al. Citation2017, Sihag et al. Citation2017b, Citation2017c, Citation2019a, Citation2019b, Sihag Citation2018, Kumar et al. Citation2019, Kumar and Sihag Citation2019, Tiwari et al. Citation2019, Mohanty et al. Citation2019, Sepahvand et al. Citation2019). However, few studies have incorporated the spatial variability of soil hydraulic properties in arid regions and described the spatial variability of infiltration using artificial intelligence techniques. The objective of this study, therefore, is to develop infiltration models using three artificial intelligence techniques – ANFIS, SVM and RF – to determine the spatial variability of infiltation in arid areas of Iran.

2 Artificial intelligence techniques

2.1 Adaptive neuro-fuzzy inference system (ANFIS)

The ANFIS model (Takagi and Sugeno Citation1985) is a combination of ANN and fuzzy logic (FL) based approaches, applying both ANN and FL principles. ANFIS has the capability to combine the merits of both approaches in a single model. The ANFIS inference system develops a relationship among input and output variables in the form of IF–THEN rules that have the potential to solve nonlinear or complex problems. The ANFIS structure with two inputs and a single output is shown in . The first-order Sugeno type was used to generate the model with two IF–THEN rules as follows:

  • Rule 1 If x is A1 and y is B1, then f1 = p1x + q1y + s1

  • Rule 2 If x is A2 and y is B2, then f2 = p2x + q2y + s2

Figure 1. Structure of the ANFIS model.

Figure 1. Structure of the ANFIS model.

where A1, A2 and B1, B2 are membership funcctions (MF) for inputs x and y, respectively; and p1, q1, r1 and p2, q2, r2 are parameters of the output function.

In the first layer, all input variables provide the class membership with the MF and in Layer 2, all membership classes are multiplied together. In Layer 3, the entire classes of members are normalized and in Layer 4, the involvement of all rules is calculated. In the final layer (Layer 5), the target variable is calculated as the weighted average of class membership (Parsaie et al. Citation2017b, Sihag et al. Citation2017c, Tiwari et al. Citation2018, Tiwari and Sihag Citation2018).

The ANFIS has two learning algorithms, hybrid and back-propagation methods, which try to minimize the error among the actual and estimated values. The ANFIS model is able to solve any complex or non-linear problems with high accuracy. In this study, an ANFIS model was designed for estimating the infiltration process in arid regions of Iran.

2.2 Support vector machine (SVM)

Vapnik (Citation1995) recommended the use of support vector regression, which entails choosing a ε -insensitive loss function. The loss function permits the idea of a margin amid two classes to be used. The margin is demonstrated as the gap between the two distinct classes and hyperplane. The primary intention of SVM is to perceive a function which presents the utmost ε deviation relative to the actual target vector for the input training set and is prone to making it as flat as possible (Cortes and Vapnik Citation1995). Vapnik proposed the use of kernel tricks to work out nonlinear SVM based regression. For further details on SVM, the reader is referred to Vapnik (Citation1999) and Smola and Schölkopf (Citation2004).

The performance of SVM methods relies upon the appropriate selection of kernel functions, which are finalized after a number of trials on different kernels. Three kernels were finalized, i.e the polynomial kernel, the radial basis kernel (RBF) and the Pearson VII universal kernel function (PUK), which are expressed as follows:

Polynomial kernel:

(1) Kxi,xj=xi.xj + 1d(1)

Radial basis kernel (RBF): (2)

PUK kernel:

(3) Kxixj=11+2xixj221ω-1σ2ω(3)

The performance of these kernels relies on the setting of control variables. The values of C, d*, ω, σ and γ are the primary parameters of the models.

The main limitations of SVM are overfitting and the selection of a suitable kernel function. The SVM model is time-consuming for large datasets and it is difficult to understand and interpret the final model, variable weights and individual impact, since the final model is not so easy to see and one cannot do small calibrations to the model.

2.3 Random forest (RF)

The random forest technique was introduced by Breiman (Citation1999) and contains an assembly of several trees. Each tree represents a particular classification and chooses the classification. The random forest approach selects the classification which has a higher choice in the forest. The tree is mature if N is the number of cases in the training set. N cases at random with replacement from original data may be the input dataset to mature the tree. The design of random forest regression allows a tree to grow up to a maximum height of new training data using the mixing of variables. The m variables are selected randomly out of K input variables for the best split and the value of m should be less than K and fixed. A tree is developed up to a large extent without pruning. RF can effectively contain several input variables in a large and complex dataset.

The main limitation of RF is that a large number of trees can develop, making the algorithm too slow and unproductive for real-time estimations. In general, the RF algorithm is fast to train, but quite time-consuming to create estimations after training. A more precise estimation needs extra trees, which results in a slower model. In most real-world applications the random forest algorithm is fast enough, but there can certainly be situations where run-time performance is important and other approaches would be preferred.

2.4 Selection of the best fitting model

To asses the capability of the models, four performance statistics were estimated and the models with the best goodness-of-fit were chosen as the best ones. The performace criteria, correlation coefficient (CC), coefficient of determination (R2), root mean square error (RMSE) and Nash-Sutcliffe efficiency (NSE) were calculated as follows:

(4) CC=NOP(O)(P)N(O2)(O)2N(P2)(P)2(4)
(5) R2=NOP(O)(O)N(O2)(O)2N(P2)(P)22(5)
(6) RMSE=1Ni=1NPO2(6)
(7) NSE=1i=1NOP2i=1NOOˉ2(7)

where O and P are the observed and predicted values, respectively; N is the number of observations and Oˉ is the average of observed values.

3 Materials and methods

3.1 Study area

This study was carried out on bare land areas in western Iran: the Davood Rashid (47°41′34.21″E, 33°33′30.31″N) and Honam (48°16′41.97″E, 33°47′20.01″N) regions in Lorestan Province, and the Kelat region (47°50′38.97″E, 32°38′26.37″N) in Ilam Province. The study areas are shown in .

Figure 2. Location of the study area and sampling points.

Figure 2. Location of the study area and sampling points.

3.2 Methodology

Infiltration data were collected using a double-ring infiltrometer of 30 cm and 60 cm diameter, consisting of two concentric rings with 30 cm depth. The infiltrometer was gently driven into the soil up to 10 cm depth. The rings were fixed in location with the least interruption of the soil surface. Both rings were filled with water at the same level and the primary water level was recorded. Then, cumulative infiltration of water vs time was monitored. For each sample, the infiltration experiments were continued until the infiltration rate reached a steady value. The infiltration rate was then calculated from the measured cumulative infiltration data. In order to measure the bulk density (BD) and the soil moisture content, an undisturbed soil sample was collected from the surface (near to the fixed infiltrometer), using a core sampler of 10.5 cm diameter and 11.54 cm height (i.e. 1000 cm3). The soil moisture content was determined by the gravimetric method. The observations of initial and final infiltration rate and properties of the soil for all the sites are listed in .

Table 1. Soil and hydraulic properties of sample sites 1–16. Init. inf.: initial infiltration rate; Steady inf.: steady infiltration rate. C: clay; Si: silt; S: sand; D: density; W: moisture content.

3.3 Data analysis

The dataset contains measurable soil and hydraulic properties,including variables, time (t), sand (S), clay (C), silt (Si), soil density (D), soil moisture (W), cumulative infiltration (F(t)), and infiltration rate (f(t)), which were measured or calculated at 16 different locations in the study areas in western Iran (Section 3.1). The complete dataset and features are listed in the Supplementary material, Table S1. presents the input variables and input combinations considered for modelling of cumulative infiltration and infiltration rate. Accordingly, 10 models were considered; 70% of the data was selected for training the models and the remaining 30% was used for testing.

Table 2. Selecting different models for modelling of cumulative infiltration and infiltration rate.

3.4 Model implementation

This was the first attempt to implement the ANFIS models for estimating the infiltration process. The SVM, RF and ANFIS techniquest are believed to be able to capture the relationships among the inputs and output after training with actual data.

In this study, preparing the models comprised several steps. First, the input data (sand, silt, clay, density and moisture content) were analysed in detail. The more accurate the selected inputs are, the more realistic the infiltration estimation will be. The SVM was created and configured using the WEKA 3.9 software. Considering the different characteristics of the problem, the most suitable user-defined parameters were selected after a trial-and-error procedure. After experimenting with different training functions, the most suitable training function was chosen for the problem. The C, d*, omega, sigma and gamma values were determined through trial and error. Preparation of the RF model is similar to the SVM model. In the RF model, the number of features (k) and instances (I) were determined through trial and error.

The ANFIS model was designed and trained by using MATLAB 2013b software, ANFIS designer. For the ANFIS interpretation, the Sugeno Inference System was chosen. In the ANFIS structure, the implication of the errors is different from that of the RF and SVM. In order to find the optimal result, the epoch size is not limited. The parameters were optimized after numerous trials. In the ANFIS model four shapes of membership functions – triangular (trimf), trapezoidal (tramf), generalized bell shape (gbell) and Gaussian – were used in model development with a hybrid algorithm.

The model was trained numerous times until the required precision level was achieved and the error minimized. The four statistical parameters (CC, R2, RMSE and NSE; Section 2.4) were used to evaluate the performance of the developed models. The training data (70% of the dataset) was selected for training the SVM, RF and ANFIS models, and the testing data (30%) was used to evaluate the performance of the developed models.

4 Results and discussion

4.1 ANFIS

The ANFIS model was implemented using MATLAB 2013a software. Developing the Sugeno fuzzy rule-based ANFIS is a trial-and-error process based on the data (Supplementary material, Table S1); the dataset was separated into two parts for training and testing. The shapes of MFs, which have the best performance with the models, are given in . For estimating cumulative infiltration, the ANFIS model C5 () with triangular function (trimf) performed better than other models in testing (CC = 0.9965, R2 = 0.9931, RMSE = 0.4385 cm and NSE = 0.9921). For estimating infiltration rate, the ANFIS model M6 with generalized bell shape (gbell) (dependent variables time, sand, clay and moisture content of soil) performed better than the other models in testing (CC = 0.9239, R2 = 0.8536, RMSE = 0.0887 cm/h and NSE = 0.8521). The performance of the best fit ANFIS models for cumulative infiltration and infiltration rate are shown in and , respectively. The overall performance of the ANFIS model is suitable for estimating the cumulative infiltration and infiltration rate of the soil.

Table 3. Performance assessment using ANFIS based models. MF: membership function. The best-fit models are indicated by bold values. Membership functions (MF): trimf: triangular; tramf: trapezoidal; gbell: generalized bell shape.

Figure 3. Performance of C5 triangular membership function-based ANFIS model for cumulative infiltration of soil – testing dataset.

Figure 3. Performance of C5 triangular membership function-based ANFIS model for cumulative infiltration of soil – testing dataset.

Figure 4. Performance of M6 generalized bell shape membership function-based ANFIS model for infiltration rate of soil – testing dataset.

Figure 4. Performance of M6 generalized bell shape membership function-based ANFIS model for infiltration rate of soil – testing dataset.

4.2 SVM

The SVM model was implemented using WEKA 3.9 software. Three kernel functions were used in this study. presents the results obtained (CC, R2 and RMSE) by the SVM models for cumulative infiltration and infiltration rate. For estimating cumulative infiltration, the performance criteria show that the SVM model C10 with RBF (dependent variables time, sand, clay, silt, density of soil, soil moisture content) performed better than other models in testing (CC = 0.9984, R2 = 0.9969, RMSE = 0.2781 cm and NSE = 0.9968). For estimating infiltration rate, the SVM model M4 with RBF (dependent variables time, sand, density) performed better than other models in testing (CC = 0.9650, R2 = 0.9312, RMSE = 0.0631 cm/h and NSE = 0.9246). The performance of best-fit SVM model for cumulative infiltration and infiltration rate is shown in and , respectively. Overall, the SVM model is suitable for estimating cumulative infiltration and infiltration rate.

Table 4. Performance assessment of SVM based models. The best-fit models are indicated by bold values.

Figure 5. Performance of C10 RBF kernel function-based SVM model for cumulative infiltration of soil – testing dataset.

Figure 5. Performance of C10 RBF kernel function-based SVM model for cumulative infiltration of soil – testing dataset.

Figure 6. Performance of M4 RBF kernel function-based SVM model for infiltration rate of soil – testing dataset.

Figure 6. Performance of M4 RBF kernel function-based SVM model for infiltration rate of soil – testing dataset.

4.3 RF

The RF model was also implemented using WEKA 3.9 software and it is the same as the SVM model. The optimum values of the primary parameters (k = 10, m = 1 and I = 100) were kept constant for comparison among models. Three kernel functions were used in this study. presents the results obtained (CC, R2 and RMSE) by RF models for cumulative infiltration and infiltration rate. The performance criteria show that RF-based models C10 and M10 (dependent variables time, sand, clay, silt, density of soil, soil moisture content) performed better than other models in testing for estimating the cumulative infiltration (CC = 0.9824, R2 = 0.9650, RMSE = 0.9677 cm and NSE = 0.9615) and for estimating infiltration rate (CC = 0.9650, R2 = 0.9123, RMSE = 0.0707 cm/h and NSE = 0.9054). The performance of the best fit RF model for cumulative infiltration and infiltration rate of soil is shown in and , respectively. The overall performance of the RF model was suitable for estimating cumulative infiltration and infiltration rate.

Table 5. Performance assessment of RF-based models for cumulative and infiltration rate. The best-fit models are indicated by bold values.

Figure 7. Performance of C10 RF model for cumulative infiltration of soil – testing dataset.

Figure 7. Performance of C10 RF model for cumulative infiltration of soil – testing dataset.

Figure 8. Performance of M10 RF model for infiltration rate of soil – testing dataset.

Figure 8. Performance of M10 RF model for infiltration rate of soil – testing dataset.

4.4 Comparison of models

and and suggest that the RBF-based SVM models worked better than the ANFIS and RF-based models. Model C10 (dependent variables time, sand, clay, silt, density of soil, soil moisture content) and M4 (dependent variables time, sand, density) performed better than the models based on other input combinations for cumulative infiltration and infiltration rate, respectively. and show the actual and estimated curves of 16 sites using the ANFIS, SVM and RF-based models for cumulative infiltration and infiltration rate, respectively. While and indicate that estimated values using the RBF-based SVM model were closer to the line of perfect agreement for cumulative infiltration and infiltration rate, respectively, and indicate that estimated values using the RBF-based SVM model followed the same path as followed by actual values of cumulative infiltration and infiltration rate, respectively.

Table 6. Results of different modelling approaches for cumulative infiltration and infiltration rate. The best-fit models are indicated by bold values.

Figure 9. Agreement of actual and estimated values of cumulative infiltration of soil using ANFIS, SVM and RF-based models – testing period.

Figure 9. Agreement of actual and estimated values of cumulative infiltration of soil using ANFIS, SVM and RF-based models – testing period.

Figure 10. Actual and estimated cumulative infiltration curves of the 16 study sites using ANFIS, SVM and RF-based models.

Figure 10. Actual and estimated cumulative infiltration curves of the 16 study sites using ANFIS, SVM and RF-based models.

Figure 11. Agreement plot of actual and estimated values of infiltration rate using ANFIS, SVM and RF-based models – testing period.

Figure 11. Agreement plot of actual and estimated values of infiltration rate using ANFIS, SVM and RF-based models – testing period.

Figure 12. Actual and estimated infiltration rate curves of the 16 study sites using ANFIS, SVM and RF-based models.

Figure 12. Actual and estimated infiltration rate curves of the 16 study sites using ANFIS, SVM and RF-based models.

4.5 Sensitivity analysis

The most effective parameters for estimating of infiltration process by SVM were defined via a simple approach. This approach describes the effect of each parameter on model performance to estimate the output (Mehdipour et al. Citation2018). First, regarding models C10 and M4, all parameters are considered as inputs for SVM. Then, one of the input parameters is removed from and again the model is prepared with the same structure. It is notable that the models were considered regarding the same user-defined parameters as desribed in the model development section. The performance of the models in the absence of one input parameter at a time was assessed using the error indices CC and RMSE. Clearly, removing one of the input parameters resulted in a change in model performance. Depending on the severity of such change, the effect of each parameter can be assessed. The results of the sensitivity analysis of SVM are given in and for cumulative infiltration and infiltration rate, respectively. As may be seen in , the absence of time (t) causes a dramatic decrease in the accuracy of models; therefore, this parameter is considered the most important one for modelling cumulative infiltration of soil. In the absence of sand (S, %) and time (t) caused a dramatic decrease in the accuracy of the M4 SVM based models; therefore, it these parameters are considered the most essential ones for modelling the infiltration rate of soil for this dataset.

Table 7. Sensitivity analysis using C10 SVM_RBF for cumulative infiltration. The best fit is indicated by bold values.

Table 8. Sensitivity analysis using SVM_RBF. The best fit is indicated by bold values.

5 Conclusions

In this study, ANFIS, SVM and random forest models were used for estimating cumulative infiltration and infiltration rate in arid regions in Iran. Comparison of these models showed that the C10 SVM_RBF model, with the combination of time, sand, clay, silt, soil density and soil moisture, could estimate cumulative infiltration with much less error than the other models. The results of the performance assessment showed that the M4 SVM_RBF model, with the combination of time, sand and soil density, performed better than other models for estimating infiltration rate. Sensitivity analysis suggest that time (t) is the most important parameter in estimating cumulative infiltration, whereas time and percentage of sand are the most essential parameters for estimating infiltration rate using SVM-based modelling for the arid regions of Iran.

Supplemental material

Supplemental Material

Download MS Word (60.6 KB)

Disclosure statement

No potential conflict of interest was reported by the authors.

Supplementary material

Supplementary data for this article can be accessed here.

References

  • Achari, M.S., Dhakshinamurthy, M., and Arunachalam, G., 1999. Studies of the influence on paper mill effluents on the yield, availability and uptake of nutrients in rice. Journal of the Indian Society of Soil Science, 47 (2), 276–280.
  • Al-Sulaiman, M.A., 2015. Applying of an adaptive neuro fuzzy inference system for prediction of unsaturated soil hydraulic conductivity. Biosciences, Biotechnology Research Asia, 12 (3), 2261–2272. doi:10.13005/bbra/1899
  • Anari, P.L., Darani, H.S., and Nafarzadegan, A.R., 2011. Application of ANN and ANFIS models for estimating total infiltration rate in an arid rangeland ecosystem. Research Journal of Environmental Sciences, 5 (3), 236. doi:10.3923/rjes.2011.236.247
  • Angelaki, A., et al., 2018. Estimation of models for cumulative infiltration of soil using machine learning methods. ISH Journal of Hydraulic Engineering, 1–8. doi:10.1080/09715010.2018.1531274
  • Angelaki, A., Sakellariou-Makrantonaki, M., and Tzimopoulos, C., 2013. Theoretical and experimental research of cumulative infiltration. Transport in Porous Media, 100 (2), 247–257. doi:10.1007/s11242-013-0214-2
  • Arshad, M., Shoaib, A., and Beg, I., 2013. Fixed point of a pair of contractive dominated mappings on a closed ball in an ordered dislocated metric space. Fixed Point Theory and Applications, 2013 (1), 115. doi:10.1186/1687-1812-2013-115
  • Azamathulla, H.M., Haghiabi, A.H., and Parsaie, A., 2016. Prediction of side weir discharge coefficient by support vector machine technique. Water Science and Technology: Water Supply, 16 (4), 1002–1016.
  • Babaei, F., et al., 2018. Spatial analysis of infiltration in agricultural lands in arid areas of Iran. CATENA, 170, 25–35. doi:10.1016/j.catena.2018.05.039
  • Breiman, L., 1999. Random forests. Berkeley, CA: University of Calfornia at Berkeley, Reoprt TR567.
  • Corradini, C., Melone, F., and Smith, R.E., 1994. Modeling infiltration during complex rainfall sequences. Water Resources Research, 30 (10), 2777–2784. doi:10.1029/94WR00951
  • Cortes, C. and Vapnik, V., 1995. Support-vector networks. Machine Learning, 20 (3), 27297. doi:10.1007/BF00994018
  • Das, L., et al., 2011. Centennial scale warming over Japan: are the rural stations really rural? Atmospheric Science Letters, 12 (4), 362–367. doi:10.1002/asl.v12.4
  • Elbisy, M.S., 2015. Support Vector Machine and regression analysis to predict the field hydraulic conductivity of sandy soil. KSCE Journal of Civil Engineering, 19 (7), 2307–2316. doi:10.1007/s12205-015-0210-x
  • Erzin, Y., et al., 2009. Artificial neural network (ANN) models for determining hydraulic conductivity of compacted fine-grained soils. Canadian Geotechnical Journal, 46 (8), 955–968. doi:10.1139/T09-035
  • Green, W.H. and Ampt, G.A., 1911. Studies on soil phyics. The Journal of Agricultural Science, 4 (1), 1–24. doi:10.1017/S0021859600001441
  • Holtan, H.N., 1961. Concept for infiltration estimates in watershed engineering. Washington, DC: US Department of Agriculture.
  • Horton, R.E., 1941. An approach toward a physical interpretation of infiltration-capacity 1. Soil Science Society of America Journal, 5 (C), 399–417. doi:10.2136/sssaj1941.036159950005000C0075x
  • Kostiakov, A.N., 1932. On the dynamics of the coefficient of water percolation in soils and the necessity of studying it from the dynamic point of view for the purposes of amelioration. Transactions of the Sixth Committee of the International Society of Soil Science, 1, 7–21.
  • Kumar, M. and Sihag, P., 2019. Assessment of infiltration rate of soil using empirical and machine learning‐based models. Irrigation and Drainage, 68, 588–601. doi:10.1002/ird.2332
  • Kumar, M., Sihag, P., and Singh, V., 2019. Enhanced soft computing for ensemble approach to estimate the compressive strength of high strength concrete. Journal of Materials and Engineering Structures, JMES, 6 (1), 93–103.
  • Loague, K. and Gander, G.A., 1990. R‐5 revisited: 1. Spatial variability of infiltration on a small rangeland catchment. Water Resources Research, 26 (5), 957–971. doi:10.1029/WR026i005p00957
  • Mehdipour, V., et al., 2018. Comparing different methods for statistical modeling of particulate matter in Tehran, Iran. Air Quality, Atmosphere & Health, 11 (10), 1155–1165. doi:10.1007/s11869-018-0615-z
  • Mohanty, S., et al., 2019. Estimating the strength of stabilized dispersive soil with cement clinker and fly ash. Geotechnical and Geological Engineering, 37 (4), 1–12. doi:10.1007/s10706-019-00808-1
  • Nain, S.S., Sihag, P., and Luthra, S., 2018. Performance evaluation of fuzzy-logic and BP-ANN methods for WEDM of aeronautics super alloy. MethodsX, 5, 890–908. doi:10.1016/j.mex.2018.04.006
  • Parlange, J.Y., 1971a. Theory of water movement in soils: 1. One-dimensional absorption. Soil Science, 111 (2), 134–137. doi:10.1097/00010694-197102000-00010
  • Parlange, J.Y., 1971b. Theory of water movement in soils: 2. One-imensional infiltration. Soil Science, 111 (3), 170–174. doi:10.1097/00010694-197103000-00004
  • Parlange, J.Y., 1972a. Theory of water movement in soils. 6. Effect of water depth over soil. Soil Science, 133, 308–312. doi:10.1097/00010694-197205000-00002
  • Parlange, J.Y., 1972b. Theory of water movement in soils. 8. One-dimensional infiltration with constant flux at the surface. Soil Science, 114, 1–4. doi:10.1097/00010694-197207000-00001
  • Parlange, J.Y., 1975. A note of the Green & Ampt equation. Soil Science, 119, 466–467. doi:10.1097/00010694-197506000-00009
  • Parlange, J.Y., et al., 1982. The three parameter infiltration equation. Soil Science, 133, 337–341. doi:10.1097/00010694-198206000-00001
  • Parlange, J.Y., Havercamp, R., and Touma, J., 1985. Infiltration under ponded conditions: 1. Optimal analytical solution and comparison with experimental observations. Soil Science, 139, 305–311. doi:10.1097/00010694-198504000-00003
  • Parsaie, A., et al., 2017b. Predication of discharge coefficient of cylindrical weir-gate using adaptive neuro fuzzy inference systems (ANFIS). Frontiers of Structural and Civil Engineering, 11 (1), 111–122. doi:10.1007/s11709-016-0354-x
  • Parsaie, A., Yonesi, H., and Najafian, S., 2017a. Prediction of flow discharge in compound open channels using adaptive neuro fuzzy inference system method. Flow Measurement and Instrumentation, 54, 288–297. doi:10.1016/j.flowmeasinst.2016.08.013
  • Philip, J.R., 1957a. Theory of infiltration: 1. The infiltration equation and its solution. Soil Science, 83, 435–448. doi:10.1097/00010694-195706000-00003
  • Philip, J.R., 1957b. Theory of infiltration: 4. Sorptivity and algebraic infiltration equations. Soil Science, 84, 257–264. doi:10.1097/00010694-195709000-00010
  • Rahmati, M., 2017. Reliable and accurate point-based prediction of cumulative infiltration using soil readily available characteristics: a comparison between GMDH, ANN, and MLR. Journal of Hydrology, 551, 81–91. doi:10.1016/j.jhydrol.2017.05.046
  • Schaap, M.G. and Leij, F.J., 1998. Using neural networks to predict soil water retention and soil hydraulic conductivity. Soil and Tillage Research, 47 (1–2), 37–42. doi:10.1016/S0167-1987(98)00070-1
  • SCS (Soil Conservation Service), 1972. National engineering handbook, section 4: hydrology. Washington, DC: Department of Agriculture, 762.
  • Sepahvand, A., et al., 2019. Assessment of the various soft computing techniques to predict sodium absorption ratio (SAR). ISH Journal of Hydraulic Engineering, 1–12. doi:10.1080/09715010.2019.1595185
  • Sihag, P., 2018. Prediction of unsaturated hydraulic conductivity using fuzzy logic and artificial neural network. Modeling Earth Systems and Environment, 4 (1), 189–198. doi:10.1007/s40808-018-0434-0
  • Sihag, P., et al., 2018a. Modeling the infiltration process with soft computing techniques. ISH Journal of Hydraulic Engineering, 1–15. doi:10.1080/09715010.2018.1464408
  • Sihag, P., et al., 2019a. Modeling unsaturated hydraulic conductivity by hybrid soft computing techniques. Soft Computing, 1–14. doi:10.1007/s00500-019-03847-1
  • Sihag, P., et al., 2019b. Model-based soil temperature estimation using climatic parameters: the case of Azerbaijan Province, Iran. Geology, Ecology, and Landscapes, 1–13. doi:10.1080/24749508.2019.1610841
  • Sihag, P., Jain, P., and Kumar, M., 2018b. Modeling of impact of water quality on recharging rate of storm water filter system using various kernel function based regression. Modelling Earth Systems and Environment, 4 (1), 61–68. doi:10.1007/s40808-017-0410-0
  • Sihag, P., Tiwari, N.K., and Ranjan, S., 2017a. Estimation and inter-comparison of infiltration models. Water Science, 31 (1), 34–43. doi:10.1016/j.wsj.2017.03.001
  • Sihag, P., Tiwari, N.K., and Ranjan, S., 2017b. Modelling of infiltration of sandy soil using gaussian process regression. Modeling Earth Systems and Environment, 3 (3), 1091–1100. doi:10.1007/s40808-017-0357-1
  • Sihag, P., Tiwari, N.K., and Ranjan, S., 2017c. Prediction of unsaturated hydraulic conductivity using adaptive neuro-fuzzy inference system (ANFIS). ISH Journal of Hydraulic Engineering, 1–11. doi:10.1080/09715010.2017.1381861
  • Sihag, P., Tiwari, N.K., and Ranjan, S., 2018c. Support vector regression-based modeling of cumulative infiltration of sandy soil. ISH Journal of Hydraulic Engineering, 1–7. doi:10.1080/09715010.2018.1439776
  • Singh, B., et al., 2018a. Estimation of trapping efficiency of vortex tube silt ejector. International Journal of River Basin Management, 1–38. doi:10.1080/15715124.2018.1476367
  • Singh, B., Sihag, P., and Deswal, S., 2019. Modelling of the impact of water quality on the infiltration rate of the soil. Applied Water Science, 9 (1), 15. doi:10.1007/s13201-019-0892-1
  • Singh, B., Sihag, P., and Singh, K., 2017. Modelling of impact of water quality on infiltration rate of soil by random forest regression. Modeling Earth Systems and Environment, 3 (3), 999–1004. doi:10.1007/s40808-017-0347-3
  • Singh, B., Sihag, P., and Singh, K., 2018b. Comparison of infiltration models in NIT Kurukshetra campus. Applied Water Science, 8 (2), 63. doi:10.1007/s13201-018-0708-8
  • Singh, V.P. and Yu, F.X., 1990. Derivation of infiltration equation using systems approach. Journal of Irrigation and Drainage Engineering, 116 (6), 837–858. doi:10.1061/(ASCE)0733-9437(1990)116:6(837)
  • Smola, A.J. and Schölkopf, B., 2004. A tutorial on support vector regression. Statistics and Computing, 14 (3), 199–222. doi:10.1023/B:STCO.0000035301.49549.88
  • Sy, N.L., 2006. Modelling the infiltration process with a multi-layer perceptron artificial neural network. Hydrological Sciences Journal, 51 (1), 3–20. doi:10.1623/hysj.51.1.3
  • Taha, A., Gresillon, J.M., and Clothier, B.E., 1997. Modelling the link between hillslope water movement and streamflow: application to a small Mediterranean forest watershed. Journal of Hydrology, 203 (1–4), 11–20. doi:10.1016/S0022-1694(97)00081-4
  • Takagi, T. and Sugeno, M., 1985. Fuzzy identification of systems and its application to modeling and control. IEEE Transaction on System, Man and Cybernetics, SMC-15, 116–132. doi:10.1109/TSMC.1985.6313399
  • Tiwari, N.K., et al., 2018. Prediction of trapping efficiency of vortex tube ejector. ISH Journal of Hydraulic Engineering, 1–9. doi:10.1080/09715010.2018.1441752
  • Tiwari, N.K., et al., 2019. Estimation of tunnel desilter sediment removal efficiency by ANFIS. Iranian Journal of Science and Technology, Transactions of Civil Engineering, 1–16. doi:10.1007/s40996-019-00261-3
  • Tiwari, N.K. and Sihag, P., 2018. Prediction of oxygen transfer at modified Parshall flumes using regression models. ISH Journal of Hydraulic Engineering, 1–12. doi:10.1080/09715010.2018.1473058
  • Tiwari, N.K., Sihag, P., and Ranjan, S., 2017. Modeling of infiltration of soil using adaptive neuro-fuzzy inference system (ANFIS). Journal of Engineering & Technology Education, 11 (1), 13–21.
  • Vapnik, V.N., 1995. The nature of statistical learning theory. New York, NY: Springer-Verlag.
  • Vapnik, V.N., 1999. An overview of statistical learning theory. IEEE Transactions on Neural Networks, 10 (5), 988–999. doi:10.1109/72.788640

Reprints and Corporate Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

To request a reprint or corporate permissions for this article, please click on the relevant link below:

Academic Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

Obtain permissions instantly via Rightslink by clicking on the button below:

If you are unable to obtain permissions via Rightslink, please complete and submit this Permissions form. For more information, please visit our Permissions help page.