Abstract
In machine learning, hyperparameter tuning is the problem of choosing a set of optimal hyperparameters for a learning algorithm. Several approaches have been widely adopted for hyperparameter tuning, which is typically a time consuming process. We propose an efficient technique to speed up the process of hyperparameter tuning with Grid Search. We applied this technique on text categorization using kNN algorithm with BM25 similarity, where three hyperparameters need to be tuned. Our experiments show that our proposed technique is at least an order of magnitude faster than conventional tuning.
Original language | English |
---|---|
Pages (from-to) | 160-180 |
Number of pages | 21 |
Journal | Open Computer Science |
Volume | 9 |
Issue number | 1 |
DOIs | |
State | Published - 1 Jan 2019 |
Keywords
- BM25
- grid search
- hyperparameter tuning
- kNN
- text categorization