2021
DOI: 10.3390/informatics8040079
|View full text |Cite
|
Sign up to set email alerts
|

Hyperparameter Tuning for Machine Learning Algorithms Used for Arabic Sentiment Analysis

Abstract: Machine learning models are used today to solve problems within a broad span of disciplines. If the proper hyperparameter tuning of a machine learning classifier is performed, significantly higher accuracy can be obtained. In this paper, a comprehensive comparative analysis of various hyperparameter tuning techniques is performed; these are Grid Search, Random Search, Bayesian Optimization, Particle Swarm Optimization (PSO), and Genetic Algorithm (GA). They are used to optimize the accuracy of six machine lear… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

1
94
0
3

Year Published

2022
2022
2024
2024

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 227 publications
(98 citation statements)
references
References 38 publications
1
94
0
3
Order By: Relevance
“…The primary hyperparameters of the K-NN model (the number of neighbors' k and the similarity function or the distance metric) are tuned to get the optimal results [ 30 , 38 , 39 ].…”
Section: Results and Discussion Of Optimized Risk Modelsmentioning
confidence: 99%
“…The primary hyperparameters of the K-NN model (the number of neighbors' k and the similarity function or the distance metric) are tuned to get the optimal results [ 30 , 38 , 39 ].…”
Section: Results and Discussion Of Optimized Risk Modelsmentioning
confidence: 99%
“…Kumari et al [14] in their paper "An ensemble approach for classification and prediction of diabetes mellitus using soft voting classifier" proposed an ensemble soft voting classifier for predicting diabetes mellitus using three machine learning algorithms: Logistic Regression, Random Forest, and Naive Bayes for the classification. Elgeldawi et al [12] in their paper "Hyperparameter Tuning for Machine Learning Algorithms Used for Arabic Sentiment Analysis" suggest that the choice and settings of a machine learning model's hyperparameters can have a significant impact on the model's performance. Ngoc et al [15] in their paper "Hyperparameter Optimization in Classification: To-do or Not-todo" propose a framework for deciding whether to use hyperparameter optimization or the default hyper-parameter settings when dealing with the problem of whether or not to apply hyper-parameter optimization.…”
Section: Literature Reviewmentioning
confidence: 99%
“…Therefore, the negative impacts posed by fake news can be mitigated to the barest minimum by several state-of-the-art machine learning algorithms. Machine learning algorithms have become so popular that they are now used in practically every scientific field [12]. In this paper, we offer a better method for classifying news articles as fake or real based on their content using the ensemble machine learning technique.…”
Section: Introductionmentioning
confidence: 99%
“…Although studies have shown several approaches for optimizing hyperparameter values, grid search and random search have always been considered the most straightforward algorithms to implement. This is because grid search tries all possible value combinations [27], whereas random search randomly combines different values [28]. However, one of the disadvantages of grid search is that it is computationally expensive on large datasets [27].…”
mentioning
confidence: 99%
“…However, one of the disadvantages of grid search is that it is computationally expensive on large datasets [27]. On the other hand, the random search is not exhaustive, where the randomly combined values were chosen without any strategy or prior trial information [28]. Another common approach is Bayesian optimization.…”
mentioning
confidence: 99%