Skip to main content

Machine Learning

2024


Machine Learning - Random Search

·3 mins

This article explains the concept of Random Search, one of the hyperparameter tuning methods to maximize the performance of models in machine learning, and introduce an example of implementation using the Scikit-learn library.

Machine Learning - Grid Search

·4 mins

One of the efficient methods to find the optimal parameters of a model in machine learning is Grid Search. This article explains what grid search is, how it works, and when it should be used.