From 3e5b2b8e14dc73048b8e38468f4d8797b970f8a1 Mon Sep 17 00:00:00 2001
From: shayank492
The authors have comprehensively compiled a dataset encompassing a wide range of lightweight aggregates from existing literature. These aggregates, derived from industrial waste materials or naturally occurring sources, exhibit spatial variability due to regional differences in availability. Consequently, a diverse array of lightweight aggregates is utilized globally. Figure 2 illustrates the various types of aggregates incorporated in this study. Notably, the dataset reveals that clay-based Lightweight Expanded Clay Aggregate (LECA) predominates, reflecting clay's abundance as a raw material for artificial aggregate production [@doi:10.1016/j.surfin.2020.100705]. Furthermore, polystyrene, a prevalent waste material, emerges as a primary source of artificial lightweight aggregates in the dataset [@doi:10.1016/j.procs.2020.05.145].
Figure 3 illustrates the statistical distribution of compressive strength, tensile strength, and concrete density. The results show that the mean tensile strength is approximately one-tenth of the mean compressive strength (∼30 MPa), aligning with established conventions (e.g., ACI codes) [@en13055-1-2016]. The average density of 1700 kg/m³ reflects the prevalence of expanded clay aggregate and polystyrene-based concretes since their density lies in this range, validating the dataset's accuracy and reliability for further analysis [@doi:10.1016/j.jclepro.2015.07.001; @sivakumar2015flyash].
Apart from the data cleaning standardization and visualization discussed above, the authors of the report did not require any data augmentation since the number of data points seemed enough for the types of models they intended to train. However, the authors might perform some feature engineering by combining some of the highly correlated input parameters if the statistical performance indicators do not meet their expectations upon training of the model hence changes will be made in the subsequent report @@ -134,7 +145,9 @@ Additionally, this report addresses the longstanding controversy surrounding the Artificial Neural Networks (ANNs) are complex computational models inspired by biological neural networks. They process input data, generate output, and adapt through backpropagation training. Proven effective in various domains, ANNs excel in classification, regression, forecasting, and clustering tasks. The implemented ANN model architecture has been depicted in figure 6 below.
-Add Figure 6 +![ +**Model architecture of ANN.** +](https://github.com/uiceds/project-team-ads/blob/main/content/images/Picture6.png?raw=true ""){#fig:Fig. 6} ### 3.2. Decision Tree @@ -142,7 +155,9 @@ Add Figure 6 Decision Trees, a supervised machine learning approach, effectively predicts concrete's mechanical characteristics by modeling complex relationships between input data and output labels. The tree-like structure of Decision Trees provides transparency into prediction outcomes. As a valuable alternative to traditional methods, Decision Trees are a helpful tool for forecasting concrete's mechanical properties, as illustrated in Figure 7. -Add Figure 7 +![ +**Working mechanism/flowchart of the Decision tree.** +](https://github.com/uiceds/project-team-ads/blob/main/content/images/Picture7.png?raw=true ""){#fig:Fig. 7} ### 3.3. Gaussian Process of Regression @@ -150,10 +165,14 @@ Add Figure 7 Gaussian Process Regression (GPR) is a supervised machine learning technique using Bayesian inference for predictions. As a non-parametric method [60, 61], GPR excels with limited data, modeling complex relationships between inputs and outputs. Ideal for predicting concrete's mechanical properties, GPR offers accuracy and versatility, making it suitable for diverse applications, as shown in Figure 8. -Add Figure 8 +![ +**Working mechanism/flowchart of GPR.** +](https://github.com/uiceds/project-team-ads/blob/main/content/images/Picture8.png?raw=true ""){#fig:Fig. 8}In the figure 9, a complete overview of the whole project is depicted pictorially.
-Add Figure 9 \ No newline at end of file +![ +**A flowchart explaining the sequence of tasks in the project.** +](https://github.com/uiceds/project-team-ads/blob/main/content/images/Picture9.png?raw=true ""){#fig:Fig. 9} \ No newline at end of file