Your browser doesn't support javascript.
loading
Show: 20 | 50 | 100
Results 1 - 11 de 11
Filter
1.
Molecules ; 25(15)2020 Jul 31.
Article in English | MEDLINE | ID: mdl-32751914

ABSTRACT

In this study, a novel hybrid surrogate machine learning model based on a feedforward neural network (FNN) and one step secant algorithm (OSS) was developed to predict the load-bearing capacity of concrete-filled steel tube columns (CFST), whereas the OSS was used to optimize the weights and bias of the FNN for developing a hybrid model (FNN-OSS). For achieving this goal, an experimental database containing 422 instances was firstly gathered from the literature and used to develop the FNN-OSS algorithm. The input variables in the database contained the geometrical characteristics of CFST columns, and the mechanical properties of two CFST constituent materials, i.e., steel and concrete. Thereafter, the selection of the appropriate parameters of FNN-OSS was performed and evaluated by common statistical measurements, for instance, the coefficient of determination (R2), root mean square error (RMSE), and mean absolute error (MAE). In the next step, the prediction capability of the best FNN-OSS structure was evaluated in both global and local analyses, showing an excellent agreement between actual and predicted values of the load-bearing capacity. Finally, an in-depth investigation of the performance and limitations of FNN-OSS was conducted from a structural engineering point of view. The results confirmed the effectiveness of the FNN-OSS as a robust algorithm for the prediction of the CFST load-bearing capacity.


Subject(s)
Construction Industry/methods , Construction Materials/analysis , Engineering/methods , Machine Learning , Neural Networks, Computer , Steel/analysis , Weight-Bearing , Databases, Factual , Models, Theoretical
2.
Sensors (Basel) ; 19(22)2019 Nov 13.
Article in English | MEDLINE | ID: mdl-31766187

ABSTRACT

Gas multisensor devices offer an effective approach to monitor air pollution, which has become a pandemic in many cities, especially because of transport emissions. To be reliable, properly trained models need to be developed that combine output from sensors with weather data; however, many factors can affect the accuracy of the models. The main objective of this study was to explore the impact of several input variables in training different air quality indexes using fuzzy logic combined with two metaheuristic optimizations: simulated annealing (SA) and particle swarm optimization (PSO). In this work, the concentrations of NO2 and CO were predicted using five resistivities from multisensor devices and three weather variables (temperature, relative humidity, and absolute humidity). In order to validate the results, several measures were calculated, including the correlation coefficient and the mean absolute error. Overall, PSO was found to perform the best. Finally, input resistivities of NO2 and nonmetanic hydrocarbons (NMHC) were found to be the most sensitive to predict concentrations of NO2 and CO.

3.
PLoS One ; 19(3): e0297364, 2024.
Article in English | MEDLINE | ID: mdl-38442109

ABSTRACT

The compressive strength (CS) of the hollow concrete masonry prism is known as an important parameter for designing masonry structures. In general, the CS is determined using laboratory tests, however, laboratory tests are time-consuming and high-cost. Thus, it is necessary to evaluate and estimate the CS using different methods, for example, machine learning techniques. This study employed Gradient Boosting (GB) to evaluate and predict the CS of hollow masonry prism. The database consists of 102 hollow concrete specimens taken from different previous published literature used for modeling. The output is the CS of the hollow masonry prism, while the inputs include the compressive strength of mortar (fm), the compressive strength of blocks (fb), height-to-thickness ratio (h/t), the ratio of fm/fb. To reduce the overfitting problem, this study used K-Fold cross-validation, then particle swarm optimization (PSO) was employed to obtain the optimum hyperparameter. The GB model then was modeled using the optimum hyperparameters. The results showed that the GB model performed very well in evaluating and predicting the CS of the hollow masonry prims with a high prediction accuracy, the values of R2, RMSE, MAE, and MAPE are 0.977, 0.803 MPa, 0.612 MPa, and 0.036%, respectively. The performance of the GB model in this study outperformed in comparison to six different machine learning models (decision tree, linear regression, random forest regression, ridge regression, Artificial Neural network, and Extreme Gradient Boosting) used in previous studies. The results of sensitivity analysis using SHAP and PDP-2D indicate that the CS is strongly dependent on the fb (with a mean SHAP value of 3.2), h/t (with a mean SHAP value of 1.63), while the fm/fb (with a mean SHAP value of 0.57) had a small effect on the CS. Thus, it can be stated that this research provides a good method to evaluate and predict the CS of the hollow masonry prism, which can bring good knowledge for practical application in this field.


Subject(s)
Algorithms , Neural Networks, Computer , Compressive Strength , Databases, Factual , Knowledge
4.
PLoS One ; 18(6): e0286950, 2023.
Article in English | MEDLINE | ID: mdl-37289821

ABSTRACT

This paper seeks to develop an interpretable Machine Learning (ML) model for predicting the unconfined compressive strength (UCS) of cohesive soils stabilized with geopolymer at 28 days. Four models including Random Forest (RF), Artificial Neuron Network (ANN), Extreme Gradient Boosting (XGB), and Gradient Boosting (GB) are built. The database consists of 282 samples collected from the literature with three different types of cohesive soil stabilized with three geopolymer categories including Slag-based geopolymer cement, alkali-activated fly ash geopolymer and slag/fly ash-based geopolymer cement. The optimal model is selected by comparing their performances with each other. The values of hyperparameters are tuned by Particle Swarm Optimization (PSO) algorithm and K-Fold Cross Validation. Statistical indicators show the superior performance of the ANN model with three metrics performance such as coefficient of determination R2 = 0.9808, Root Mean Square Error RMSE = 0.8808 MPa and Mean Absolute Error MAE = 0.6344 MPa. In addition, a sensitivity analysis was performed to determine the influence of different input parameters on the UCS of cohesive soils stabilized with geopolymer. The order of feature effect can be ordered in descending order using the Shapley additive explanations (SHAP) value as follows: Ground granulated blast slag content (GGBFS) > Liquid limit (LL) > Alkali/Binder ratio (A/B) > Molarity (M) > Fly ash content (FA) > Na/Al > Si/Al. The ANN model can obtain the best accuracy using these seven inputs. LL has a negative correlation with the growth of unconfined compressive strength, whereas GGBFS has a positive correlation.


Subject(s)
Alkalies , Coal Ash , Compressive Strength , Machine Learning , Soil
5.
PLoS One ; 18(10): e0287255, 2023.
Article in English | MEDLINE | ID: mdl-37883340

ABSTRACT

One of the various sorts of damage to asphalt concrete is cracking. Repeated loads, the deterioration or aging of material combinations, or structural factors can contribute to the development of cracks. Asphalt concrete's crack resistance is represented by the CT index. 107 CT Index data samples from the University of Transport Technology's lab are measured. These data samples are used to establish a database from which a Machine Learning (ML) model for predicting the CT Index of asphalt concrete can be built. For creating the highest performing machine learning model, three well-known machine learning methods are introduced: Random Forest (RF), K-Nearest Neighbors (KNN), and Multivariable Adaptive Regression Spines (MARS). Monte Carlo simulation is used to verify the accuracy of the ML model, which includes the Root Mean Square Error (RMSE), Mean Absolute Error (MAE), Mean Absolute Percentage Error (MAPE), and coefficient of determination (R2). The RF model is the most effective ML model, according to analysis and evaluation of performance indicators. By SHAPley Additive exPlanations based on RF model, the input Aggregate content passing 4.75 mm sieve (AP4.75) has a significant effect on the variation of CT Index value. In following, the descending order is Reclaimed Asphalt Pavement content (RAP) > Bitumen content (BC) > Flash point (FP) > Softening point > Rejuvenator content (RC) > Aggregate content passing 0.075mm sieve (AP0.075) > Penetration at 25°C (P). The results study contributes to selecting a suitable AI approach to quickly and accurately determine the CT Index of asphalt concrete mixtures.


Subject(s)
Machine Learning , Cell Movement , Cluster Analysis
6.
PLoS One ; 17(3): e0265747, 2022.
Article in English | MEDLINE | ID: mdl-35312706

ABSTRACT

Accurate determination of the axial load capacity of the pile is of utmost importance when designing the pile foundation. However, the methods of determining the axial load capacity of the pile in the field are often costly and time-consuming. Therefore, the purpose of this study is to develop a hybrid machine-learning to predict the axial load capacity of the pile. In particular, two powerful optimization algorithms named Herd Optimization (PSO) and Genetic Algorithm (GA) were used to evolve the Random Forest (RF) model architecture. For the research, the data set including 472 results of pile load tests in Ha Nam province-Vietnam was used to build and test the machine-learning models. The data set was divided into training and testing parts with ratio of 80% and 20%, respectively. Various performance indicators, namely absolute mean error (MAE), mean square root error (RMSE), and coefficient of determination (R2) are used to evaluate the performance of RF models. The results showed that, between the two optimization algorithms, GA gave superior performance compared to PSO in finding the best RF model architecture. In addition, the RF-GA model is also compared with the default RF model, the results show that the RF-GA model gives the best performance, with the balance on training and testing set, meaning avoiding the phenomenon of overfitting. The results of the study suggest a potential direction in the development of machine learning models in engineering in general and geotechnical engineering in particular.


Subject(s)
Algorithms , Machine Learning , Engineering , Hybridization, Genetic , Vietnam
7.
PLoS One ; 16(12): e0260847, 2021.
Article in English | MEDLINE | ID: mdl-34860842

ABSTRACT

An extensive simulation program is used in this study to discover the best ANN model for predicting the compressive strength of concrete containing Ground Granulated Blast Furnace Slag (GGBFS). To accomplish this purpose, an experimental database of 595 samples is compiled from the literature and utilized to find the best ANN architecture. The cement content, water content, coarse aggregate content, fine aggregate content, GGBFS content, carboxylic type hyper plasticizing content, superplasticizer content, and testing age are the eight inputs in this database. As a result, the optimal selection of the ANN design is carried out and evaluated using conventional statistical metrics. The results demonstrate that utilizing the best architecture [8-14-4-1] among the 240 investigated architectures, and the best ANN model, is a very efficient predictor of the compressive strength of concrete using GGBFS, with a maximum R2 value of 0.968 on the training part and 0.965 on the testing part. Furthermore, a sensitivity analysis is performed over 500 Monte Carlo simulations using the best ANN model to determine the reliability of ANN model in predicting the compressive strength of concrete. The findings of this research may make it easier and more efficient to apply the ANN model to many civil engineering challenges.


Subject(s)
Compressive Strength , Construction Materials/analysis , Industrial Waste/analysis , Materials Testing/methods , Monte Carlo Method , Neural Networks, Computer , Humans , Reproducibility of Results
8.
PLoS One ; 16(4): e0247391, 2021.
Article in English | MEDLINE | ID: mdl-33798200

ABSTRACT

In this paper, an extensive simulation program is conducted to find out the optimal ANN model to predict the shear strength of fiber-reinforced polymer (FRP) concrete beams containing both flexural and shear reinforcements. For acquiring this purpose, an experimental database containing 125 samples is collected from the literature and used to find the best architecture of ANN. In this database, the input variables consist of 9 inputs, such as the ratio of the beam width, the effective depth, the shear span to the effective depth, the compressive strength of concrete, the longitudinal FRP reinforcement ratio, the modulus of elasticity of longitudinal FRP reinforcement, the FRP shear reinforcement ratio, the tensile strength of FRP shear reinforcement, the modulus of elasticity of FRP shear reinforcement. Thereafter, the selection of the appropriate architecture of ANN model is performed and evaluated by common statistical measurements. The results show that the optimal ANN model is a highly efficient predictor of the shear strength of FRP concrete beams with a maximum R2 value of 0.9634 on the training part and an R2 of 0.9577 on the testing part, using the best architecture. In addition, a sensitivity analysis using the optimal ANN model over 500 Monte Carlo simulations is performed to interpret the influence of reinforcement type on the stability and accuracy of ANN model in predicting shear strength. The results of this investigation could facilitate and enhance the use of ANN model in different real-world problems in the field of civil engineering.


Subject(s)
Polymers/chemistry , Shear Strength , Steel/chemistry , Corrosion , Elasticity , Models, Chemical , Monte Carlo Method , Neural Networks, Computer
9.
PLoS One ; 15(12): e0243030, 2020.
Article in English | MEDLINE | ID: mdl-33332377

ABSTRACT

Determination of pile bearing capacity is essential in pile foundation design. This study focused on the use of evolutionary algorithms to optimize Deep Learning Neural Network (DLNN) algorithm to predict the bearing capacity of driven pile. For this purpose, a Genetic Algorithm (GA) was developed to select the most significant features in the raw dataset. After that, a GA-DLNN hybrid model was developed to select optimal parameters for the DLNN model, including: network algorithm, activation function for hidden neurons, number of hidden layers, and the number of neurons in each hidden layer. A database containing 472 driven pile static load test reports was used. The dataset was divided into three parts, namely the training set (60%), validation (20%) and testing set (20%) for the construction, validation and testing phases of the proposed model, respectively. Various quality assessment criteria, namely the coefficient of determination (R2), Index of Agreement (IA), mean absolute error (MAE) and root mean squared error (RMSE), were used to evaluate the performance of the machine learning (ML) algorithms. The GA-DLNN hybrid model was shown to exhibit the ability to find the most optimal set of parameters for the prediction process.The results showed that the performance of the hybrid model using only the most critical features gave the highest accuracy, compared with those obtained by the hybrid model using all input variables.


Subject(s)
Neural Networks, Computer , Selection, Genetic , Databases, Factual , Deep Learning , Humans , Vietnam
10.
Materials (Basel) ; 13(5)2020 Mar 07.
Article in English | MEDLINE | ID: mdl-32156033

ABSTRACT

Concrete filled steel tubes (CFSTs) show advantageous applications in the field of construction, especially for a high axial load capacity. The challenge in using such structure lies in the selection of many parameters constituting CFST, which necessitates defining complex relationships between the components and the corresponding properties. The axial capacity (Pu) of CFST is among the most important mechanical properties. In this study, the possibility of using a feedforward neural network (FNN) to predict Pu was investigated. Furthermore, an evolutionary optimization algorithm, namely invasive weed optimization (IWO), was used for tuning and optimizing the FNN weights and biases to construct a hybrid FNN-IWO model and improve its prediction performance. The results showed that the FNN-IWO algorithm is an excellent predictor of Pu, with a value of R2 of up to 0.979. The advantage of FNN-IWO was also pointed out with the gains in accuracy of 47.9%, 49.2%, and 6.5% for root mean square error (RMSE), mean absolute error (MAE), and R2, respectively, compared with simulation using the single FNN. Finally, the performance in predicting the Pu in the function of structural parameters such as depth/width ratio, thickness of steel tube, yield stress of steel, concrete compressive strength, and slenderness ratio was investigated and discussed.

11.
Materials (Basel) ; 13(10)2020 May 12.
Article in English | MEDLINE | ID: mdl-32408473

ABSTRACT

In this paper, the main objectives are to investigate and select the most suitable parameters used in particle swarm optimization (PSO), namely the number of rules (nrule), population size (npop), initial weight (wini), personal learning coefficient (c1), global learning coefficient (c2), and velocity limits (fv), in order to improve the performance of the adaptive neuro-fuzzy inference system in determining the buckling capacity of circular opening steel beams. This is an important mechanical property in terms of the safety of structures under subjected loads. An available database of 3645 data samples was used for generation of training (70%) and testing (30%) datasets. Monte Carlo simulations, which are natural variability generators, were used in the training phase of the algorithm. Various statistical measurements, such as root mean square error (RMSE), mean absolute error (MAE), Willmott's index of agreement (IA), and Pearson's coefficient of correlation (R), were used to evaluate the performance of the models. The results of the study show that the performance of ANFIS optimized by PSO (ANFIS-PSO) is suitable for determining the buckling capacity of circular opening steel beams, but is very sensitive under different PSO investigation and selection parameters. The findings of this study show that nrule = 10, npop = 50, wini = 0.1 to 0.4, c1 = [1, 1.4], c2 = [1.8, 2], fv = 0.1, which are the most suitable selection values to ensure the best performance for ANFIS-PSO. In short, this study might help in selection of suitable PSO parameters for optimization of the ANFIS model.

SELECTION OF CITATIONS
SEARCH DETAIL