A Survey on Applications of Artificial Intelligence for Pre-Parametric Project Cost and Soil Shear-Strength Estimation in Construction and Geotechnical Engineering
Abstract
:1. Introduction
1.1. Need for AI in the Prediction of Construction Parameters
1.2. Main Objectives of the Study
2. Artificial Intelligence and Its Application in Shear Strength and Pre-Project Cost Estimation
2.1. Introduction to Artificial Intelligence
- Machine learning is a subfield of AI that grants machines the ability to learn and develop from their past experience without being explicitly programmed. Machine learning, according to the type of training provided to the model, can be broadly categorized as supervised learning, unsupervised learning, and reinforcement learning. In supervised learning, which is also called learning with teacher or guided learning, labeled data with a desired output are provided as input to the machine. However, in the case of unsupervised learning, which is also referred to as learning without a teacher, no labeled input data are provided to the machine [31,32,33,34,35,36]. The machine instead tries to draw inferences from the dataset containing unlabeled responses. There exist various machine-learning algorithms such as decision trees, regression, and random forest. However, in this article, only those algorithms previously applied in the prediction of soil shear strength and project pre-cost estimation are listed.
- Support vector machine (SVM) [37] is a binary classification model, capable of generating a hyperplane to isolate data samples on the basis of maximum margin principles in order to achieve minimum structural risk [38]. There are essentially two concepts used in SVM. The first concept is the optimal margin classifier, which is a linear classifier that generates a distinct hyperplane, also termed a decision surface, such that the gap is maximized between the negative and positive instances. Kernel functions represent the second concept. A kernel function is used to compute two vector dot products. The use of efficient nonlinear mapping of the kernel to the original example data ensures that the data, which was nonseparable in the original input space, can be separated linearly into a high-dimensional functional space [39]. This allows solving nonlinear partitions through the addition of a kernel function [40].The SVM’s partition function is commonly used to solve pattern recognition, matter classification, filter problems, and various other problems in geotechnical engineering. The classification of soil and rock is one such research application, which allows engineers to decide the correct building materials and construction methods for ensuring safety, depending on the category of soil and rock.Landslides are a crucial field of research in geotechnical engineering, since they pose enormous threats to public safety and frequently lead to major property losses. SVM can be used for analyzing susceptibility to landslides in advance. One-class SVM and two-class SVM can effectively predict susceptibility to landslides even with limited data. However, two-class SVM is more sensitive to the number of samples and more accurate than its counterpart [41].SVM can also be used for solving regression problems, basically involving the determination of a regression model for describing the relationships among sample data. The identification of deformed rocks and soil can also be performed using SVM in geotechnical engineering.
- Least square support vector machine (LSSVM) is a statistical learning technique that employs the loss function of a least square linear system [42]. LSSVM aims to reduce the computational complexity of SVM. The inequality constraints for solving quadratic problems are replaced by equality constraints in the case of LSSVM, leading to faster training speed compared to SVM. However, LSSVM’s solution suffers from a lack of robustness and sparseness. This limitation leads to an increase in the training time and reduced prediction accuracy, especially for industrial datasets, which generally contain explosions of data, imbalanced distribution, and heteroscedasticity [43]. While a single LSSVM with reconstructed input samples and optimum parameters has excellent predictive efficiency under some conditions, it may have certain kinds of inherent bias in other cases due to its fixed kernel feature [44].
- Artificial neural network (ANN) is a part of artificial intelligence. The concept of ANN is not new and is inspired by the way human biological neurons work in the human brain. ANNs are quite helpful in giving optimal solutions to complex problems that cannot be analytically defined. ANN consists of fundamental processing units called neurons, along with weighted connections between them. ANN can be defined as a large, parallel dispersed data-processing network which consists of simple entities called neurons. It has a natural propensity to store experiential information which is then used, analogously to the way the brain collects and holds information [45]. During the learning process, the neural network acquires information and preserves it through the intensity of neuronal contact [46]. Neural networks are designed such that problem-solving is possible without the need for experts and without programming. In unclear data, they often search for patterns and connections and are specifically tailored for complex problems where there are no classical mathematical and conventional procedures or formal underlying theories. ANN differs from statistical and algorithmic techniques such as regression sampling in that ANN learns from examples to give generalized solutions [47,48,49,50,51,52,53,54].ANN consists of multiple layers, and, in every layer, there exist nonlinear processing and fundamental computation units called neurons that perform tasks such as feature extraction. The output from every layer is fed as input into the subsequent layer. ANN-based models work by collecting their input from various neurons present at the input layer, and they are designed to sense data from the outside world just as humans do, passing this information collected from different input neurons to further neurons present in another layer of hierarchy termed the hidden layer. The information is then processed at this layer and is passed to the output layer. A typical ANN structure is shown in Figure 2.
- Topology of the network;
- Training method being employed;
- Type of association between input and output;
- Presentation of the information.
- Self-organization: ANNs are self-organizing. They can create their own structures and can adjust weights on their own as per the requirements.
- Fault tolerance: Even if some neuron is not responding, some piece of information is missing, or data are distorted and noisy, ANNs can still produce the output and have the capability to locate the fault.
- Adaptive learning: ANNs have the ability to learn on their own by choosing optimal features and weights, and they produce outputs not limited to the provided input.
- Capability to deal with large data: ANNs work equally well for large datasets. An increase in the number of training samples can help the models to improve their learning through exposure to different possible scenarios, thus improving their generalizability.
- In ANNs, the input data are stored in the network instead of a database. Thus, any loss of data has no effect on their working.
- Online and multi-task operations: ANNs can be implemented in parallel to perform multiple tasks simultaneously without hindering the performance of the system. Moreover, they are specially configured to perform online processes.
- Feed-forward neural network (FFNN) is the simplest and most basic type of neural network and may or may not feature a hidden layer. Information in FFNN flows in only one direction (forward propagation), i.e., from the input layer to the processing hidden layer to the output layer [57,58]. Figure 3 shows the basic structure of an FFNN.
- Multilayer perceptron (MLP) is a simple and commonly used neural network which consists of one input layer, one or more hidden layers, and one output layer. MLP is mostly used for problem-solving where learning is performed through backpropagation [59]. This network propagates the data from the input to output layer through the network and detects errors; then, by incorporating it into the learning formula, it propagates the data back to the input layer. Gradient descent optimization is used for reducing the error between the actual desired output and the predicted output by reupdating the weights of the neurons.
- Recurrent neural network (RNN), also called long short-term memory (LSTM), is the most widely used and most complex type of neural network, in which the information flows bidirectionally. The output of the processing nodes is stored in this network and is used for improving their performance. RNN works by saving the output from a layer and feeding it back to the input to help predict layer outputs. The first layer is formed as a result of the sum of weights with characteristics similar to the feed-forward neural network. Once this is determined, the RNN phase starts in which each neuron in the subsequent time step recalls any information it had in the preceding time step. This allows each neuron to act as a memory cell when conducting computations. RNN works via forward propagation and remembers the information it needs for later use. Whenever the prediction is incorrect, the learning rate or error correction is used to make minor adjustments in order to improve the model’s prediction through backpropagation [60].
- Radial basis function neural network (RBFNN) is a type of multilayer ANN consisting of an input, hidden, and output layer. RBFNN’s hidden layer consists of hidden neurons, which are activated by the Gaussian function. Training of the RBFNN is split into two phases. Firstly, weights are calculated from the input to the hidden layer, and then weights from the hidden to the output layer are determined. Because of its compact topology and fast learning speed, RBFNN has attracted extensive attention compared to other neural networks, and it has been widely used in many research and engineering sectors [61,62].
- Probabilistic neural network (PNN) is basically a classifier. Unlike other backpropagation-based ANNs, PNN is based on the kernel discriminant analysis (KDA), which is a statistical algorithm in which the operations are structured into a multilayered feed-forward network. The interest in pattern recognition using PNN is growing due to its unique quality of interpretation using the probability density function. PNN has many benefits over well-known backpropagation (BP)-based ANNs. The biggest benefit that PNN offers over other neural networks is that training can be completed quickly and effectively. Unlike BP networks, weights are assigned and not trained. Therefore, the original weights always remain the same, and only the new vectors are introduced into weight matrices during the training process. Therefore, the operation happens in real time, and the network classifies input vectors into a specific class. The PNN consists of an input layer, pattern layer, summation layer, and output layer, as shown in Figure 4. The first layer, which is the input layer, takes the input and is completely connected to the pattern layers such that every neuron of the input layer has a connection with all the neurons of the pattern layer. Weight values in this layer are set equivalent to the different training patterns. In the summation layer, summation neurons compute the probability density function. Every neuron of the summation layer adds outputs of the pattern layer neurons, which basically corresponds to the class from which the training pattern is selected [63,64].
2.2. Soil Shear Strength
- Problem identification;
- Data collection and preprocessing of the database;
- Identification of crucial input parameters;
- Selection of AI-based prediction model;
- Performance comparison of developed AI models;
- Sensitivity analysis;
- Prediction based upon the output of the best AI model.
2.3. Pre-Project Cost and Duration
3. Research Methodology
- Initially, various AI-based models and algorithms widely used in the geotechnical field by researchers in the literature were studied and analyzed to identify their pros and cons.
- The various areas of civil construction and maintenance where AI models can be applied were explored in detail. This was done by referencing available relevant research articles over the past decade that were published in reputed peer-reviewed journals, conferences, book chapters, etc.
- Important input parameters with an important role in and impact on the prediction and estimation of cost, time, and shear strength are presented.
- Existing challenges, research gaps, and future research directions are presented at the end of the article with the expectation of providing a path to help researchers already working in this domain.
4. Applications of Artificial Intelligence in Civil Construction and Maintenance-Related Tasks
4.1. Predicting Soil Shear Strength for Construction
Discussion
4.2. Prediction of Road Building Cost and Project Duration
5. Important Input Parameters, AI Techniques, and Performance Metrics for the Estimation of Cost, Time, and Shear Strength
- Project complexity: A project whose cost and duration is to be estimated must be analyzed properly to check for all potential cost-incurring activities. The complexity of a project can be determined in terms of the number of repetitive tasks, its size, the kind of work, the number of operations involved, etc. The project’s complexity has an impact on its duration and eventually on the overall construction cost. A more complex project requires more time and, thus, incurs a greater cost. Similarly, the size of a project also has a great impact on its cost. If the size of a project (calculated in terms of square feet or meters) increases, the amount of labor that needs to be employed to get the work done also increases, which eventually adds to the cost of the project [65,93,94].
- Clear specification: A clear and detailed specification can prevent any information from being missed, thus improving the cost and duration prediction accuracy.
- Prior experience of the contractor and staff for cost estimation: An experienced contractor and an experienced team are very crucial for cost estimation.
- Equipment requirements: The choice of equipment is very crucial for governing the cost and duration of the project. Any later change in the list of equipment due to factors such as unavailability or poor performance can affect the overall cost and duration of the project.
- Clear scope definition: A clear definition of scope is critical to focus on the client’s specifications and requirements. This allows deciding the correct project team to manage the expense and length of the project. The project team and estimators should, therefore, remove any uncertainty in the scope and make it transparent and understandable.
- Consideration of site constraints: The estimator should consider different site constraints such as access to resources, storage, and services as these could incur extra charges in certain scenarios in comparison to the original cost estimate. The site is critical to the project; thus, its constraints should be fully analyzed for cost elements which are unique with the greatest impact on the estimate of costs.
- Availability of material: When making the cost and duration estimate, the estimator should check for the availability of material to be used in the project. Unavailability of material during the project can force the contractor to purchase from another supplier, which can add to the project costs that were not included in the initial estimate, while also impacting the duration of the project.
- Availability of and consultation with previous similar bids: The estimator should consider previous similar bids and should try to identify the necessary activities along with their prices before making the cost estimation of a project.
- Change in currency exchange rate: Fluctuations in the currency exchange rate can sometimes affect the cost of the project and lead to the issue of cost overrun.
- Number of competitors: According to various studies [91,95,96,97,98,99], it was observed that increases in the level of competition lead to excessive cost overrun. The number of competitors can be computed as the total number of bidders who file their bid for a project. Bidders often quote unrealistic values for a project in order to achieve the lowest bid for the project, leading to cost overrun during the project at later stages.
- Type of client: Since each construction project has its own ideas, tasks, and goals in accordance with the client, the specifications of every contract and the bidding behavior are majorly influenced by the type of client. There exist different types of client such as the government, large developers, medium/small-scale retailing organizations, large-scale commercial organizations, and other public- and private-sector clients [65,100].
- Financial status of the contractor and owner: Construction work requires high daily expenses, and, when payments are overdue, most contractors are unable to meet these expenses. Due to delays in payments by the client, work progress can be slowed owing to insufficient cash flow to cover the contractor’s construction expenses. This problem is particularly serious for contractors who are not economically viable [96,101,102].
- Frequent changes in design specification: Frequent changes in the design specification of the project as per the demand of the client and/or designer usually adds new modules during construction, leading to wastage of time and material and subsequent cost overrun.
- Material costs and their fluctuation: Correct and prior selection of material in terms of its cost has a huge impact on the cost of the project; thus, the choice of the material should be made wisely considering the cost, availability, ease of use, and performance factors. Thus, any optimal method employed for material selection will reduce wastage and improve the project cost. Similarly, fluctuation in prices after bid approval can lead to cost overrun of the project. This may be due to monopoly, supply and demand, inflation, and political scenario [96,103,104].
- Awarding the contract to the lowest bidder: Owners generally grant project contracts to the lowest bidders; however, these are typically poorly skilled contractors who are tight on funds. This leads to poor results and delays in completing the job, thereby increasing the overall cost and duration of the project. Pre-qualification criteria and policies followed when granting the project need to be strengthened to prevent this problem. This can also lead to cost overrun [96,105].
5.1. Crucial Parameters Affecting Estimation of Soil Shear Strength in a Construction Project
- Clay content: Clay is an important geotechnical engineering material and comes under the category of fine-grained soil. Clay generally has numerous issues such as a high level of volumetric changes, high compressibility, and low strength. Thus, clay needs to be improved before actually using it for the construction of roads, dams, waste landfills, and slurry walls, etc. Enhanced gradation, reduction in plasticity and swelling capacity, and increased strength and workability typically enhance clay stability [106]. The content of clay in the soil affects its plasticity and, thus, reduces its shear strength [71,107]. Clay content can be mathematically calculated as follows [108]:
- Plastic limit: The plastic limit also has an impact on the soil shear strength. It is defined as the percentage of water and the moisture content at which the soil starts to crumble and change from a semisolid state to a plastic state [109]. An increase in plastic limit causes a decrease in soil shear strength [71,107]. The plastic limit can be mathematically calculated as follows:
- Moisture content: The moisture content of soil can be defined as the ratio of the amount of water held in the soil to that in dry soil [110]. The mass of water can be computed as the difference before and after drying the soil. Moisture content has an impact on the soil shear strength, whereby a greater moisture content leads to lower cohesion between the soil particles and, thus, a weaker soil.
- Specific gravity: The specific gravity of a soil is defined as the ratio of its particle density to the density of its water content. Soils with a higher specific gravity have a high shear strength as heavy particles are present in the soil, thus leading to compact and strong structures [111]. This parameter can be calculated using the following mathematical equation:
- Liquid limit: The liquid limit is defined as the moisture level at which the soil’s state begins to change from plastic to liquid [112]. The soil shear strength decreases with an increase in the liquid limit [71,107]. It can be calculated using the following mathematical equation:
- Silt percentage: Silt is medium in size and has a smooth texture. This parameter refers to the amount of silt in the considered soil sample.
- Sand percentage: Sand, silt, and clay are types of soil, and the difference lies in their size. Sand is the largest type and feels gritty, whereas silt is of medium size with a smooth texture, and clay has the smallest particles and is sticky in nature [113]. Sand percentage refers to the sand content in the sample soil.
- Plastic index: The plastic index is an indicator of the soil’s plasticity, defined as the water content at which the soil shows plastic properties. The plastic index is calculated as the difference between the liquid limit and the plastic limit. Soil having a high plastic index tends to be clay, while soil with a low plastic index tends to be silt. A plastic index of 0 indicates the presence of very little or no silt or clay. Thus, the plastic index basically allows determining the type of soil and the degree of cohesion it exhibits.
- Liquid index: This is the ratio of the difference between a given soil’s natural moisture content and the plastic limit to the difference between the liquid limit and the plastic limit.
- Dry density: Dry soil density reflects the ratio of total dry soil mass to total soil volume. Dry density is correlated with the degree of compaction of the soil surface. A high degree of compaction denotes a high dry density of the soil.
5.2. Crucial Input Parameters Affecting Cost Prediction in a Construction Project
- Project type;
- Project complexity;
- Project location;
- Project scope;
- Project size;
- Site topology;
- Bridge type;
- No. of bridges;
- Existence of ground water;
- Soil type;
- Inflation rate;
- Project duration.
5.3. Crucial Input Parameters Affecting Cost Prediction in Maintenance of a Building
- No. of floors: This is the total number of floors of a building in a construction site that requires maintenance. A greater number of floors leads to a higher maintenance cost.
- Floor height: The floor height is another crucial parameter for computing the cost required for project maintenance.
- Total building area: This is another important parameter with a huge impact on deciding the maintenance and construction cost of a building. It is calculated as the sum of the floor area of all floors in all buildings on a site.
- Year of build: The year the structure was constructed (i.e., how old the constructed building or project is) can be used to determine the level of maintenance required for that structure. Older buildings or structures require additional effort, labor, material, and cost in comparison to newly constructed projects.
- Structure type: The structure type can be categorized as steel-framed wall or concrete-bearing wall.
- Envelope type: The building envelope is a complicated yet integral entity and comprises all the exterior components of a building, including its roof, walls, below-grade waterproofing, windows, and skylights. The building envelope must be correctly engineered, constructed, and maintained to avoid the absorption of water and air through the envelope and to restrict condensation.
5.4. Discussion
6. Challenges in the Use of AI in Construction-Related Activities
- Availability of the same parameters in all projects: The parametric cost prediction of projects in the early stages has some serious issues and challenges which require consideration. The first challenge is the nonavailability and applicability of the same cost estimation parameters in all projects. Some parameters which are marked as crucial in one project for the cost modeling and training of the prediction framework may not be applicable or available in other projects. Furthermore, these parameters may vary with geographical area. Thus, the AI model is expected to adapt on its own through a sensitivity analysis to generate the most accurate cost with fewest prediction errors.
- Not much work on prediction of project duration: According to the literature review of AI applications in construction-related projects, it was observed that not much work has been done on the prediction and estimation of construction project duration, in contrast to cost estimation. Moreover, most existing databases used by researchers for estimating project duration failed to break the project down into specific work activities, instead presenting the duration estimate of the whole project.
- Sensitivity analysis of the model: It is well known that, for an AI-based prediction model to work, certain input parameters with a huge impact on the prediction need to be included. However, certain crucial input parameters may not be present; thus, the model should be made sensitive enough such that the absence of certain input parameters does not affect its prediction result.
- Standard validation methods: There should be a standard validation method for evaluating the performance and accuracy of cost estimation and soil shear strength calculations. No uniformity was observed in the choice of performance metrics by researchers in the literature. As such, standard validation metrics for measuring the performance of AI-based prediction models should be developed such that their performance can be computed at a similar level.
- Standard input parameters for estimation: According to the survey conducted, it was observed that different input parameters were used by different researchers in their work for shear strength estimation and pre-construction project cost estimation. It is well known that very limited prior information is available during the estimation of these factors. However, there should be a list of some standard input parameters that are believed to be crucial for the prediction of the abovementioned applications, along with their importance, allowing potential replacements for unavailable parameters.
- Lack of proper scientific justification: It was observed that, in some studies, there was a lack of proper scientific justification for the results obtained after the application of AI models. Moreover, details on features with the greatest and lowest contribution to the result were found to be missing.
- Handling of missing data: Missing data were often not properly managed, thus necessitating clean databases.
- Small datasets for model training: It is well known that AI models are trained using existing databases. For an AI-based model to make correct predictions, there must be ahigh-quality dataset covering all possible cases of the problem for which it was trained. However, it was observed that, in most studies, the size of the database was not adequate.
- Cost and duration overrun: Cost overrun is one of the major challenges faced by construction projects due to the various factors mentioned in Section 5. AI-based prediction models can be efficient for pre-project cost and duration estimations; however, highly dynamic factors such as geolocation, climatic changes, and natural disasters can hugely affect these prediction models. Thus, it is very much required to train the AI models using datasets from that specific location only.
- Issues of AI-based models: AI models suffer from various issues such as overfitting, underfitting, hyperparameter selection, and optimization issues. Therefore, in order to deal with such issues and obtain the most accurate results, multiple cost prediction models using different AI techniques are required to be developed and considered, such that the prediction results of each are compared to obtain the best model with the most accurate result for the chosen scenario.
- Factors affecting the construction project cost and duration differ from location to location: It is well known that parameters for project cost and duration estimation differ from location to location, e.g., the cost of labor and materials. Thus, a model trained with a dataset of past projects from a country such as Norway may lead to cost overrun and misquotation in another country such as the United Arab Emirates. Thus, such challenges need to be addressed.
7. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
List of Acronyms
AAE | Absolute average error |
AI | Artificial intelligence |
ANN | Artificial neural network |
BRNN | Bayesian regularization neural network |
CBR | Case-based reasoning |
CoD | Coefficient of determination |
CPWD | Central Public Work Department |
CRM | Coefficient of residual mass |
CSO | Cuckoo search optimization |
DENN | Differential evolution neural network |
DL | Deep learning |
FFNN | Feed-forward neural network |
FNN | Functional neural network |
GA | Genetic algorithm |
IoT | Internet of things |
KDA | Kernel discriminant analysis |
LSSVM | Least square support vector machine |
LSZ | Landslide susceptibility zonation |
MAE | Maximum average error |
MAPE | Mean absolute percentage error |
ML | Machine learning |
MLP | Multilayer perceptron |
MRA | Multiple regression analysis |
PNN | Probabilistic neural network |
RBFNN | Radial basis function neural network |
RMSE | Root-mean-square error |
RNN | Recurrent neural network |
SVM | Support vector machine |
VAF | Variance accounted for |
References
- Jha, K.; Doshi, A.; Patel, P.; Shah, M. A Comprehensive Review on Automation in Agriculture Using Artificial Intelligence. Artif. Intell. Agric. 2019, 2, 1–12. [Google Scholar] [CrossRef]
- Tong, W.; Hussain, A.; Bo, W.X.; Maharjan, S. Artificial Intelligence for Vehicle-to-Everything: A Survey. IEEE Access 2019, 7, 10823–10843. [Google Scholar] [CrossRef]
- Jiang, F.; Jiang, Y.; Zhi, H.; Dong, Y.; Li, H.; Ma, S.; Wang, Y.; Dong, Q.; Shen, H.; Wang, Y.J.S. Artificial Intelligence in Healthcare: Past, Present and Future. Stroke Vasc. Neurol. 2017, 2, 230–243. [Google Scholar] [CrossRef] [PubMed]
- De Soto, B.G.; Agustí-Juan, I.; Hunhevicz, J.; Joss, S.; Graser, K.; Habert, G.; Adey, B.T. Productivity of Digital Fabrication in Construction: Cost and Time Analysis of a Robotically Built Wall. Autom. Constr. 2018, 92, 297–311. [Google Scholar] [CrossRef]
- Smarsly, K.; Lehner, K.; Hartmann, D. Structural Health Monitoring Based on Artificial Intelligence Techniques. In Proceedings of the 2007 ASCE International Workshop on Computing in Civil Engineering, Pittsburgh, PA, USA, 24–27 July 2007; pp. 111–118. [Google Scholar]
- Luckey, D.; Fritz, H.; Legatiuk, D.; Dragos, K.; Smarsly, K. Artificial Intelligence Techniques for Smart City Applications. In Proceedings of the International Conference on Computing in Civil and Building Engineering, Sao Paulo, Brazil, 18–20 August 2020; pp. 3–15. [Google Scholar]
- Zhang, L.; Yang, F.; Zhang, Y.D.; Zhu, Y.J. Road crack detection using deep convolutional neural network. In Proceedings of the 2016 IEEE international conference on image processing (ICIP), Phoenix, AZ, USA, 25–28 September 2016; pp. 3708–3712. [Google Scholar]
- Dede, T.; Kankal, M.; Vosoughi, A.R.; Grzywiński, M.; Kripka, M. Artificial Intelligence Applications in Civil Engineering. Hindawi 2019, 2019. [Google Scholar] [CrossRef]
- 68% of the World Population Projected to Live in Urban Areas by 2050, Says UN. Available online: https://www.un.org/development/desa/en/news/population/2018-revision-of-world-urbanization-prospects.html (accessed on 15 December 2020).
- Bini, S.A. Artificial Intelligence, Machine Learning, Deep Learning, and Cognitive Computing: What Do These Terms Mean and How Will They Impact Health Care? J. Arthroplast. 2018, 33, 2358–2361. [Google Scholar] [CrossRef]
- Oh, B.-D.; Song, H.-J.; Kim, J.-D.; Park, C.-Y.; Kim, Y.-S. Predicting Concentration of PM10 Using Optimal Parameters of Deep Neural Network. Intell. Autom. Soft Comput. 2019, 25, 343–350. [Google Scholar]
- Xu, F.; Zhang, X.; Xin, Z.; Yang, A. Investigation on the Chinese Text Sentiment Analysis Based on Convolutional Neural Networks in Deep Learning. Comput. Mater. Contin. 2019, 58, 697–709. [Google Scholar] [CrossRef] [Green Version]
- Guo, Y.; Li, C.; Liu, Q. R2N: A Novel Deep Learning Architecture for Rain Removal from Single Image. Comput. Mater. Contin. 2019, 58, 829–843. [Google Scholar] [CrossRef] [Green Version]
- Wei, Y.; Wang, Z.; Guo, D.; Yu, F.R. Deep q-Learning Based Computation Offloading Strategy for Mobile Edge Computing. Comput. Mater. Contin. 2019, 59, 89–104. [Google Scholar] [CrossRef] [Green Version]
- Guo, H.; Zhuang, X.; Rabczuk, T. A Deep Collocation Method for the Bending Analysis of Kirchhoff Plate. Comput. Mater. Contin. 2019, 59, 433–456. [Google Scholar] [CrossRef]
- Maamar, A.; Benahmed, K. A Hybrid Model for Anomalies Detection in AMI System Combining k-Means Clustering and Deep Neural Network. Comput. Mater. Contin. 2019, 60, 15–39. [Google Scholar] [CrossRef] [Green Version]
- Ling, H.; Fang, Y.; Wu, L.; Li, P.; Chen, J.; Zou, F.; Shen, J. Balanced Deep Supervised Hashing. Comput. Mater. Contin. 2019, 60, 85–100. [Google Scholar] [CrossRef]
- Wu, H.; Liu, Q.; Liu, X. A Review on Deep Learning Approaches to Image Classification and Object Segmentation. TSP 2018, 1, 1–5. [Google Scholar] [CrossRef] [Green Version]
- Wang, M.; Niu, S.; Gao, Z. A Novel Scene Text Recognition Method Based on Deep Learning. Comput. Mater. Contin. 2019, 60, 781–794. [Google Scholar] [CrossRef] [Green Version]
- Wu, C.L.; Zhang, Q.; Zhou, J.; Yang, H.; Li, Y. Text Detection and Recognition for Natural Scene Images Using Deep Convolutional Neural Networks. Comput. Mater. Contin. 2019, 61, 289–300. [Google Scholar] [CrossRef]
- Zhang, C.; Cheng, J.; Tang, X.; Sheng, V.S.; Dong, Z.; Li, J. Novel DDoS Feature Representation Model Combining Deep Belief Network and Canonical Correlation Analysis. Comput. Mater. Contin. 2019, 61, 657–675. [Google Scholar] [CrossRef]
- Shin, H.K.; Ahn, Y.H.; Lee, S.H.; Kim, H.Y. Digital Vision Based Concrete Compressive Strength Evaluating Model Using Deep Convolutional Neural Network. Comput. Mater. Contin. 2019, 61, 911–928. [Google Scholar] [CrossRef]
- Russell, S.; Norvig, P. AI a Modern Approach. Learning 2005, 2, 4. [Google Scholar]
- Lu, P.; Chen, S.; Zheng, Y. Artificial Intelligence in Civil Engineering. Math. Probl. Eng. 2012, 2012, 1–22. [Google Scholar] [CrossRef] [Green Version]
- Prayogo, D.; Cheng, M.-Y.; Wu, Y.-W.; Tran, D.-H. Combining Machine Learning Models via Adaptive Ensemble Weighting for Prediction of Shear Capacity of Reinforced-Concrete Deep Beams. Eng. Comput. 2019, 1–19. [Google Scholar] [CrossRef]
- Zhang, J.; Sun, Y.; Li, G.; Wang, Y.; Sun, J.; Li, J. Machine-Learning-Assisted Shear Strength Prediction of Reinforced Concrete Beams with and Without Stirrups. Eng. Comput. 2020, 1–15. [Google Scholar] [CrossRef]
- Zhang, G.; Ali, Z.H.; Aldlemy, M.S.; Mussa, M.H.; Salih, S.Q.; Hameed, M.M.; Al-Khafaji, Z.S.; Yaseen, Z.M. Reinforced Concrete Deep Beam Shear Strength Capacity Modelling Using an Integrative Bio-inspired Algorithm with an Artificial Intelligence Model. Eng. Comput. 2020, 1–14. [Google Scholar] [CrossRef]
- Gao, J.; Amar, M.N.; Motahari, M.R.; Hasanipanah, M.; Armaghani, D.J. Two Novel Combined Systems for Predicting the Peak Shear Strength Using RBFNN and Meta-Heuristic Computing Paradigms. Eng. Comput. 2020, 1–12. [Google Scholar] [CrossRef]
- Chen, X.; Fu, J.; Yao, J.; Gan, J. Prediction of Shear Strength for Squat RC Walls Using a Hybrid ANN-PSO Model. Eng. Comput. 2018, 34, 367–383. [Google Scholar] [CrossRef]
- Singh, P.; Tripathy, A.; Kainthola, A.; Mahanta, B.; Singh, V.; Singh, T. Indirect Estimation of Compressive and Shear Strength from Simple Index Tests. Eng. Comput. 2017, 33, 1–11. [Google Scholar] [CrossRef]
- Luo, M.; Wang, K.; Cai, Z.; Liu, A.; Li, Y.; Cheang, C.F. Using Imbalanced Triangle Synthetic Data for Machine Learning Anomaly Detection. Comput. Mater. Contin. 2019, 58, 15–26. [Google Scholar] [CrossRef] [Green Version]
- Zhuang, X.; Zhou, S. The Prediction of Self-Healing Capacity of Bacteria-Based Concrete Using Machine Learning Approaches. Comput. Mater. Contin. 2019, 59, 57–77. [Google Scholar] [CrossRef] [Green Version]
- Hamdia, K.M.; Ghasemi, H.; Zhuang, X.; Alajlan, N.; Rabczuk, T. Computational Machine Learning Representation for the Flexoelectricity Effect in Truncated Pyramid Structures. Comput. Mater. Contin. 2019, 59, 79–87. [Google Scholar] [CrossRef] [Green Version]
- Al-Yahya, M. A Comparative Study of Machine Learning Methods for Genre Identification of Classical Arabic Text. Comput. Mater. Contin. 2019, 60, 421–433. [Google Scholar] [CrossRef] [Green Version]
- Fang, Y.; Zhang, Y.; Huang, C. Credit Card Fraud Detection Based on Machine Learning. Comput. Mater. Contin. 2019, 1000, 1. [Google Scholar] [CrossRef]
- Hossain, B.; Morooka, T.; Okuno, M.; Nii, M.; Yoshiya, S.; Kobashi, S. Surgical Outcome Prediction in Total Knee Arthroplasty Using Machine Learning. Intell. Automat. Soft Comput. 2019, 25, 105–115. [Google Scholar] [CrossRef]
- Shah, S.M.S.; Malik, T.A.; Khatoon, R.; Hassan, S.S.; Shah, F.A. Human Behavior Classification Using Geometrical Features of Skeleton and Support Vector Machines. Comput. Mater. Contin. 2019, 61, 535–553. [Google Scholar] [CrossRef]
- Ma, G.; Chao, Z.; Zhang, Y.; Zhu, Y.; Hu, H. The Application of Support Vector Machine in Geotechnical Engineering. Earth Environ. Sci. 2018, 189, 022055. [Google Scholar] [CrossRef]
- Goh, A.T.; Goh, S. Support Vector Machines: Their Use in Geotechnical Engineering as Illustrated Using Seismic Liquefaction Data. Comput. Geotech. 2007, 34, 410–421. [Google Scholar] [CrossRef]
- Panakkat, A.; Adeli, H. Neural Network Models for Earthquake Magnitude Prediction Using Multiple Seismicity Indicators. Int. J. Neural Syst. 2007, 17, 13–33. [Google Scholar] [CrossRef]
- Dagdelenler, G.; Sezer, E.A.; Gokceoglu, C. Some Non-linear Models to Predict the Weathering Degrees of a Granitic Rock from Physical and Mechanical Parameters. Expert Syst. Appl. 2011, 38, 7476–7485. [Google Scholar] [CrossRef]
- Samui, P.; Kothari, D. Utilization of a Least Square Support Vector Machine (LSSVM) for Slope Stability Analysis. Sci. Iran. 2011, 18, 53–58. [Google Scholar] [CrossRef] [Green Version]
- Si, G.; Shi, J.; Guo, Z.; Jia, L.; Zhang, Y.J.M.P.i.E. Reconstruct the Support Vectors to Improve LSSVM Sparseness for Mill Load Prediction. Math. Probl. Eng. 2017, 2017, 1–12. [Google Scholar] [CrossRef] [Green Version]
- Du, D.; Jia, X.; Hao, C. A New Least Squares Support Vector Machines Ensemble Model for Aero Engine Performance Parameter Chaotic Prediction. Math. Probl. Eng. 2016, 2016, 1–8. [Google Scholar] [CrossRef]
- Moore, G.W. An Introduction to Neural Computing; International Thomson Computer Press: London, UK, 2002; Volume 2, pp. 321–322. [Google Scholar]
- Sušanj, I.; Ožanić, N.; Marović, I. Methodology for Developing Hydrological Models Based on an Artificial Neural Network to Establish an Early Warning System in Small Catchments. Adv. Meteorol. 2016, 2016, 1–14. [Google Scholar] [CrossRef] [Green Version]
- Anitescu, C.; Atroshchenko, E.; Alajlan, N.; Rabczuk, T. Artificial Neural Network Methods for the Solution of Second Order Boundary Value Problems. Comput. Mater. Contin. 2019, 59, 345–359. [Google Scholar] [CrossRef] [Green Version]
- Hung, C.W.; Mao, W.L.; Huang, H.Y. Modified PSO Algorithm on Recurrent Fuzzy Neural Network for System Identification. Intell. Autom. Soft Comput. 2019, 25, 329–341. [Google Scholar]
- Li, X.; Zhu, Q.; Meng, Q.; You, C.; Zhu, M.; Hu, Y.; Huang, Y.; Wu, H.; Zheng, D. Researching the Link between the Geometric and Renyi Discord for Special Canonical Initial States Based on Neural Network Method. Comput. Mater. Contin. 2019, 60, 1087–1095. [Google Scholar] [CrossRef] [Green Version]
- Tan, L.; Li, C.; Xia, J.; Cao, J. Application of self-Organizing Feature Map Neural Network Based on K-Means Clustering in Network Intrusion Detection. Comput. Mater. Contin. 2019, 61, 275–288. [Google Scholar]
- Shen, C.; Chen, Y.; Chen, B.; Xie, J. A Compensation Controller Based on a Nonlinear Wavelet Neural Network for Continuous Material Processing Operations. Comput. Mater. Contin. 2019, 61, 379–397. [Google Scholar] [CrossRef]
- Chen, C.-H.; Chen, C.-Y.; Liu, N.-Y. Hardware Design of Codebook-Based Moving Object Detecting Method for Dynamic Gesture Recognition. Intell. Automat. Soft Comput. 2019, 25, 375–384. [Google Scholar] [CrossRef]
- Liu, P.; Liu, X.; Luo, Y.; Du, Y.; Fan, Y.; Feng, H.-M. An Enhanced Exploitation Artificial Bee Colony Algorithm in Automatic Functional Approximations. Intell. Automat. Soft Comput. 2019, 25, 385–394. [Google Scholar] [CrossRef]
- Wu, L.; Liu, Q.; Lou, P. Image Classification Using Optimized MKL for sSPM. Intell. Automat. Soft Comput. 2019, 25, 249–257. [Google Scholar] [CrossRef]
- Dargan, S.; Kumar, M.; Ayyagari, M.R.; Kumar, G. A Survey of Deep Learning and Its Applications: A New Paradigm to Machine Learning. Arch. Comput. Methods Eng. 2019, 27, 1071–1092. [Google Scholar] [CrossRef]
- Marugán, A.P.; Márquez, F.P.G.; Perez, J.M.P.; Ruiz-Hernández, D. A Survey of Artificial Neural Network in Wind Energy Systems. Appl. Energy 2018, 228, 1822–1836. [Google Scholar] [CrossRef] [Green Version]
- Asteris, P.G.; Roussis, P.C.; Douvika, M.G. Feed-Forward Neural Network Prediction of the Mechanical Properties of Sandcrete Materials. Sensors 2017, 17, 1344. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Zhang, J.; Wang, X.W. The Application of Feed-Forward Neural Network for the X-ray Image Fusion. J. Phys. Conf. Ser. 2011, 312, 062005. [Google Scholar]
- Tijanić, K.; Car-Pušić, D.; Šperac, M. Cost Estimation in Road Construction Using Artificial Neural Network. Neural Comput. Appl. 2019, 32, 9343–9355. [Google Scholar] [CrossRef]
- 6 Types of Artificial Neural Networks Currently Being Used in Machine Learning. Available online: https://analyticsindiamag.com/6-types-of-artificial-neural-networks-currently-being-used-in-todays-technology/ (accessed on 2 August 2020).
- Laleh, M.S.; Razaghi, M.; Bevrani, H. Modeling Optical Filters Based on Serially Coupled Microring Resonators Using Radial Basis Function Neural Network. Soft Comput. 2020, 1–14. [Google Scholar] [CrossRef]
- Dua, M.; Gupta, R.; Khari, M.; Crespo, R.G. Biometric Iris Recognition Using Radial Basis Function Neural Network. Soft Comput. 2019, 23, 11801–11815. [Google Scholar] [CrossRef]
- Specht, D.F. Probabilistic Neural Networks for Classification, Mapping, or Associative Memory. In Proceedings of the IEEE 1988 International Conference on Neural Networks, San Diego, CA, USA, 24–27 July 1988; pp. 525–532. [Google Scholar]
- Kiran, S.; Lal, B.; Tripathy, S. Shear Strength Prediction of Soil Based on Probabilistic Neural Network. Indian J. Sci. Technol. 2016, 9, 9. [Google Scholar] [CrossRef]
- Elfaki, A.O.; Alatawi, S.; Abushandi, E. Using Intelligent Techniques in Construction Project Cost Estimation: 10-Year Survey. Adv. Civ. Eng. 2014, 2014, 1–11. [Google Scholar] [CrossRef] [Green Version]
- Bui, D.T.; Hoang, N.-D.; Nhu, V.-H. A Swarm Intelligence-Based Machine Learning Approach for Predicting Soil Shear Strength for Road Construction: A Case Study at Trung Luong National Expressway Project (Vietnam). Eng. Comput. 2019, 35, 955–965. [Google Scholar]
- Kanungo, D.; Sharma, S.; Pain, A. Artificial Neural Network (ANN) and Regression Tree (CART) Applications for the Indirect Estimation of Unsaturated Soil Shear Strength Parameters. Front. Earth Sci. 2014, 8, 439–456. [Google Scholar] [CrossRef]
- Khan, S.; Suman, S.; Pavani, M.; Das, S. Prediction of the Residual Strength of Clay Using Functional Networks. Geosci. Front. 2016, 7, 67–74. [Google Scholar] [CrossRef] [Green Version]
- Das, S.; Samui, P.; Khan, S.; Sivakugan, N. Machine Learning Techniques Applied to Prediction Of residual Strength of Clay. Open Geosci. 2011, 3, 449–461. [Google Scholar] [CrossRef]
- Nhu, V.-H.; Hoang, N.-D.; Duong, V.-B.; Vu, H.-D.; Bui, D.T. A Hybrid Computational Intelligence Approach for Predicting Soil Shear Strength for Urban Housing Construction: A Case Study at Vinhomes Imperia Project, Hai Phong City (Vietnam). Eng. Comput. 2020, 36, 603–616. [Google Scholar] [CrossRef]
- Ly, H.-B.; Pham, B.T. Prediction of Shear Strength of Soil Using Direct Shear Test and Support Vector Machine Model. Open Constr. Build. Technol. J. 2020, 14, 41–51. [Google Scholar] [CrossRef]
- Tizpa, P.; Chenari, R.J.; Fard, M.K.; Machado, S.L. ANN Prediction of Some Geotechnical Properties of Soil from Their Index Parameters. Arab. J. Geosci. 2015, 8, 2911–2920. [Google Scholar] [CrossRef]
- Moayedi, H.; Tien Bui, D.; Dounis, A.; Kok Foong, L.; Kalantar, B. Novel Nature-Inspired Hybrids of Neural Computing for Estimating Soil Shear Strength. Appl. Sci. 2019, 9, 4643. [Google Scholar] [CrossRef] [Green Version]
- Iyeke, S.; Eze, E.; Ehiorobo, J.; Osuji, S. Estimation of Shear Strength Parameters of Lateritic Soils Using Artificial Neural Network. Niger. J. Technol. 2016, 35, 260–269. [Google Scholar] [CrossRef]
- Kiran, S.; Lal, B. Modelling of Soil Shear Strength Using Neural Network Approach. Electron. J. Geotech. Eng. 2016, 21, 3751–3771. [Google Scholar]
- Mohammadi, M.; Fatemi Aghda, S.M.; Talkhablou, M.; Cheshomi, A. Prediction of the Shear Strength Parameters from Easily-Available Soil Properties by Means of Multivariate Regression and Artificial Neural NETWORK methods. Geomech. Geoengin. 2020, 21, 1–13. [Google Scholar] [CrossRef]
- Elmousalami, H.H. Artificial Intelligence and Parametric Construction Cost Estimate Modeling: State-of-the-Art Review. J. Constr. Eng. Manag. 2020, 146, 03119008. [Google Scholar] [CrossRef]
- Hegazy, T.; Ayed, A. Neural Network Model for Parametric Cost Estimation of Highway Projects. J. Constr. Eng. Manag. 1998, 124, 210–218. [Google Scholar] [CrossRef]
- Chou, J.-S.; Lin, C.-W.; Pham, A.-D.; Shao, J.-Y. Optimized Artificial Intelligence Models for Predicting Project Award Price. Autom. Constr. 2015, 54, 106–115. [Google Scholar] [CrossRef]
- Peško, I.; Mučenski, V.; Šešlija, M.; Radović, N.; Vujkov, A.; Bibić, D.; Krklješ, M. Estimation of Costs and Durations of Construction of Urban Roads Using ANN and SVM. Complexity 2017, 2017. [Google Scholar] [CrossRef] [Green Version]
- Naik, G.; Radhika, V.S.B. Time and Cost Analysis for Highway Road Construction Project Using Artificial Neural Networks. KICEM J. Constr. Eng. Proj. Manag. 2015, 4, 26–31. [Google Scholar] [CrossRef] [Green Version]
- Matel, E.; Vahdatikhaki, F.; Hosseinyalamdary, S.; Evers, T.; Voordijk, H. An Artificial Neural Network Approach for Cost Estimation of Engineering Services. Int. J. Constr. Manag. 2019, 1–14. [Google Scholar] [CrossRef] [Green Version]
- Karaca, I.; Gransberg, D.D.; Jeong, H.D. Improving the Accuracy of Early Cost Estimates on Transportation Infrastructure Projects. J. Manag. Eng. 2020, 36, 04020063. [Google Scholar] [CrossRef]
- Pewdum, W.; Rujirayanyong, T.; Sooksatra, V. Forecasting Final Budget and Duration of Highway Construction Projects. Eng. Constr. Archit. Manag. 2009, 16, 544–557. [Google Scholar] [CrossRef]
- Khaleel, T.A.M. Development of the Artificial Neural Network Model for Prediction of Iraqi Express Ways Construction Cost. Int. J. Civ. Eng. 2015, 6, 62–76. [Google Scholar]
- Hatamleh, M.T.; Hiyassat, M.; Sweis, G.J.; Sweis, R.J. Factors Affecting the Accuracy of Cost Estimate: Case of Jordan. Eng. Constr. Archit. Manag. 2018, 25, 113–131. [Google Scholar] [CrossRef]
- Choon, T.T.; Sim, L.C.; Connie, T.; Nita, A.K.; Uche, A.G.; Chen, G.K. Influential Factors in Estimating and Tendering for Construction Work. In Proceedings of the 3rd International Conference on Civil and Environmental Engineering for Sustainability (IConCEES 2015), Melaka, Malaysia, 1–2 December 2015; p. 04007. [Google Scholar]
- Cheng, Y.-M. An Exploration into Cost-Influencing Factors on Construction Projects. Int. J.Proj. Manag. 2014, 32, 850–860. [Google Scholar] [CrossRef]
- Jarkas, A.M.; Mubarak, S.A.; Kadri, C.Y. Critical Factors Determining Bid/No Bid Decisions of Contractors in Qatar. J. Manag. Eng. 2014, 30, 05014007. [Google Scholar] [CrossRef]
- Mahalakshmi, G.; Rajasekaran, C. Early Cost Estimation of Highway Projects in India Using Artificial Neural Network. In Sustainable Construction and Building Materials; Springer: Berlin, Germany, 2019; pp. 659–672. [Google Scholar]
- Hyari, K.H.; Al-Daraiseh, A.; El-Mashaleh, M. Conceptual Cost Estimation Model for Engineering Services in Public Construction Projects. J. Manag. Eng. 2016, 32, 04015021. [Google Scholar] [CrossRef] [Green Version]
- Elbeltagi, E.; Hosny, O.; Abdel-Razek, R.; El-Fitory, A. Conceptual Cost Estimate of Libyan Highway Projects Using Artificial Neural Network. Int. J. Eng. Res. Appl. 2014, 4, 56–66. [Google Scholar]
- Doyle, A.; Hughes, W. The Influence of Project Complexity on Estimating accuracy. In Proceedings of the 16th Annual ARCOM Conference, Glasgow, UK, 6–8 September 2000. [Google Scholar]
- Mahamid, I. Early Cost Estimating for Road Construction Projects Using Multiple Regression Techniques. Constr. Econ. Build. 2011, 11, 87–101. [Google Scholar] [CrossRef] [Green Version]
- Moon, H.; Williams, T.P.; Lee, H.-S.; Park, M. Predicting Project Cost Overrun Levels in Bidding Stage Using Ensemble Learning. J. Asian Archit. Build. Eng. 2020, 19, 1–14. [Google Scholar] [CrossRef]
- Mahamid, I. Factors Affecting Cost Estimate Accuracy: Evidence from Palestinian Construction Projects. Int. J. Manag. Sci. Eng. Manag. 2015, 10, 117–125. [Google Scholar] [CrossRef]
- Ekung, S.; Lashinde, A.; Adu, E. Critical Risks to Construction Cost Estimation. J. Eng. Proj. Prod. Manag. 2021, 11, 19–29. [Google Scholar] [CrossRef]
- Zahmak, A.; Ghannam, O.; Nofal, O. Comparative Study between Contractors’ and Consultants’ Evaluation of Cost Overrun Factors in Building Construction Projects in UAE. In Proceedings of the 2020 Advances in Science and Engineering Technology International Conferences (ASET), Dubai, UEA, 4–6 February 2020; pp. 1–6. [Google Scholar]
- Kumar, A. Examination of Cost Overrun in Highway Projects Using Artificial Neural Networks in Kerala. Int. J. Innov. Sci. Res. Technol. 2020, 5, 1382–1392. [Google Scholar]
- Drew, D.; Skitmore, M.; Lo, H.P. The Effect of Client and Type and Size of Construction Work on a Contractor’s Bidding Strategy. Build. Environ. 2001, 36, 393–406. [Google Scholar] [CrossRef] [Green Version]
- Enshassi, A.; Mohamed, S.; Madi, I. Factors Affecting Accuracy of Cost Estimation of Building Contracts in the Gaza Strip. J. Financ. Manag. Prop. Constr. 2005, 10, 115–125. [Google Scholar] [CrossRef]
- Abdul Rahman, I.; Memon, A.H.; Abdul Karim, A.T. Significant Factors Causing Cost Overruns in Large Construction Projects in Malaysia. J. Appl. Sci. 2013, 13, 286–293. [Google Scholar] [CrossRef] [Green Version]
- Mahamid, I. Contractors’ Perception of Risk Factors Affecting Cost Overrun in Building Projects in Palestine. IES J. Part A Civ. Struct. Eng. 2014, 7, 38–50. [Google Scholar] [CrossRef]
- Mahamid, I.; Bruland, A. Cost Diviation in Road Construction Projects: The Case of Palestine. Constr. Econ. Build. Environ. 2012, 12, 58–71. [Google Scholar] [CrossRef] [Green Version]
- Azhar, N.; Farooqui, R.U.; Ahmed, S.M. Cost Overrun Factors in Construction Industry of Pakistan. In Proceedings of the First International Conference on Construction in Developing Countries (ICCIDC–I), Advancing and Integrating Construction Education, Research & Practice, Karachi, Pakistan, 4–5 August 2008; pp. 499–508. [Google Scholar]
- Ural, N. The Importance of Clay in Geotechnical Engineering; IntechOpen: London, UK, 2018; p. 83. [Google Scholar]
- Sharma, B.; Bora, P.K. Plastic Limit, Liquid Limit and Undrained Shear Strength of Soil—Reappraisal. J. Geotech. Geoenviron. Eng. 2003, 129, 774–777. [Google Scholar] [CrossRef]
- Das, B. Principles of Geotechnical Engineering; Cengage Learning: Boston, MS, USA, 2007. [Google Scholar]
- Keaton, J.R. Plastic Limit. In Encyclopedia of Engineering Geology; Bobrowsky, P.T., Marker, B., Eds.; Springer International Publishing: Cham, Switzerland, 2018; p. 727. [Google Scholar] [CrossRef]
- Sanuade, O.A.; Hassan, A.M.; Akanji, A.O.; Olaojo, A.A.; Oladunjoye, M.A.; Abdulraheem, A. New Empirical Equation to Estimate the Soil Moisture Content Based on Thermal Properties Using Machine Learning Techniques. Arab. J. Geosci. 2020, 13, 377. [Google Scholar] [CrossRef]
- Pham, B.T.; Qi, C.; Ho, L.S.; Nguyen-Thoi, T.; Al-Ansari, N.; Nguyen, M.D.; Nguyen, H.D.; Ly, H.-B.; Le, H.V.; Prakash, I. A Novel Hybrid Soft Computing Model Using Random Forest and Particle Swarm Optimization for Estimation of Undrained Shear Strength of Soil. Sustainability 2020, 12, 2218. [Google Scholar] [CrossRef] [Green Version]
- Zhi-peng, L. The Analysis of The Impact of Liquid Limit on Mechanical Properties of Clayey Soil. In Proceedings of the IOP Conference Series: Earth and Environmental Science, Guiyang, China, 17–19 April 2020; p. 012036. [Google Scholar]
- Whiting, D.; Wilson, C.; Card, A. Estimating Soil Texture: Sandy, Loamy or Clayey? In Gardening Series. Colorado Master Gardener; Colorado State University: Colorado, DV, USA, 2005; no. 7.723. [Google Scholar]
- Meharie, M.G.; Gariy, Z.C.A.; Ndisya Mutuku, R.N.; Mengesha, W.J. An Effective Approach to Input Variable Selection for Preliminary Cost Estimation of Construction Projects. Adv. Civ. Eng. 2019, 2019, 1–14. [Google Scholar] [CrossRef]
- Alshamrani, O.S. Construction Cost Prediction Model for Conventional and Sustainable College Buildings in North America. J. Taibah Univ. Sci. 2017, 11, 315–323. [Google Scholar] [CrossRef] [Green Version]
- Ji, S.-H.; Ahn, J.; Lee, H.-S.; Han, K. Cost Estimation Model Using Modified Parameters for Construction Projects. Adv. Civ. Eng. 2019, 2019, 1–10. [Google Scholar] [CrossRef] [Green Version]
Parameters | Artificial-Intelligence-Assisted Road and Building Construction | Manual Road and Building Construction |
---|---|---|
Labor | Less labor is required as the manual and repetitive work will be automated by the machine. | Labor is required for the work to be done, which incurs both time and cost. |
Cost | Cost is reduced as labor is replaced by automated machines. Moreover, automated steps reduce the need for the use of equipment required in the manual construction process. AI also reduces the material and time wastage with its accurate calculations and, thus, reduces the overall cost of the production. | Cost is required for paying the bills related to extra labor, equipment, cost due to delay in project, material wastage, etc. |
Time | AI ensures the timely completion of the project through the prior prediction of the project duration. Most time-consuming tasks are replaced by AI-assisted technology, which speeds up the overall project activities. | The manual construction process is time-consuming as it is greatly dependent on human labor, which is prone to factors such as the unavailability of skilled labor and errors. |
Accuracy | AI is highly accurate and uniform in its predictions and estimations as it takes into account various input parameters and factors that affect the predictions and estimations of an output. | Accuracy depends upon the experience and skill of the person making the predictions and estimations. Moreover, it is not possible to manually consider all input parameters as it is too complex a process. |
Risk | There is low risk to human lives as the repetitive tasks, as well as tasks which humans are reluctant to perform where their lives are at risk, are performed by the machine. | There is high risk involved in dangerous construction-related jobs. |
Cost-Overrun Issues | There are no cost-overrun issues as AI-based models make very accurate predictions of the project cost and duration by considering various crucial input parameters with impact on the overall cost of the project. Furthermore, sensitivity analysis is also performed, which improves the robustness and accuracy of the prediction model when certain input parameters are available. | There are often cost- and duration-overrun problems because of issues such as the lack of experienced cost estimators and the inability to consider all crucial parameters. |
Ref. | Application | Artificial Intelligence Techniques Used | Parameter Computed | Dataset Used | Input Parameters | Performance Metrics | Simulation Software Used | Performance Results |
---|---|---|---|---|---|---|---|---|
[66] | Predicting soil shear strength for road construction | Hybrid AI using LSSVM and CSO | Soil shear strength | 332 soil samples collected from Trung Luong National Expressway Project, Vietnam |
|
| MATLAB along with the LS-SVMLAB toolbox | RMSE: 0.078 MAPE: 14.841% VAF: 93.110% R2: 0.885 |
[67] | Predicting soil shear strength for road construction | ANN and regression tree | Soil shear strength (cohesion and internal friction angle) | 115 soil samples with 95 soil samples for training while 20 for testing |
|
| MATLAB |
RMSE: 0.136
RMSE: 0.162 |
[64] | Predicting soil shear strength for road construction | Probabilistic neural network (PNN) | Soil shear strength (cohesion and internal friction angle) | 300 soil samples from different 20 bore holes in Ranchi, Jharkhand, India |
|
| Not mentioned | The difference between the predicted and observed cohesion and predicted angle was between 7% and 14%. |
[68] | Predicting soil shear strength for road construction | Functional neural network (FNN) | Residual strength of clay | 131 samples of database obtained from areas of landslide, debris flow, volcanic eruptions |
|
| MATLAB | Best case while using all the input parameters, R: 0.898 RMSE: 2.782 |
[69] | Predicting soil shear strength for road construction | ANN and SVM | Residual friction angle of clay | Database obtained from areas of landslide, debris flow, volcanic eruptions |
|
| MATLAB | RMSE: 7.0 |
[71] | Predicting soil shear strength | SVM | Soil shear strength | 538 samples of soil collected from Long Phu 1 Power Plant Project, Soc Trang Province, Vietnam |
|
| MATLAB using the machine-learning toolbox | SVM performed well for the prediction of soil shear strength with a correlation coefficient between 0.9 and 0.95. Moisture content, liquid limit, and plastic limit were found to be the most important parameters. |
[72] | Predicting soil shear strength | ANN | Soil shear strength parameter of friction angle | 320 samples obtained from Geotechnical Engineering laboratory of the Federal University of Bahia (UFBA), Brazil |
|
| Not mentioned | Sensitivity analysis was also performed to check how the system would respond if certain input information was not available. Soil bulk density was found to be an important parameter. RMSE: 51.63 CRM: 0.00518 CoD: 0.97 |
[73] | Predicting soil shear strength | Three nature-inspired hybrid algorithms, i.e., dragonfly algorithm, whale optimization algorithm, and invasive weed optimization of ANN | Soil shear strength | 28 boreholes were constructed and 154 soil samples were obtained from Royal City Project of Hanoi, Vietnam |
|
| MATLAB 2014 | RMSE ANN: 1 DFA: 4 WOA: 2 IWO: 3 MAE: ANN: 1 DFA: 2 WOA: 3 IWO: 4 CoD: ANN: 1 DFA: 4 WOA: 2 IWO: 3 |
[74] | Predicting soil shear strength | ANN | Soil shear strength (cohesion and internal friction angle) | 83 soil samples were collected from random locations of central and southern areas of Delta State |
|
| Visual Basic software | RMSE: 8.33 MAE: 6.08 Coefficient of correlation: 0.861 |
[75] | Predicting soil shear strength | ANN | Soil shear strength (cohesion and internal friction angle) | 20 boreholes were detected and 200 soil samples were collected from Nalanda District of Bihar, India |
|
| Not mentioned | RMSE: 0.636 MAPE: R: 0.907 |
[76] | Predicting soil shear strength | Multivariate regression and ANN | Soil shear strength (cohesion and internal friction angle) | 108 soil samples taken from Isfahan, Iran |
|
| SPSS 23 software | Correlation coefficient analysis showed that liquid limit, plastic limit, and % of clay and silt were important input parameters for the calculation of soil cohesion, whereas density, plasticity index, liquid limit, and % of clay, sand, and silt were crucial for the prediction of effective friction angle. |
Input Parameter | Description | |
---|---|---|
Scale of work | Actual cost of construction | |
Project phases | Master plan Basic design/detailed | Conceptual design Detailed design |
Project duration | No. of days the project will take | |
Scope of work | List of activities included in the contract | |
Type of work | Modification/maintenance or new construction | |
Client’s expertise | The level of experience on client’s side | |
Size of project team | No. of team members | |
Multidisciplinary nature | No. of disciplines involved | |
Type of client | How demanding client is for standard | |
Main market type | Oil and gas Chemicals Energy and environment | Infrastructure Industrial property Public sector |
Attitude toward design changes | Cooperative or noncooperative | |
Project manager’s experience | The number of hours of experience | |
Contract type | Fixed price or reimbursable | |
Intensity | Average hours that the team members work |
Ref. | Application | AI Techniques Used | Construction Parameter Computed | Dataset Used | Input Parameters | Performance Metrics | Simulation Software Used | Performance Results |
---|---|---|---|---|---|---|---|---|
[78] | Prediction of road building cost | Neural network and genetic algorithms | Budget cost estimate of a project | Bids of 18 different national highway projects submitted over the span of 5 years in the office of Public Works, Services and Transportation, St. John’s, Newfoundland, Canada |
|
|
| Weighted errors
|
[79] | Prediction of road building cost and duration | Genetic algorithm (GA), multiple regression, artificial neural network (ANN), and case-based Reasoning (CBR) | Budget cost estimate of a project | Bid invitation and bid award data of 98 bridge construction projects obtained from Taiwan Public Const. Commission database from June 2008 to May 2009 |
|
|
| MAPE values
|
[80] | Prediction of road building cost and duration | ANN and SVM | Project cost and duration estimate | 166 completed construction related projects carried out between January 2005 and December 2012 in Novi Sad, Republic of Serbia |
|
|
| SVM outperformed the ANN-based model in calculation of estimate cost in terms of MAPE with values of 7.06% and 25.38%, respectively. For estimate of project duration, which proved to be a challenge, SVM and ANN produced MAPEs of 22.77% and 26.26%, respectively. |
[81] | Prediction of road building cost and duration | ANN | Project cost and duration estimate | 2 completed projects having the same set of resources |
|
|
| Average MAPE values for total cost and construction period were 0.57% and 0.27%, respectively. |
[82] | Prediction of road building cost and duration | ANN | Engineering service-related cost prediction | 132 projects |
|
|
| ANN can be used for accurate cost prediction even with little available input. |
[59] | Prediction of road building cost | ANN models, i.e., MLP, GRNN, and RBFNN | Project cost and duration estimate | Database of roads projects constructed in the region of Republic of Croatia |
|
|
| GRNN gave the best accuracy with MAPE = 13% and coefficient of correlation = 0.9595. |
[83] | Prediction of road building cost | Multiple regression analysis (MRA) and ANN | Project cost estimate | 966 projects of Montana Dept. of Transportation awarded between 2006 and 2015 |
|
|
| Top-down models offer a way to boost the predictive accuracy of cost estimate for projects having higher complexity levels and smaller sample sizes. |
[84] | Prediction of road building cost | ANN | Project cost and duration estimate | 1022 data from 51 highway projects of Thailand between 2002 and 2007 |
|
|
| Results showed that the ANN gave accurate predictions in terms of MAPE in comparison to learned methods. |
[85] | Prediction of road building cost | ANN | Project cost estimate | Expressway contract data of Iraq collected between 2010 to 2014 |
|
|
| Coefficient of correlation: 90%Average accuracy %: 89 |
Input Parameter | Usage Frequency | Reference |
---|---|---|
Percentage of clay | 9 | [64,66,67,68,69,71,73,75,76] |
Plastic index | 9 | [64,66,67,68,69,73,74,75,76] |
Liquid limit | 7 | [64,66,68,69,72,74,76] |
Sand percentage | 6 | [66,67,72,73,75,76] |
Plastic limit | 5 | [66,71,72,73,76] |
Wet density of soil | 4 | [64,66,73,75] |
Silt percentage | 4 | [64,67,75,76] |
Dry density | 4 | [64,67,73,75] |
Specific gravity | 3 | [66,71,74] |
Gravel percentage | 3 | [64,67,76] |
Sample depth | 2 | [66,73] |
Percentage of loam | 2 | [66,73] |
Liquid index | 2 | [66,73] |
Void ratio | 2 | [71,73] |
Moisture content | 2 | [71,73] |
Soil bulk density | 2 | [72,75] |
Shearing rate | 1 | [72] |
Fine content | 1 | [72] |
Coarse content | 1 | [72] |
Input Parameter | Usage Frequency | Reference |
---|---|---|
Duration of project | 5 | [59,78,83,84,114] |
Project type subclassified as (i) bridge, (ii) highway, and (iii) others | 4 | [59,78,80,114] |
Project size in km | 3 | [78,83,114] |
Geographical complexity | 3 | [83,84,114] |
Earthworks | 2 | [80,81] |
Drainage works | 2 | [80,81] |
Traffic signalization works | 2 | [80,81] |
Location | 2 | [78,114] |
Water body (yes or no) | 2 | [78,114] |
Soil condition | 2 | [78,114] |
Road length | 2 | [59,83] |
Road width | 2 | [59,83] |
Bridge type (concrete, steel, or pre-stressed concrete) | 2 | [83,114] |
No. of bridges | 2 | [83,114] |
Project scope | 2 | [59,114] |
Planned construction cost | 2 | [59,84] |
Amount of crushed stone | 1 | [80] |
Number of curbs | 1 | [80] |
Amount of asphalt base layer | 1 | [80] |
Amount of asphalt surface layer | 1 | [80] |
Preparation works | 1 | [80] |
Work realization zone | 1 | [80] |
Construction season, i.e., winter, summer, or fall | 1 | [78] |
Capacity (e.g., 2 lanes or 2 lanes divided) | 1 | [78] |
Year | 1 | [78] |
Site clearance | 1 | [81] |
Sub-base works | 1 | [81] |
Street lighting in urban areas | 1 | [81] |
Toll plaza | 1 | [81] |
Flyovers, robs, and overpasses | 1 | [81] |
VUPs, PUPs, and return walls | 1 | [81] |
Junctions and curbs | 1 | [81] |
Major and minor bridges | 1 | [81] |
Bituminous works | 1 | [81] |
Culverts | 1 | [81] |
Weather condition | 1 | [84] |
Urban area indicator | 1 | [83] |
Actual construction cost | 1 | [59] |
Traffic volume | 1 | [84] |
Site topology | 1 | [114] |
Inflation rate | 1 | [114] |
Input Parameter | Reference |
---|---|
No. of floors (ground and underground) | [115,116] |
Floor height | [115] |
Total building area | [115,116] |
Year of built | [115] |
Structure type | [115,116] |
Envelope type | [115] |
Building type (flat, tower, both) | [116] |
No. of elevators | [116] |
Roof type | [116] |
Type of public area (hall, corridor) | [116] |
No. of pilotis | [116] |
Performance Metric Used | Usage Frequency | Reference |
---|---|---|
RMSE | 10 | [66,67,68,69,71,72,73,74,75,76] |
Correlation coefficient (R) | 9 | [59,67,68,69,71,74,75,82,85] |
MAPE | 8 | [59,66,79,80,81,82,83,84,85] |
MAE | 6 | [68,69,71,73,74,76] |
Coefficient of determination (R2) | 3 | [66,72,73] |
VAF | 2 | [66,76] |
AAE | 2 | [68,69] |
Nash–Sutcliffe coefficient of efficiency | 1 | [68] |
CRM | 1 | [72] |
Cohesion equation | 1 | [74] |
AI Technique Used | Usage Frequency | Reference |
---|---|---|
ANN | 16 | [59,67,69,72,73,74,75,76,78,79,80,81,82,83,84,85] |
Regression | 5 | [67,76,79,83] |
SVM | 3 | [69,71,80] |
Genetic algorithm | 2 | [78,79] |
LSSVM | 1 | [66] |
CSO | 1 | [66] |
PNN | 1 | [64] |
FNN | 1 | [68] |
Dragon fly Algorithm | 1 | [73] |
Whale optimization Algorithm | 1 | [73] |
Invasive weed optimization | 1 | [73] |
CBR | 1 | [79] |
RBFNN | 1 | [59] |
GRNN | 1 | [59] |
MLP | 1 | [59] |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Sharma, S.; Ahmed, S.; Naseem, M.; Alnumay, W.S.; Singh, S.; Cho, G.H. A Survey on Applications of Artificial Intelligence for Pre-Parametric Project Cost and Soil Shear-Strength Estimation in Construction and Geotechnical Engineering. Sensors 2021, 21, 463. https://doi.org/10.3390/s21020463
Sharma S, Ahmed S, Naseem M, Alnumay WS, Singh S, Cho GH. A Survey on Applications of Artificial Intelligence for Pre-Parametric Project Cost and Soil Shear-Strength Estimation in Construction and Geotechnical Engineering. Sensors. 2021; 21(2):463. https://doi.org/10.3390/s21020463
Chicago/Turabian StyleSharma, Sparsh, Suhaib Ahmed, Mohd Naseem, Waleed S. Alnumay, Saurabh Singh, and Gi Hwan Cho. 2021. "A Survey on Applications of Artificial Intelligence for Pre-Parametric Project Cost and Soil Shear-Strength Estimation in Construction and Geotechnical Engineering" Sensors 21, no. 2: 463. https://doi.org/10.3390/s21020463
APA StyleSharma, S., Ahmed, S., Naseem, M., Alnumay, W. S., Singh, S., & Cho, G. H. (2021). A Survey on Applications of Artificial Intelligence for Pre-Parametric Project Cost and Soil Shear-Strength Estimation in Construction and Geotechnical Engineering. Sensors, 21(2), 463. https://doi.org/10.3390/s21020463