Research Article

Deep Learning-Based Methods for Sentiment Analysis on Nepali COVID-19-Related Tweets

Table 5

Grid search ranges used to tune the corresponding hyperparameters of each machine learning algorithm used in our study.

AlgorithmRange

SVM + LinearC: {1 to 1000}, Gamma: {0.001 to 0.1}
SVM + RBFC: {1 to 1000}, Gamma: {0.001 to 0.1}
XGBoostLearning-rate: {0.01 to 0.1}, max-depth: {5 to 10}, n-estimators: {120 to 200}
ANNHidden-layer-size: {20 to 60}, learning-rate-init: {0.01 to 1}, max-iter: {10 to 1000}
RFMin-sample-leaf: {3 to 7}, min-sample-split: {2 to 6}, n-estimators: {50 to 200}
LRC: {1 to 1000}, solver: lbfgs, max-iter: {100 to 1000}
K-NNLeaf-size: {30 to 45}, n-neighbor: {100 to 200}, p: {1 to 3}
Our CNN modelsLearning-rate: {1e − 01, 1e − 02, 1e − 03, 1e − 04, 1e − 05}, batch-size: {8, 16, 32, 64}, epochs: {10, 20, 30, 40, 50, 100}, optimizer: {“RMSProp”, “Adam,” “SGD”}