LGCYPFApr 29, 2021

Search Algorithms for Automated Hyper-Parameter Tuning

arXiv:2104.14677v148 citations
Originality Synthesis-oriented
AI Analysis

This work addresses hyper-parameter tuning for non-expert users in education to improve student success predictions, but it is incremental as it applies existing methods to a new domain.

The paper tackled the problem of hyper-parameter tuning for machine learning models in education by developing grid search and random search methods, resulting in improved accuracy on real-world educational data.

Machine learning is a powerful method for modeling in different fields such as education. Its capability to accurately predict students' success makes it an ideal tool for decision-making tasks related to higher education. The accuracy of machine learning models depends on selecting the proper hyper-parameters. However, it is not an easy task because it requires time and expertise to tune the hyper-parameters to fit the machine learning model. In this paper, we examine the effectiveness of automated hyper-parameter tuning techniques to the realm of students' success. Therefore, we develop two automated Hyper-Parameter Optimization methods, namely grid search and random search, to assess and improve a previous study's performance. The experiment results show that applying random search and grid search on machine learning algorithms improves accuracy. We empirically show automated methods' superiority on real-world educational data (MIDFIELD) for tuning HPs of conventional machine learning classifiers. This work emphasizes the effectiveness of automated hyper-parameter optimization while applying machine learning in the education field to aid faculties, directors', or non-expert users' decisions to improve students' success.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes