Caesar AI Atlas

Dropout-регуляризация

Caesar AI Atlas Definition

Dropout-регуляризация — это использование dropout во время обучения для улучшения способности нейронной сети к обобщению. Она временно удаляет случайное подмножество узлов на один шаг обучения, фактически побуждая сеть вести себя как ансамбль меньших моделей.

Other Definitions

Dropout-регуляризация Source

A form of regularization useful in training neural networks. Dropout regularization removes a random selection of a fixed number of the units in a network layer for a single gradient step. The more units dropped out, the stronger the regularization. This is analogous to training the network to emulate an exponentially large ensemble of smaller networks. For full details, see Dropout: A Simple Way to Prevent Neural Networks from Overfitting.

Related Terms