Next Article in Journal
The Relative Importance of Volunteer Tourism (Sustainable/Pro-Social Form of Tourism) Motivation Factors for Young Tourists: A Descriptive Analysis by Continents, Gender, and Frequency
Next Article in Special Issue
Sustainable Application of Hybrid Point Cloud and BIM Method for Tracking Construction Progress
Previous Article in Journal
Sensitive Factors Identification and Scenario Simulation of Water Demand in the Arid Agricultural Area Based on the Socio-Economic-Environment Nexus
Previous Article in Special Issue
Development and Application of Precast Concrete Double Wall System to Improve Productivity of Retaining Wall Construction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Simple and Sustainable Prediction Method of Liquefaction-Induced Settlement at Pohang Using an Artificial Neural Network

1
Department of Civil Engineering, Kyungpook National University, 80 Daehakro, Bukgu, Daegu 41566, Korea
2
Department of Architectural Engineering, Kyungpook National University, 80 Daehakro, Bukgu, Daegu 41566, Korea
*
Author to whom correspondence should be addressed.
Sustainability 2020, 12(10), 4001; https://doi.org/10.3390/su12104001
Submission received: 8 April 2020 / Revised: 9 May 2020 / Accepted: 9 May 2020 / Published: 13 May 2020

Abstract

:
Conventionally, liquefaction-induced settlements have been predicted through numerical or analytical methods. In this study, a machine learning approach for predicting the liquefaction-induced settlement at Pohang was investigated. In particular, we examined the potential of an artificial neural network (ANN) algorithm to predict the earthquake-induced settlement at Pohang on the basis of standard penetration test (SPT) data. The performance of two ANN models for settlement prediction was studied and compared in terms of the R2 correlation. Model 1 (input parameters: unit weight, corrected SPT blow count, and cyclic stress ratio (CSR)) showed higher prediction accuracy than model 2 (input parameters: depth of the soil layer, corrected SPT blow count, and the CSR), and the difference in the R2 correlation between the models was about 0.12. Subsequently, an optimal ANN model was used to develop a simple predictive model equation, which was implemented using a matrix formulation. Finally, the liquefaction-induced settlement chart based on the predictive model equation was proposed, and the applicability of the chart was verified by comparing it with the interferometric synthetic aperture radar (InSAR) image.

1. Introduction

The Pohang earthquake (Mw = 5.4) that struck the Heunghae Basin, around Pohang City, on 15 November 2017, had a damaging effect, leading to liquefaction and lateral spreading. Since the event, several attempts have been made to study the post-earthquake damage [1,2,3,4,5]. However, little attention has been paid to the settlement resulting from the liquefaction. This study tried to predict the liquefaction-induced settlement of Pohang by applying a machine learning algorithm to a standard penetration test (SPT) data and proposes a liquefaction settlement chart based on the results. Before constructing a structure on the ground, design is performed based on the ground investigation results. In addition, many sites, including Pohang, have a lot of SPT data. The SPT is a common method to get ground investigation data.
Assessing liquefaction-induced settlements is a major challenge in geotechnical earthquake engineering since a variety of phenomena such as re-sedimentation or reconsolidation (volumetric strain) of the liquefied soil, ground loss due to venting of liquefied soil (i.e., sand boils or ejecta), lateral spreading under zero volume change, soil-structure interaction ratcheting, and bearing capacity failure are associated with them [6]. For numerical analysis, earthquake-induced liquefaction in the free-field can be interpreted as a 1D phenomenon occurring along a vertical soil column in which earthquake-induced cyclic shear and compressive forces increase the pore pressure and thereby cause a reduction in the transient stiffness and strength of the soil. After liquefaction, reconsolidation occurs in the soil owing to the dissipation of the excess pore pressure (Δu) by means of water flow, and it results in the vertical settlement of the ground surface [7].
Tang et al. [8] classified the significant parameters controlling seismic soil liquefaction into seismic parameters, site conditions, and soil parameters. Out of 22 influence factors, they identified 12 as being significant, and they were the magnitude, epicentral distance, duration, fines content, particle size, grain composition, relative density, drainage condition, degree of consolidation, thickness of the sand layer, depth of the sand layer, and groundwater table. Over the years, researchers have considered some of these significant influence factors for predicting earthquake-induced liquefaction and its effects through machine learning techniques [9,10].
Therefore, simple artificial neural network (ANN) models were adopted to predict liquefaction-induced settlement on the basis of SPT database from the Korea Geotechnical Information DB system [11] and the Pohang earthquake. In the following sections, the research methodology and findings are presented.

2. Motivation and Study Objective

Liquefaction-induced settlement is often calculated by considering numerous parameters and following several complex analytical and numerical procedures. However, obtaining such parameters in the field may not be practicable in most cases, as some of the required data may not be available. Hence, there is a need for an alternative simple settlement prediction procedure that requires a few parameters that are readily obtained from a field observations database. Therefore, the objective of this study is to fill this gap by presenting a tool to predict liquefaction-induced settlement that may occur when an earthquake occurs in the field using SPT data obtained in the past.

3. Methodology

The database used in this study was collected from the Korea Geotechnical Information DB system [11] and the UBCSAND constitutive effective stress model [12]. Through a 1D column analysis, the UBCSAND model estimates the shear-induced deformation from SPT data and earthquake information. SPT data were obtained for five different borehole sites near the epicenter of the earthquake at Pohang. The summary statistics of the data set are presented in Table 1 and the details of the database are in Table A1.
The data set comprised 100 data points (20 data for each borehole) along with the corresponding settlement values. The locations of the boreholes considered in the study are shown in Figure 1.

3.1. Data Division and Preprocessing

The settlement prediction process comprises training and testing. Seventy percent of the entire data set was used for training, and the remaining 30% was used for testing. The data were preprocessed before training the algorithm, to ensure quick convergence and minimize the generalization error. This involved scaling the input variables to the range −1 to +1 by using Equation (1).
X n   =   b a B A × X unscaled   +   a A × b a B A
where A and B are the minimum and maximum values of the unscaled data set, respectively, and a and b are the minimum and maximum values of the scaled data set, respectively.

3.2. Overview of the Artificial Neural Network Model

3.2.1. Basic Concept of ANN

Artificial neural networks (ANNs) are complex mathematical models inspired by biological neurons, and they emulate biological neural networks. They are widely used for nonlinear system modeling and system identification [13]. A typical ANN consists of an input layer, one or more hidden layers, and an output layer. The numbers of layers and neurons in each layer depend on the complexity of the problem under consideration.

3.2.2. Mathematical Representation of ANN Architecture

A neural network in its simplest form can be used to model the relationship between data points x and the corresponding real-valued targets y. Mathematically, if our inputs (x) comprise n features, we can choose weights (w) and bias (b) such that our prediction (y’) is given by Equation (2).
y = w 1 x 1 + + w n x n + b
For easy computation, all the features can be collected into a vector x and all weights into a vector w to express our model compactly using the dot product notation—Equation (3).
y = w τ x + b
ANNs can learn by example (supervised learning). In ANNs, a set of input variables are multiplied by adjustable connection weights to produce the output. When input data are fed to an ANN, the ANN adjusts through a feed-forward back-propagation technique to determine the rules governing the relationship between the concerned variables. Figure 2 shows a graphical depiction of a typical feedforward ANN architecture. A neural network is trained using error back-propagation.
Two ANN models were considered in this study, and they are shown in Figure 3. Both models had three input variables. The input variables of model 1 were unit weight (γ), corrected SPT blow count (N1(60)), and cyclic stress ratio (CSR), while those of model 2 were depth of the soil layer (d), N1(60), and CSR.
The choice of input parameters was based on domain knowledge. They were chosen by considering how the seismic and soil properties influence liquefaction-induced settlement. The soil properties considered were γ, N1(60), and d, while the CSR represented the seismic property. The CSR quantifies the demand imposed on the critical soil layer as a result of the seismic ground motion.

4. Results and Discussion

Table 2 summarizes the performance statistics of the two ANN models used for settlement prediction. For the test data set, models 1 and 2 had R2 (coefficient of determination) values of 0.8601 and 0.7352 and MAE (mean of absolute errors) values of 0.1941 and 0.3136, respectively.
After the models were trained, the root mean square error (RMSE) and loss were plotted to check the models’ performance for the training and test data sets, as shown in Figure 4 and Figure 5. The x-axis represents the number of epochs (i.e., the number of times the model ran through the entire training/test data set and updated the weights).
Figure 6 and Figure 7 show the performance of the ANN models in terms of R2 for the test data set.
A comparison of models 1 and 2 in terms of the prediction accuracy shows that the prediction accuracy of the former is higher. The difference in the R2 correlation between the two models is about 0.12.
From the results shown in Figure 5 and Figure 6, it can be concluded that there exists a strong correlation between the model predictions and the actual settlement in both cases considered.
In this study, ANN models composed of two or more hidden layers were considered, and it was found that the difference in accuracy between models with two or more hidden layers and the model with the single hidden layer was not significant. Therefore, an ANN model using one layer was used.

4.1. ANN-Based Numerical Equation

A simple equation was developed to predict the liquefaction-induced settlement. The optimal ANN model structure used for the purpose is shown in Figure 8, and its associated weights with biases are presented in Table 3.
The optimal-ANN-model-based numerical equation for settlement prediction can be expressed as Equation (4).
f s i g   =   σ z = 1 1 + e z
where T12 is the output variable, namely, the predicted settlement value (S), Bk is the bias value at the output layer, Wkj is the connection weight between the jth node in the hidden layer and the kth node in the output layer, Bj is the bias value of the jth hidden node, Wji is the connection weight between the ith input node and the jth hidden node, Xi is the ith input variable, and fsig is the sigmoid transfer function given by Equation (5).
S = T 12 = B k + j = 4 11 W k j × f s i g [ B j + i = 1 3 ( W j i X i )
For the simplification of the calculation process, the weights and biases were arranged in a matrix form.

4.2. Example of Settlement Calculation Using the ANN Model

For γ = 18 kN/m3, N1(60) = 13, and CSR = 0.34, the input vector X is
X   =   18 13 0.34
The normalized input vector (Xn) is calculated from Equation (1) by using the A and B values in Table 1:
X n   =   0.200 0.040 0.444
Note: (a, b) = (−1, 1)
The settlement (S) is calculated using the normalized input vector as follows:
W 1 × X n + B 1   =   2.231 2.729 2.500 8.874 3.629 15.703 6.271 5.433 1.570 1.100 5.470 3.295 5.617 7.774 1.701 1.866 4.224 9.756 2.116 7.453 1.157 0.314 1.285 4.980   ×   0.200 0.040 0.444   +   9.631 6.179 5.334 8.614 7.317 0.926 7.489 6.722   =   10.187 11.529 4.995 9.640 7.374 5.058 7.282 9.049
f sig W 1 × X n   +   B 1   =   3.76 E 05 9.84 E 06 6.73 E 03 6.51 E 05 6.27 E 04 6.32 E 03 6.87 E 04 1.17 E 04
S = 0.579 1.853 1.058 1.591 0.423 1.964 0.852 0.320 × 3.76 × 10 5 9.84 × 10 6 6.73 × 10 3 6.51 × 10 5 6.27 × 10 4 6.32 × 10 3 6.87 × 10 4 1.17 × 10 4 + 1.006
S   =   1.010
The actual value of the settlement was 1 mm, and the value predicted using the ANN model was 1.010 mm.

4.3. Sensitivity Analysis

Sensitivity analysis was performed to determine the effect of the input parameters on the settlement prediction. The measure of variable importance was obtained using the permutation importance approach for random forests, described by Breiman [14]. This approach involves measuring the drop in the ANN model performance when a feature is unavailable.
As shown in Figure 9 and Figure 10, the unit weight had the strongest influence on the settlement prediction in the case of ANN model 1, while the depth of the soil layer had the strongest influence on the predicted settlement in the case of model 2. In both cases, N1(60) had a stronger influence than the CSR.

4.4. Parametric Study and Extrapolation beyond the Training Data

A parametric study was conducted to verify the validity and robustness of the optimal ANN model, and it involved generating a synthetic data set within the range of the training data set to test the model. For a given unit weight of soil, the settlement was determined based on the unit thickness of each layer. As shown in Figure 11a, the amount of predictive settlement generally increased with increasing a CSR and decreased with an increase in N1(60). However, it is necessary to expand the range of N1(60) and CSR obtained through the parametric study due to some field data being beyond the range. Therefore, this study proposed a simple settlement chart based on a parametric study as shown in Figure 11b.

4.5. Application of Settlement Chart Based on the ANN Method

The proposed settlement chart from the optimal ANN model was assessed using the SPT data obtained from three additional boreholes at the Pohang site. The locations of the boreholes and the measured settlement obtained from interferometric synthetic aperture radar (InSAR) imaging are shown in Figure 12.
The InSAR procedure was recommended by the Remote Sensing Lab at Kangwon National University, Korea [15]. Following the procedure, the settlement was analyzed by the Pohang satellite images between November 4 and 16, 2017, from Google Earth. Such Google Earth images were used to generate the settlement map in Figure 12 by using a freely distributed SentiNel Application Platform (SNAP) program by the European Space Agency [16]. With an average unit weight of 18 kN/m3, N1(60) values were converted from the SPT blow count (NSPT) of boreholes [17]. The CSR can be calculated from Equation (6) [18].
C S R = τ a v / σ v o = 0.65 a m a x / g σ v o / σ v o γ d
where amax = peak acceleration at the ground surface from the earthquake (this study used the Pohang Earthquake, 0.2712 g); g = acceleration of gravity; σvo and σ’vo are total and effective vertical overburden stresses, respectively; and γd = stress reduction coefficient.
The calculated total settlement for the additional boreholes, 1, 2, and 3, using the optimal ANN model are 17.14, 19.77, and 13.88 mm, respectively, as shown in Table 4. It can be observed that these settlement values are close to those measured by the InSAR imaging. Unlike the numerical analysis approach, the proposed chart between (N1)60-CSR-Settlement from the optimal ANN model has been proven to estimate settlement values with minimal input parameters. For an earthquake with similar impact and magnitude, this simple ANN model can be deployed as a handy tool to obtain liquefaction-induced settlement in the field.

5. Conclusions

In this study, the potential of an ANN to predict the liquefaction-induced settlement at Pohang was examined. Two ANN models were trained using a back-propagation algorithm. Both models had three input variables. The input variables of model 1 were unit weight, corrected SPT blow count (N1(60)), and CSR, while those of model 2 were depth of the soil layer, N1(60), and CSR. The output of the models was the settlement (S). After the training and testing of the models, it was evident that model 1 had higher prediction accuracy, and the difference in the R2 correlation between the two models was about 0.12. Subsequently, the weights and biases of an optimal ANN model were used to develop a simple predictive model equation, which was implemented using a matrix formulation.
Sensitivity analysis performed using the permutation importance algorithm indicated that the corrected SPT blow count had a stronger influence than the CSR on the predicted settlement. Furthermore, a parametric study showed that for a given unit weight of soil, the settlement decreased with an increase in N1(60).
Finally, the simplified relationship between (N1)60-CSR-Settlement was proposed using the optimal ANN model, and the cumulative settlement was predicted by applying the proposed relationship to additional boreholes and compared with the InSAR results. The cumulative settlement had a similar range as the InSAR displacement map. Thus, the simplified relationship of this study can be deployed as a handy tool to obtain liquefaction-induced settlement in the field.

Author Contributions

Conceptualization, S.-S.P. and P.D.O.; methodology, S.-S.P. and P.D.O.; software, P.D.O. and S.-W.W.; validation, S.-S.P., P.D.O., and S.-W.W.; formal analysis, P.D.O., S.-S.P., and D.-E.L.; investigation, P.D.O. and S.-S.P.; resources, S.-S.P. and P.D.O.; data curation, S.-S.P. and P.D.O.; writing—original draft preparation, S.-S.P. and P.D.O.; writing—review and editing, S.-S.P. and P.D.O.; visualization, P.D.O. and S.-W.W.; supervision, S.-S.P.; project administration, S.-S.P. and D.-E.L.; funding acquisition, S.-S.P. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by a National Research Foundation of Korea (NRF) grant funded by the Korean government (MSIT) (No. NRF-2018R1A5A1025137).

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A

Table A1. Details of the liquefaction-induced settlement database.
Table A1. Details of the liquefaction-induced settlement database.
BoreholeDepth (m)Unit Weight (kN/m3)N1(60)CSRSettlement (mm)
BH-A-1120110.330.50
220110.310.50
320140.290.80
420160.281.40
52050.273.30
620100.263.40
72050.273.40
82060.292.50
92090.31.60
102090.311.00
1118250.310.40
1218250.310.30
1318250.320.20
1418250.320.30
1518250.320.30
1618250.320.30
1718250.320.30
1818250.320.20
1918250.310.30
2018250.310.30
BH-A-2120150.350.40
220170.320.80
320170.31.60
42070.293.10
52060.272.80
621130.311.40
721180.340.80
821130.360.90
921110.371.10
1021130.360.80
111620.360.00
121610.370.00
131610.380.00
141610.390.00
151610.390.00
161610.390.00
171610.390.00
181610.390.00
191610.380.00
201610.370.00
BH-A-311860.240.60
21880.281.40
318100.32.00
418100.292.30
518110.282.00
618100.31.80
718110.321.40
818110.331.30
918120.341.20
1018130.341.00
1121250.340.70
1221250.330.60
1321250.330.60
1421250.330.50
1521250.320.50
1621250.320.40
1721250.310.50
1821250.310.40
1921250.30.40
2021250.30.50
BH-A-412050.231.10
22070.271.90
320180.271.60
42090.272.80
52060.262.80
620110.311.60
72090.341.40
821250.360.60
921250.380.60
1021250.380.60
1121250.380.60
1221250.370.50
131670.220.00
141610.210.00
151600.210.00
161620.220.00
171630.220.00
181630.220.00
191630.220.00
201630.220.00
BH-A-5120110.320.50
220100.311.60
32090.292.60
420110.31.90
520110.321.50
620100.331.40
720150.340.90
820150.350.80
921250.340.60
1021250.340.60
1121250.340.60
1221250.330.60
1321250.330.70
1421250.330.70
1518150.331.10
1618110.331.40
1718120.321.00
1816140.320.10
1916100.320.00
201670.320.00

References

  1. Choi, J.H.; Ko, K.; Gihm, Y.S.; Cho, C.S.; Lee, H.; Song, S.G.; Bang, E.S.; Lee, H.J.; Bae, H.K.; Kim, S.W.; et al. Surface Deformations and Rupture Processes Associated with the 2017 Mw 5.4 Pohang, Korea, Earthquake. Bull. Seismol. Soc. Am. 2019, 109, 756–769. [Google Scholar] [CrossRef]
  2. Gihm, Y.S.; Kim, S.W.; Ko, K.; Choi, J.-H.; Bae, H.; Hong, P.S.; Lee, Y.; Lee, H.; Jin, K.; Choi, S.; et al. Paleo seismological implications of liquefaction-induced structures caused by the 2017 Pohang Earthquake. Geosci. J. 2018, 22, 871–880. [Google Scholar] [CrossRef]
  3. Kang, S.; Kim, B.; Bae, S.; Lee, H.; Kim, M. Earthquake-Induced Ground Deformations in the Low-Seismicity Region: A Case of the 2017 M5.4 Pohang, South Korea, Earthquake. Earthq. Spectra 2019, 35, 1235–1260. [Google Scholar] [CrossRef]
  4. Kim, H.-S.; Sun, C.-G.; Cho, H.-I. Geospatial Assessment of the Post-Earthquake Hazard of the 2017 Pohang Earthquake Considering Seismic Site Effects. ISPRS Int. J. Geo-Inf. 2018, 7, 375. [Google Scholar] [CrossRef] [Green Version]
  5. Naik, S.P.; Kim, Y.-S.; Kim, T.; Su-Ho, J. Geological and Structural Control on Localized Ground Effects within the Heunghae Basin during the Pohang Earthquake (Mw 5.4, 15th November 2017), South Korea. Geosciences 2019, 9, 173. [Google Scholar] [CrossRef] [Green Version]
  6. National Academies of Sciences, Engineering, and Medicine. State of the Art and Practice in the Assessment of Earthquake-Induced Soil Liquefaction and Its Consequences; The National Academies Press: Washington, DC, USA, 2016. [Google Scholar]
  7. Da Fonseca, A.V.; Millen, M.; Gómez-Martinez, F.; Romão, X.; Quintero, J. State of the Art Review of Numerical Modelling Strategies to Simulate Liquefaction-Induced Structural Damage and of Uncertain/Random Factors on the Behaviour of Liquefiable Soils. Deliverable D3.1, Version 1.0. 2017. Available online: http://www.liquefact.eu/disseminations/deliverables/ (accessed on 11 January 2020).
  8. Tang, X.-W.; Hu, J.-L.; Qiu, J.-N. Identifying significant influence factors of seismic soil liquefaction and analyzing their structural relationship. KSCE J. Civ. Eng. 2016, 20, 2655–2663. [Google Scholar] [CrossRef]
  9. Lee, C.Y.; Chern, S.-G. Application of a Support Vector Machine for Liquefaction Assessment. J. Mar. Sci. Technol. 2013, 21, 318–324. [Google Scholar] [CrossRef]
  10. Xue, X.; Liu, E. Seismic liquefaction potential assessed by neural networks. Environ. Earth Sci. 2017, 76, 192. [Google Scholar] [CrossRef]
  11. Integrated DB Center of National Geotechnical Information, SPT Database Available at 542. 2015. Available online: http://www.geoinfo.or.kr (accessed on 15 May 2015).
  12. Park, S.S. Liquefaction evaluation of reclaimed sites using an effective stress analysis and an equivalent linear analysis. KSCE J. Civ. Eng. 2008, 28, 83–94. [Google Scholar]
  13. Lai, J.; Qiu, J.; Feng, Z.; Chen, J.; Fan, H. Prediction of Soil Deformation in Tunnelling Using Artificial Neural Networks. Comput. Intell. Neurosci. 2016, 2016, 6708183. [Google Scholar] [CrossRef] [Green Version]
  14. Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Green Version]
  15. Lee, H.Y. Pohang Earthquake (15 November 2017 Mw 5.4) observed by Sentinel-1A/B SAR Interferometry. Available online: http://sar.kangwon.ac.kr/pohang.htm (accessed on 11 December 2017).
  16. Foumelis, M.; Blasco, J.M.D.; Desnos, Y.L.; Engdahl, M.; Fernández, D.; Veci, L.; Lu, J.; Wong, C. ESA SNAP-StaMPS Integrated Processing for Sentinel-1 Persistent Scatterer Interferometry. In Proceedings of the IGARSS 2018—2018 IEEE International Geoscience and Remote Sensing Symposium, Valencia, Spain, 22–27 July 2018; pp. 1364–1367. [Google Scholar] [CrossRef]
  17. Youd, T.L.; Idriss, I.M. Liquefaction resistance of soils: Summary report from the 1996 NCEER and 1998 NCEER/NSF workshops on evaluation of liquefaction resistance of soils. J. Geotech. Geoenvironmental Eng. 2001, 127, 297–313. [Google Scholar] [CrossRef] [Green Version]
  18. Seed, H.B.; Idriss, I.M. Simplified procedure for evaluating soil liquefaction potential. J. Soil Mech. Found. Div. 1971, 97, 1249–1273. [Google Scholar]
Figure 1. Locations of boreholes in Pohang City considered in this study.
Figure 1. Locations of boreholes in Pohang City considered in this study.
Sustainability 12 04001 g001
Figure 2. Feedforward neural network architecture.
Figure 2. Feedforward neural network architecture.
Sustainability 12 04001 g002
Figure 3. Architecture of the artificial neural network (ANN); (a) model 1 and (b) model 2.
Figure 3. Architecture of the artificial neural network (ANN); (a) model 1 and (b) model 2.
Sustainability 12 04001 g003
Figure 4. Plot of the (a) root mean square error (RMSE) and (b) loss for ANN model 1.
Figure 4. Plot of the (a) root mean square error (RMSE) and (b) loss for ANN model 1.
Sustainability 12 04001 g004
Figure 5. Plot of the (a) RMSE and (b) loss for ANN model 2.
Figure 5. Plot of the (a) RMSE and (b) loss for ANN model 2.
Sustainability 12 04001 g005
Figure 6. Scatter plot showing the performance of ANN model 1 for the test data set.
Figure 6. Scatter plot showing the performance of ANN model 1 for the test data set.
Sustainability 12 04001 g006
Figure 7. Scatter plot showing the performance of ANN model 2 for the test data set.
Figure 7. Scatter plot showing the performance of ANN model 2 for the test data set.
Sustainability 12 04001 g007
Figure 8. Structure of the optimal ANN model.
Figure 8. Structure of the optimal ANN model.
Sustainability 12 04001 g008
Figure 9. Relative importance of the input parameters of ANN model 1.
Figure 9. Relative importance of the input parameters of ANN model 1.
Sustainability 12 04001 g009
Figure 10. Relative importance of the input parameters of ANN model 2.
Figure 10. Relative importance of the input parameters of ANN model 2.
Sustainability 12 04001 g010
Figure 11. Variation of settlement with (N1)60 and CSR for γ = 18 kN/m3. (a) Settlement relationship between (N1)60 and CSR; (b) settlement chart based on the ANN method.
Figure 11. Variation of settlement with (N1)60 and CSR for γ = 18 kN/m3. (a) Settlement relationship between (N1)60 and CSR; (b) settlement chart based on the ANN method.
Sustainability 12 04001 g011
Figure 12. A settlement map from interferometric synthetic aperture radar (InSAR) and a location of extra boreholes (BHs).
Figure 12. A settlement map from interferometric synthetic aperture radar (InSAR) and a location of extra boreholes (BHs).
Sustainability 12 04001 g012
Table 1. Summary statistics of the data set.
Table 1. Summary statistics of the data set.
Input ParametersOutput
Depth (m)Unit Weight (kN/m3)N1(60)CSRSettlement (mm)
Count100100100100100
Mean10.50018.96013.6200.3140.898
Std.5.7951.8698.7220.0450.874
Min.11600.210
25%5.751870.290.3
50%10.520110.320.6
75%15.2521250.341.4
Max.2021250.393.4
Table 2. Performance statistics of the ANN models.
Table 2. Performance statistics of the ANN models.
ModelInput ParametersOutputNo. of EpochsR2MAE
1γ, N1(60), CSRS600.86010.1941
2d, N1(60), CSR600.73520.3136
Table 3. Weight matrix and bias vector for the ANN model.
Table 3. Weight matrix and bias vector for the ANN model.
W1−2.2312.729−2.500B1−9.631
−8.874−3.629−15.703−6.179
−6.271−5.433−1.570−5.334
−1.1005.470−3.295−8.614
5.6177.7741.701−7.317
−1.866−4.224−9.756−0.926
−2.1167.453−1.157−7.489
0.314−1.285−4.980−6.722
W20.579−1.853−1.058−1.5911.0061.964−0.852−0.320B21.006
Note: Matrices W1 (8 × 3), B1 (8 × 1), W2 (1 × 8) and B2 (1 × 1) were used in Equation (2)
Table 4. Predicted settlement due to Pohang earthquake using the proposed settlement chart.
Table 4. Predicted settlement due to Pohang earthquake using the proposed settlement chart.
DepthBH-B-1BH-B-2BH-B-3
Nspt(N1)60CSRS(mm)Nspt(N1)60CSRS(mm)Nspt(N1)60CSRS(mm)
0340.394.04470.393.47460.393.66
1450.393.85580.393.2814230.390.4
2580.393.286100.392.97110.392.71
37110.392.717120.392.527110.392.71
49140.382.089130.382.268120.382.44
513190.381.1810130.382.2613180.381.36
621280.38011140.382.0817220.380.6
729360.37017200.37121250.370
837430.37042480.37024270.370
944490.36036390.36028310.360
1050530.35050530.35047500.350
11 50510.340
Total Settlement17.14Total Settlement19.77Total Settlement13.88

Share and Cite

MDPI and ACS Style

Park, S.-S.; Ogunjinmi, P.D.; Woo, S.-W.; Lee, D.-E. A Simple and Sustainable Prediction Method of Liquefaction-Induced Settlement at Pohang Using an Artificial Neural Network. Sustainability 2020, 12, 4001. https://doi.org/10.3390/su12104001

AMA Style

Park S-S, Ogunjinmi PD, Woo S-W, Lee D-E. A Simple and Sustainable Prediction Method of Liquefaction-Induced Settlement at Pohang Using an Artificial Neural Network. Sustainability. 2020; 12(10):4001. https://doi.org/10.3390/su12104001

Chicago/Turabian Style

Park, Sung-Sik, Peter D. Ogunjinmi, Seung-Wook Woo, and Dong-Eun Lee. 2020. "A Simple and Sustainable Prediction Method of Liquefaction-Induced Settlement at Pohang Using an Artificial Neural Network" Sustainability 12, no. 10: 4001. https://doi.org/10.3390/su12104001

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