All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)* '''Standard dropout''': Multiply all weights by <math>p</math> at test time.
* '''Inverted dropout''' (more common): During training, divide the retained {{Term|activation function|activations}} by <math>p</math>:
 h Spanish (es)* '''Dropout estándar''': Multiplicar todos los pesos por <math>p</math> en el momento de la prueba.
* '''Dropout invertido''' (más común): Durante el entrenamiento, dividir las {{Term|activation function|activaciones}} retenidas por <math>p</math>:
 h Chinese (zh)* '''标准 dropout''':在测试时将所有权重乘以 <math>p</math>。
* '''反向 dropout'''(更常见):在训练期间,将保留的{{Term|activation function|激活值}}除以 <math>p</math>: