Skip to main content
. 2024 Oct 18;14(20):3014. doi: 10.3390/ani14203014

Table 2.

Optimum hyperparameters for SVM and RF models through grid search approach.

Model Optimum Hyperparameters 1
SVM kernel = ‘rbf’; C = 10; gamma = 0.01
RF n_estimators = 300; max_depth = none; optimal number of features = 1/3 of total features
MLP Optimization algorithm = stochastic gradient descent; epochs = 50; learning rate = 0.01; neurons for the first hidden layer = 96; neurons for the second hidden layer = 64
CNN Optimization algorithm = stochastic gradient descent; epochs = 50; learning rate = 0.01; neurons for the first hidden layer = 32; neurons for the second hidden layer = 16

1 The optimal hyperparameters detected through grid search.