| Literature DB >> 36234080 |
Sergey A Stel'makh1, Evgenii M Shcherban'2, Alexey N Beskopylny3, Levon R Mailyan4, Besarion Meskhi5, Irina Razveeva6, Alexey Kozhakin1, Nikita Beskopylny7.
Abstract
Currently, one of the topical areas of application of artificial intelligence methods in industrial production is neural networks, which allow for predicting the performance properties of products and structures that depend on the characteristics of the initial components and process parameters. The purpose of the study was to develop and train a neural network and an ensemble model to predict the mechanical properties of lightweight fiber-reinforced concrete using the accumulated empirical database and data from construction industry enterprises, and to improve production processes in the construction industry. The study applied deep learning and an ensemble of regression trees. The empirical base is the result of testing a series of experimental compositions of fiber-reinforced concrete. The predicted properties are cubic compressive strength, prismatic compressive strength, flexural tensile strength, and axial tensile strength. The quantitative picture of the accuracy of the applied methods for strength characteristics varies for the deep neural network method from 0.15 to 0.73 (MAE), from 0.17 to 0.89 (RMSE), and from 0.98% to 6.62% (MAPE), and for the ensemble of regression trees, from 0.11 to 0.62 (MAE), from 0.15 to 0.80 (RMSE), and from 1.30% to 3.4% (MAPE). Both methods have shown high efficiency in relation to such a hard-to-predict material as concrete, which is so heterogeneous in structure and depends on many factors. The value of the developed models lies in the possibility of obtaining additional useful information in the process of preparing highly functional lightweight fiber-reinforced concrete without additional experiments.Entities:
Keywords: artificial intelligence methods; artificial neural network; deep learning; ensemble method; lightweight fiber-reinforced concrete; regression
Year: 2022 PMID: 36234080 PMCID: PMC9573277 DOI: 10.3390/ma15196740
Source DB: PubMed Journal: Materials (Basel) ISSN: 1996-1944 Impact factor: 3.748
An overview of the main artificial intelligence methods used to predict the properties of various types of concrete.
|
|
|
|
|
| |
|
|
| ||||
| [ | Support vector machine (SVM) | Concrete | P- and S-wave velocities, electrical resistivity, density, water-to-binder ratio | Compressive strength | Recommendation of a set of criteria for evaluating the compressive strength of concrete in a marine environment with various saturation and salinity conditions |
| [ | SVM, | Concrete | Results from the two non–destructive testing tests | Compressive strength | Using non-destructive testing to improve concrete strength estimation by aI predictive models |
| [ | Decision tree (DT) | Fiber reinforced polymer (FRP) | Database of 121 groups of experimental results | Punching shear strength | Build machine learning models to accurately predict the punching shear strength of FRP reinforced concrete slabs |
| [ | DT, ANN, Gradient boosting | Concrete | Water, cement, coarse aggregate, fine aggregate, fly ash, microsilica, superplasticizers, nanosilica, temperature | Compressive strength | High temperature compressive strength prediction |
| [ | ANN | Self-sensing concrete, carbon nanotubes/carbon nanofibers (CNT/CNF) reinforced concrete | Parameters of the composition of the concrete mixture | Compressive strength, flexural strength | Approximation of the ANN approach to a range of specific researchers and possible implementation of ANN in civil engineering practice |
| [ | ANN, DT | Concrete in fresh and hardened states | Dosage of ceramic waste powder 10% and 20% | Compressive strength | Application of ANN and DT to predict compressive strength of concrete containing CWP |
| [ | ANN, boosting, Ada Boost ML | Geopolymer concrete (GPC) | Parameters of the composition of the concrete mixture | Compressive strength | Using ANN, Boosting and AdaBoost ML approaches based on Python coding to predict the compressive strength of high calcium fly ash based GPCs |
| [ | ANN | Fiber-reinforced polymers—short concrete columns | Column length, modulus of elasticity of fiberglass, compressive strength of concrete, coefficients of longitudinal and transverse reinforcement, ultimate axial load | Load carrying capacity | Forecasting the bearing capacity of fiberglass short concrete columns |
| [ | Separate stacking ensemble with the random forest algorithm (SSE-Random Forest) | Fly Ash Concrete (FAC) | Parameters of the composition of the concrete mixture | Compressive strength | Comparison of ensemble models of deep neural networks, i.e., superlearning algorithm, simple averaging, weighted averaging, integrated summation, as well as individual ensemble summation models and superlearning models. to develop an accurate approach to estimating the FAC compressive strength and to reduce the high variance of the predictive models |
Statistical characteristics of the dataset.
|
|
|
|
|
|
|
|
|
| % | - | MPa | MPa | MPa | MPa |
|
| 4.0 | - | 48.41 | 36.78 | 9.41 | 5.76 |
|
| 2.46 | - | 3.98 | 3.71 | 3.12 | 1.56 |
|
| 0.0 | - | 40.20 | 28.0 | 3.0 | 2.80 |
|
| 8.0 | - | 57.80 | 44.10 | 16.0 | 8.90 |
Figure 1Deep neural network architecture.
Neural network architecture.
|
|
|
|
|
| 1 | Network type | Fully Connected Feedforward Neural Network for Solving the Regression Problem | The first fully connected layer of the neural network has a connection from the input of the network, and each subsequent layer has a connection from the previous layer |
| 2 | Number of hidden layers | 5 | 1 hidden layer—40 neurons |
| 3 | Activation function for hidden layers | Relu |
|
| 4 | Loss function minimization method | LBFGS | Broyden-Fletcher-Goldfarb-Shannot quasi-Newton algorithm with limited memory usage |
| 5 | Regularization method | Early stopping | Scheduled to stop when it starts to deteriorate |
Parameters of the ensemble model of regression trees.
|
|
|
|
|
| 1 | Ensemble Aggregation Algorithm | LSBoost | The LSBoost (Least-squares boosting) method uses the least squares method as a loss function |
| 2 | Number of trees | 10…100 with step 10 | The model is a combination of n-decision trees |
| 3 | Tree Complexity Level (Depth) | 1,2,3 | The maximum depth of the tree takes the values 1, 2 and 3 |
| 4 | Limit on the number of objects in leaves (MinLeafSize) | 5 | According to the classics, in regression problems it is recommended to use the value 5 |
| 5 | Minimum number of branch node observations (MinParentSize) | 10 | Each branch node in the tree has at least the MinParentSize of the observation |
| 6 | Learning rate | 1 | Ensemble model learning rate (can take values in the range (0…1]) |
| 7 | Method for estimating the generalizing ability of a model | 10 block cross validation | 10-box cross validation on training data |
Figure 2Neural network training.
Figure 3Mean Absolute Error meaning.
Figure 4Meaning of Root-Mean-Square Error.
Figure 5Mean Absolute Percentage Error.
Figure 6Visualization of the first trained regression tree.
Figure 7Correlation between real values of cubic compressive strength (MPa) and calculated values: (a) Deep neural network; (b) ensemble of regression trees.
Figure 8Correlation between real values of prismatic compressive strength (MPa) and calculated values: (a) Deep neural network; (b) ensemble of regression trees.
Figure 9Correlation between real values of tensile strength in bending (MPa) and calculated values: (a) Deep neural network; (b) ensemble of regression trees.
Figure 10Relationship between real values of axial tensile strength (MPa) and calculated values: (a) Deep neural network; (b) ensemble of regression trees.
Comparative characteristics of the work of the implemented methods on a test sample in determining the cubic compressive strength.
| Method | MAE | RMSE | MAPE, % |
|---|---|---|---|
| Deep Neural Network | 0.46 | 0.60 | 0.98 |
| Ensemble of Regression Trees | 0.62 | 0.80 | 1.30 |
Comparative characteristics of the work of the implemented methods on a test sample when determining the prism compressive strength.
| Method | MAE | RMSE | MAPE, % |
|---|---|---|---|
| Deep Neural Network | 0.73 | 0.89 | 2.11 |
| Ensemble of Regression Trees | 0.48 | 0.62 | 1.33 |
Comparative characteristics of the work of the implemented methods on the test sample when determining the tensile strength in bending.
| Method | MAE | RMSE | MAPE, % |
|---|---|---|---|
| Deep Neural Network | 0.63 | 0.87 | 6.62 |
| Ensemble of Regression Trees | 0.30 | 0.44 | 3.4 |
Comparative characteristics of the work of the implemented methods on the test sample when determining the axial tensile strength.
| Method | MAE | RMSE | MAPE, % |
| Deep Neural Network | 0.15 | 0.17 | 2.49 |
| Ensemble of Regression Trees | 0.11 | 0.15 | 2.06 |