Modelling of Angle of Shearing Resistance using Support Vector Machines

DOI : 10.17577/IJERTV3IS030786

Download Full-Text PDF Cite this Publication

Text Only Version

Modelling of Angle of Shearing Resistance using Support Vector Machines

Pratik Goyal,

Dept. Civil Engineering VIT University, Vellore, India

Swaptik Chowdhury,

Dept. Civil Engineering VIT University, Vellore, India

Kaushal Agnihotri

Dept. Civil Engineering VIT University, Vellore, India

Abstract-The determination of the angle of shearing resistance of any soil is an important task in in geotechnical engineering practice. This paper examines the potential of support vector machine (SVM) for predicting the angle of shearing resistance from triaxial test data set. SVM is a statistical learning theory based on a structural risk minimization that minimizes both error and weight terms. The four input variables used for the prediction of angle of shearing resistance are the %fine grained soil, %coarse grained soil, liquid limit and bulk density. Sensitivity analysis has been carried out to investigate the relative importance of each of the input parameters. The sensitivity analysis cleared that liquid limit [LL] influenced angle of shearing resistance the most. Comparison between SVM and some other models is also presented. The result of the study has shown that the SVM approach has the potential to be a practical tool for determination of angle of shearing resistance.

Keywords – Angle of shearing resistance, SVM, Sensitivity analysis.

  1. INTRODUCTION

    For a reliable design of any geotechnical structure, the primary requirement is precise determination of angle of shearing resistance ( ).Angle of shearing resistance is a shear strength parameter and known as the interlocking among the soil particles. It is used to determine the bearing capacity of foundation systems, earth pressure acting on retaining walls and to analyse the stability of natural slopes against slope failures and landslides. It depends mainly on three parameters i.e. soil type, density of soil and plasticity of soil. Clay soils having high plasticity exhibit lower angle of shearing resistance. On the other hand the value of angle of shearing resistance increases as the grain size of soil increases. This important parameter can be computed using laboratory or field tests. Triaxial compression and direct shear tests are the two most common tests for determining the ( ) in the laboratory. The testing procedures of triaxial compression and direct shear tests have been standardized by (ASTM WK3821; ASTM-6528-00) [1,2], respectively and the tests are most suitable for clayey and sandy soils respectively. However, they are laborious, time taking and costly methods. The triaxial test is more desirable for clayey soil and takes a long time to complete. For the sandy soils, the direct box shear test is frequently used and it has simple test procedure than the triaxial test. Since the determination of ( ) by laboratory methods is a time-taking, cumbersome

    limited information and do not provide precise results. The other drawbacks of these equations are the equations are developed by using only one parameter of soil to determine the ( ) [3-6].Whereas the soil has complex structure, inaccurate physical properties and heterogeneities associated with formation of them [7]. In late years, new soft computing methods such as artificial neural networks (ANNs) have been successfully applied to modelling of various geotechnical engineering problems [8]. The insufficiency of ANNs to produce simplified prediction equation can create difficulty in different circumstances. To overcome these problems, an alternative approach has come called support vector machine (SVM). In SVM, high generalization performance is achieved by minimizing the sum of training set error and a term that depends on the Vapnik- Chervonenkis(VC) dimension. There are three distinct characteristics of SVM when it is used to estimate the regression function SVM estimates the regression using a set of linear functions that are defined in a high dimensional space initially then SVM carries out regression estimation by risk minimization where the risk is measured using Vapniks -insensitive loss function. At last, SVM uses a risk function consisting of the empirical error and regularization term which is derived from SRM principal [9,10]. In the content of this paper, new approach based on support vector machine (SVM) are presented for the determination of ( ) value of soils. The datasets for training and testing were obtained from different geotechnical applications in Turkey and literature study performed herein [11]. Four basic soil parameters, the percentage of fine grained (FG), the percentage of coarse grained (CG), liquid limit (LL) and bulk density (BD) were used to the SVM model as input parameters. The result obtained is also compared with other present models

  2. SUPPORT VECTOR MACHINE (SVM)

    The theoretical foundation of support vector machine has been developed by Vapnik [9].SVM is an emerging machine learning technology in which model complexity and prediction error can be minimized simultaneously. This study uses the SVM as a regression technique by introducing – insensitive loss function. In this section, a brief introduction on the construction process of SVM is presented. More points

    can be found in many publications. [9-17] The – insensitive

    loss function can be defined in a following way:

    and costly process, empirical equation based on soil parameters which are determined by basic laboratory tests can be preferred to determine the angle of shearing resistance. However the most of the empirical equations are based on

    L y 0

    for

    f x y

    otherwise L y f x y

    (1)

    Slack variables ( i

    0 and * 0 ) find the degree to

    Consider the training dataset x1, y1,…xl , yl , x is the input and y is equal to the output Rn = n-dimensional vector space; and r = one dimensional vector space; and error insensitive zone. The four inputs variables used for the SVM model in this study are the [FG, CG, LL and BD]. The output

    which samples with error more than can be penalized. The capacity factor (C) ranges from 0 to infinity determines the trade-off between the flatness of function f(x) and the amount up to which deviations larger than are tolerated [19]. In practise, the capacity factor (C) is chosen by trial and error only. Optimization problem is resolved by

    i

    Lagrangian multipliers ( , *) and its answer is given by

    of this model is angle of shearing resistance (). So for this i i

    i i i

    model x= [FG, CG, LL and BD] and y= angle of shearing resistance ().

    [8]

    f x

    support vectors

    * x .x b

    (8)

    The main aim of the SVM is to determine a function f(x) that can approximate the future values precisely. The general

    Where b 1 w.x

    r

    2

    • xs ;

      support vector regression for estimating linear takes the form

      f(x)=(wx)+b (2)

      Where, w Rn and b r ; w = adjustable weight vector; and b = scalar threshold.

      The main objective of the SVM is to discover a function that gives a deviation from the real output (y), which is, at the same time as flat as possible. Flatness is the measure of w in the equation. So the value of w should be minimized as much

      as possible. One way of obtaining this is, by minimizing the Euclidean norm i.e. llwll2= (w,w). It can be written as a convex optimization problem [18].

      Minimize: 1 w 2

      2

      Subjected to:

      i i

      y w.x b i=1,2,…,l (3)

      An important prospect s some Lagrange multipliers will be zero, then these training objects are considered to be irrelevant for the final solution. The training objects with nonzero Lagrange multipliers are called as support vectors

  3. SVM IMPLEMENTATION FOR ANGLE OF SHEARING RESISTANCE () PREDICTION

    In SVM, First of all, each of the input variables (FG, CG, LL and BD) is normalized to their respective maximum value. The output variable, angle of shearing resistance () was also normalized with respect to maximum () value.

    To implement the SVM the dataset has been divided into two subsets;

    1. A training data set: This data set is required to construct the model. In this study, 46 out of a total of 66 data sets are considered for training.

    2. A testing data set: This is required to estimate the

    w.xi

    b yi , i = 1, 2,…,l (4)

    models performance. In this study the remaining 20 out of are used as a testing data set.

    The most adept regression line is defined by minimizing the

    following cost function

    The training and testing data sets have been taken using a sorting technique to maintain the statistical consistency. The main aim of the application of SVM in this study is to get the proper values of design parameters (C&). Though

    1

    Minimize:

    w 2 C l

    *

    identification of the optimal values of design parameters (C &) is a trial and error process, there are some guidelines that

    2

    Subjected to:

    i i

    y w.x b

    i

    i

    w.x b y

    i1 i i

    i ,i=1,2,…,l (5)

    i

    *,i=1,2,…,l (6)

    can be used for selecting the parameters. If C goes to infinitely large, SVM would not permit happening of any error and result in a complex model, whereas if C goes to zero, then the result would tolerate a large number of error and the model would be less complex. A large C allot higher penalties to errors so that the regression is trained to minimize the error with lower generalization, whereas a small C assigns higher penalties to errors, that allows the minimization of margin with errors thus higher generalization ability. With regards to selection of if is too small many support vectors are selected which leads to a risk of overfitting, whereas if is too large, a very few support

    0 & * 0 ,i=1,2,…,l (7)

    vectors are selected, which leads to a reduction in the final

    i i prediction performance [20]. The programming of SVM has been done by using MATLAB and the optimum values of C

    and received in this study are presented in result and discussion section.

  4. SENSITIVITY ANALYSIS

    A sensitivity analysis is being carried out on the constructed model to key out that input variable of data (FG, CG, LL and BD) which has the most significant impact on () prediction. The sensitivity analysis is carried out by varying each of the input variables one at a time, at a constant rate of 30%. The percentage change of the output is calculated for the change of input parameter. The sensitivity

    (S) of each input parameter is calculated from the following formula:

    Where N= number of data.

    In the present study, training, testing and sensitivity analysis of SVM has been carried out by MATLAB.

  5. RESULTS AND DISCUSSIONS

    The four input variables used for the development of SVM model to predict angle of shearing resistance () are FG, CG, LL and BD. The coefficient of correlation (R) of the predicted () with respect to actual (), determined using triaxial test on soil samples is the main creation that is used to evaluate the performance of the SVM model developed in this work.

    The value of (R) should be close to one for a good model.

    The design values of C, and have been decided by trial and

    Fig. 2.perfomance of testing dataset

    Fig. 3.values of *

    error approach, the design values of C, and are 100, 0.01 and 0.001 respectively. Figure 1 depicts the performance of

    successfully captured input and output relation for training

    training dataset. From figure 1, it is clear that the value of (R) is very close to one. Therefore, the developed SVM has

    FINAL EQUATION

    i i

    T

    x x x x

    46

    i i

    i

    exp

    *

    '

    dataset.

    i1 i

    0.02

    (9)

    So, the developed SVM has capability for prediction of

    () at any point. The following equation has been developed

    based on the developed SVM model.

    Fig. 1.perfomance of training dataset

    In this study, the developed SVM model produces 44

    support vectors. These support vectors have been only used for the final prediction. So, there is real advantage attained in terms of sparseness. Sparseness means that a significant number of weights are zero, which has the consequences of producing compact, computationally effective models, which in addition are simple and therefore develop smooth function.

    Many computing methods for predicting () are presented in literature. Among these, three are chosen for the purpose of evaluating the performance of SVM model. These include the GEP model, ANFIS model and ANN [11]. Comparison of the results obtained from SVM model and other models for the training dataset are presented in terms of coefficient of relation (R) in table 1 .Table 1 shows that the SVM method performs better than the other models.

    TABLE.I.

    Values of R for different models

    SVM

    Model

    ANFIS

    Model

    ANN Model

    GEP Model

    R

    0.99

    0.87

    0.89

    0.96

    TABLE.II.

    Input variables and sensitivity values

    Input Variables

    Sensitivity (S %)

    FG

    7.0044

    CG

    4.3496

    LL

    12.544

    BD

    10.510

  6. CONCLUSION AND FUTURE WORK

    • This study describes SVM for prediction of angle of shearing resistance (). The developed equation was developed based on well- established and widely dispersed triaxial test results obtained from the literature.

    • The performance of the SVM model was benchmarked against the ANN and other multiple regression based models.

    • With the use of the developed equation, the values can be estimated without carrying out the sophisticated and time- consuming laboratory or field tests.

    • A finding from the sensitivity analysis results is that the most important parameter governing the () behaviour is the soil liquid limit.

    • The SVM model can be used for practical engineering purposes since it was developed based on tests conducted on clayey and sandy soils with wide range of properties. The proposed model is very simple. The predictive capability of the derived model is limited to the range of data used for its calibration. Despite this limitation, this model can be retrained

ACKNOWLEDGMENT

Authors would like to thank Prof Pijush Samui, VIT University for his support and guidance during the tenure of the project.

REFERENCES

  1. ASTM WK3821 New test method for consolidated drained triaxial compression test for soils.

  2. ASTM D 6528 Consolidated undrined direct simple shear testing of cohesive soils

  3. Bowles, J. E. Engineering properties of soils and their measurement (fourth edition), New York, NY: McGraw-Hill, 1992

  4. Korayem, A. Y., Ismail, K. M., & Sehari, S. Q Prediction of soil shear strength and penetration resistance using some soil properties Missouri Journal of Agricultural Research, 13(4), pp-119140, 1996

  5. Panwar, J. S., & Seimens, J. C.Shear strength and energy of soil failure related to density and moisture Transactions of ASAE, 15, pp- 423427, 1972

  6. Terzaghi, K., Peck, R. B., & Mesri, G. Soil mechanics in engineering practice (2nd ed.). New York, NY: Wiley & Sons, Inc. pp-549, 1996

  7. Jaksa, M. B. The influence of spatial variability on the geotechnical design properties of a stiff, overconsolidated clay Ph.D. thesis, Faculty of Engineering, The University of Adelaide, pp-469, 1995

  8. Kayadelen, C., Estimation of effective stress parameter of unsaturated soils by using artificial neural networks. International Journal for Numerical and Analytical Methods in Geomechanics, pp-10871106, 2008

  9. Vapnik, V. N. The nature of statistical learning theory, Springer,New York, 1995.

  10. Vapnik, V. N. Statistical learning theory, Wiley,New York, 1998

  11. C. Kayadelen ,O. Günaydn ,M. Fener ,A. Demir ,A. Özvan ,Modeling of the angle of shearing resistance of soils using soft computing systems, Expert Systems with Applications 36,pp-1181411826, 1996

  12. Boser, B. E., Guyon, I. M., and Vapnik, V. N. A training algorithm for optimal margin classifiers. 5th Annual ACM Workshop on COLT,

    D. Haussler, ed., ACM Press, Pittsburgh, pp-144152, 1992

  13. Cortes, C., and Vapnik, V. N. Support vector networks. Mach.Learn., 20(3), pp- 273297, 1995

  14. Mukherjee, S., Osuna, E., and Girosi, F,Nonlinear prediction of chaotic time series using support vector machine. Proc., IEEE Workshop on Neural Networks for Signal Processing 7, Institute of Electrical and Electronics Engineers, New York, pp-511519, 1997

  15. Muller, K. R., Smola, A., Ratsch, G., Scholkopf, B., Kohlmorgen, J., and Vapnik, V,Predicting time series with support vector machines. Proc., Int. Conf. on Artificial Neural Networks, Berlin, pp-9991004, 1997

  16. Gualtieri, J. A., Chettri, S. R., Cromp, R. F., and Johnson, L. F. Support vector machine classifiers as applied to AVIRIS data. Summaries of the 8th JPL Airbrone Earth Science Workshop,1996.

  17. Khan, M. S., and Coulibaly, P. Application of support vector machine 587 in lake water level prediction. J. Hydrol. Eng., 11(3), pp-199205, 2006

  18. Smola, A. J Learning with kernels. Ph.D. thesis, Technische University at Berlin, Berlin, GMD Research Series No. 25- 1998

  19. Smola, A. J., and Scholkopf, B. A tutorial on support vector regression. Stat. Comput.,14(3), pp-19922, 2004.

  20. Thissen, U., Pepers, M., Ustuna, B., Melssena, W. J., and Buydensa, L.

M. C. Comparing support vector machines to PLS for spectral regression applications. Chemom. Intell. Lab. Syst., 73(3), pp-169 179, 2004

Leave a Reply