Research Article

Prediction of Concrete Compressive Strength and Slump by Machine Learning Methods

Table 3

Hyperparameters of machine learning regression models.

ModelMethodRequired packageTuning parameter

Classification and regression trees (CART)rpartCRANmethod = “anova”
Random forest (RF)rfCaretntree = 100
Support vector machine (SVM)svmLinear, svmPolyCaretgamma = 0.001, cost = 100
Partial least squares (PLS)plsCarettuneLength = 20
Artificial neural network (ANN)mlpRSNNSsize = 5, maxit = 100, learnFuncParams = 0.1
Bootstrap aggregation (bagging)baggingipredna.action = na.rpart
method.type = “WM”, num.labels = 7
Fuzzy logic (FL)frbs.learnfrbsmax.iter = 30
step.size = 0.01,
gradient descent = 00.1
type.implication.func = “ZADEH”