Random Search is a hyperparameter optimization technique used in machine learning. It involves selecting random combinations of parameter values from predefined distributions within specified ranges. This method is often more efficient than grid search for high-dimensional spaces, as it explores a broader set of configurations, increasing the likelihood of finding optimal parameters with less computational effort.