| Literature DB >> 35955301 |
Chongchong Qi1,2, Binhan Huang2, Mengting Wu2, Kun Wang1, Shan Yang2, Guichen Li3.
Abstract
Blast furnace slag (BFS) and fly ash (FA), as mining-associated solid wastes with good pozzolanic effects, can be combined with superplasticizer to prepare concrete with less cement utilization. Considering the important influence of strength on concrete design, random forest (RF) and particle swarm optimization (PSO) methods were combined to construct a prediction model and carry out hyper-parameter tuning in this study. Principal component analysis (PCA) was used to reduce the dimension of input features. The correlation coefficient (R), the explanatory variance score (EVS), the mean absolute error (MAE) and the mean square error (MSE) were used to evaluate the performance of the model. R = 0.954, EVS = 0.901, MAE = 3.746, and MSE = 27.535 of the optimal RF-PSO model on the testing set indicated the high generalization ability. After PCA dimensionality reduction, the R value decreased from 0.954 to 0.88, which was not necessary for the current dataset. Sensitivity analysis showed that cement was the most important feature, followed by water, superplasticizer, fine aggregate, BFS, coarse aggregate and FA, which was beneficial to the design of concrete schemes in practical projects. The method proposed in this study for estimation of the compressive strength of BFS-FA-superplasticizer concrete fills the research gap and has potential engineering application value.Entities:
Keywords: blast furnace slag; concrete; fly ash; machine learning; principal component analysis; superplasticizer
Year: 2022 PMID: 35955301 PMCID: PMC9370044 DOI: 10.3390/ma15155369
Source DB: PubMed Journal: Materials (Basel) ISSN: 1996-1944 Impact factor: 3.748
Figure 1The overall procedure for concrete strength estimation using the RF_PSO.
Figure 2A typical architecture of RF. Note that the light purple block represents the best feature of the selected segmentation node.
Figure 3A typical architecture of PSO.
The statistical analysis in the compressive strength tests.
| Parameter | Unit | Type | Mean | Minimum | Maximum | Range | SD |
|---|---|---|---|---|---|---|---|
| Cement |
| Input | 265.4 | 102.0 | 540.0 | 438.0 | 104.7 |
| Water |
| Input | 183.1 | 121.8 | 247.0 | 125.2 | 19.3 |
| Coarse aggregate |
| Input | 956.1 | 801.0 | 1145.0 | 344.0 | 83.8 |
| Fine aggregate |
| Input | 764.4 | 594.0 | 992.6 | 398.6 | 73.1 |
| Blast furnace slag |
| Input | 86.3 | 0.0 | 359.4 | 359.4 | 87.8 |
| Superplasticizer |
| Input | 7.0 | 0.0 | 32.2 | 32.2 | 5.4 |
| Fly ash |
| Input | 62.8 | 0.0 | 200.1 | 200.1 | 66.2 |
| Age | days | Input | 45.7 | 1.0 | 365.0 | 364.0 | 63.1 |
| Compressive strength |
| Output | 35.8 | 2.33 | 82.6 | 80.27 | 16.7 |
Figure 4Histogram statistics for input and output variables.
Figure 5Influence of testing set size on the RF performance: (a) dataset 1 and (b) dataset 2.
Tuned RF hyper-parameters and their tuning outcome.
| Hyper-Parameters | Explanation | Type | Tuning Range | Dataset 1 | Dataset 2 |
|---|---|---|---|---|---|
| Max_depth | The maximum depth of each DT | Integer | 1–15 | 15 | 15 |
| Number_DT | The number of DTs in the forest | Integer | 50–2000 | 1457 | 356 |
| Min_samples_split | The minimum number of samples required to split an internal node | Integer | 2–15 | 2 | 2 |
| Min_samples_leaf | The minimum number of samples at the leaf node | Integer | 1–15 | 1 | 1 |
| Max_features | The number of features to be used when looking for the best split. | Float | 0.4–1 | 0.466 | 0.978 |
Figure 6Evolution of with PSO generations on two datasets.
Figure 7Performance measures for: (a) dataset 1 and (b) dataset 2.
Figure 8Comparison between observed and predicted strength values. (a) of dataset 1 and (b) of dataset 2.
Figure 9Relative frequencies of observed and predicted compressive strength ratios /: (a) of dataset 1 and (b) of dataset 2.
Figure 10Sensitivity analysis of input variables.