paper-with-me

Papers

Search Algorithms for Automated Hyper-Parameter Tuning

2021-04-29 · Leila Zahedi, Farid Ghareh Mohammadi, Shabnam Rezapour, Matthew W. Ohland, M. Hadi Amini

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.

📄 PDF Abstract BibTeX arXiv:2104.14677

Code (1)

LeilaZa/HyperParameter-Optimization 공식 구현

Tasks

BIG-bench Machine LearningDecision Making

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

MANGO: A Python Library for Parallel Hyperparameter Tuning

2020-05-22 · Sandeep Singh Sandha, Mohit Aggarwal, Igor Fedorov, Mani Srivastava

Tuning hyperparameters for machine learning algorithms is a tedious task, one that is typically done manually. To enable automated hyperparameter tuning, recent works have started to use techniques based on Bayesian opti…

Bayesian OptimizationBIG-bench Machine LearningDistributed ComputingDistributed Optimization+2

Applying Semi-Automated Hyperparameter Tuning for Clustering Algorithms

2021-08-25 · Elizabeth Ditton, Anne Swinbourne, Trina Myers, Mitchell Scovell

When approaching a clustering problem, choosing the right clustering algorithm and parameters is essential, as each clustering algorithm is proficient at finding clusters of a particular nature. Due to the unsupervised n…

Clustering

HyP-ABC: A Novel Automated Hyper-Parameter Tuning Algorithm Using Evolutionary Optimization

2021-09-11 · Leila Zahedi, Farid Ghareh Mohammadi, M. Hadi Amini

Machine learning techniques lend themselves as promising decision-making and analytic tools in a wide range of applications. Different ML algorithms have various hyper-parameters. In order to tailor an ML model towards a…

Decision Making

Autotune: A Derivative-free Optimization Framework for Hyperparameter Tuning

2018-04-20 · Patrick Koch, Oleg Golovidov, Steven Gardner, Brett Wujek 외

Machine learning applications often require hyperparameter tuning. The hyperparameters usually drive both the efficiency of the model training process and the resulting model quality. For hyperparameter tuning, machine l…

BIG-bench Machine Learning

HyperTendril: Visual Analytics for User-Driven Hyperparameter Optimization of Deep Neural Networks

2020-09-04 · Heungseok Park, Yoonsoo Nam, Ji-Hoon Kim, Jaegul Choo

To mitigate the pain of manually tuning hyperparameters of deep neural networks, automated machine learning (AutoML) methods have been developed to search for an optimal set of hyperparameters in large combinatorial sear…

AutoMLHyperparameter Optimization