Govur University Logo
--> --> --> -->
...

Which technique forces a model to perform multiple stochastic forward passes during inference to estimate the variance in its predictions as a measure of uncertainty?



The technique is called Monte Carlo Dropout. In a standard neural network, dropout is a process used during training where random neurons are deactivated to prevent the model from relying too heavily on any single input, which helps avoid overfitting. Monte Carlo Dropout applies this same concept during inference, which is the stag....

Log in to view the answer



Redundant Elements