Hyperparameter Optimization
created:: 2023-09-23T21:27:00
up:: Hyperparameter
tags:: #🌱 #machine-learning
Basically, it's a process to automatically find and choose the best Hyperparameter for your machine learning/deep learning model.
Here is the definition of hyperparameter:
good hyperparameter -> good performance.
There are various ways to do this, such as testing out each values or choose randomly, test it, and compare it with the other outcomes.
Related:
Resources
-
David, D. (2020). Hyperparameter Optimization Techniques to Improve Your Machine Learning Model’s Performance. Retrieved from https://www.freecodecamp.org/news/hyperparameter-optimization-techniques-machine-learning/. Accessed 23 Sept. 2023.