AI for Sustainable Concrete: Hybridization of ML model

Ajaya Subedi 1 min read

In this study, we use Hybridized Machine Learning (ML) algorithms for prediction of Compressive Strength (CS) of fly-ash based Geopolymer Concrete (GPC). The base models include Extreme Gradient Boosting (XGB) and Random Forest (RF). The hybridization involves using metaheuristic optimization algorithms (like Particle Swarm Optimization - PSO and Grey Wolf Optimization - GWO) to tune the models’ hyperparameters.

Model performance was evaluated using statistical indices and sensitivity analysis. The findings showed that the PSO-XGBoost model outperformed other models with accuracy of R2 and RMSE of 0.97 and 3.85 MPa respectively. The ranking of the ML models obtained was: PSO-XGBoost > GWO-Random Forest > GWO-SVR for both train and test set. SHAP analysis identified Curing Temperature and Curing Time as the most critical parameters effecting CS.


ProcedureOverall Procedure for Hybridized ML Model Development
Performance ComparisonRadar plot showing model performance of a) Training Set b) Testing Set
SHAP Analysis Plot
SHAP Importance Plot for GPC Compressive Strength
Model Performance Comparison
PSO-XGB (Best perrforming Model)

Paper On Review!
Soon