A data scientist is tuning a hyperparameter x that is very sensitive; the optimal value lies between 0.5 and 1.0 and is believed to be near 1.0. They need to find the optimal value with minimal runs and consistent conditions. Which hyperparameter scaling type should they use?
Choose an answer
Tap an option to check your answer.
Correct answer: Reverse logarithmic scaling.
Why this is the answer
Reverse logarithmic scaling (also known as negative logarithmic or reciprocal logarithmic) is the best choice because it concentrates more search effort on values closer to 1.0, which is where the optimal value is believed to lie. This scaling type would sample values like 0.9, 0.95, 0.99, etc., more frequently than values like 0.5 or 0.6, efficiently exploring the sensitive region near the upper bound. Linear scaling distributes search points uniformly across the range, which would be inefficient given the belief that the optimum is near 1.0. Logarithmic scaling concentrates search effort on the lower end of the range, which is the opposite of what's needed here. Automatic scaling relies on the system to determine the best scaling, which might not be optimal for this specific, sensitive scenario with a known bias.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed