All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)Computing the full {{Term|softmax}} over a large vocabulary is prohibitively expensive. The paper used '''hierarchical {{Term|softmax}}''' with a Huffman tree to reduce the complexity from <math>O(V)</math> to <math>O(\log V)</math>. A follow-up paper introduced '''negative sampling''' as a simpler and often more effective alternative.
 h Spanish (es)Calcular la {{Term|softmax|softmax}} completa sobre un vocabulario grande resulta prohibitivamente costoso. El artículo utilizó '''{{Term|softmax|softmax}} jerárquica''' con un árbol de Huffman para reducir la complejidad de <math>O(V)</math> a <math>O(\log V)</math>. Un artículo posterior introdujo el '''muestreo negativo''' como una alternativa más simple y a menudo más eficaz.
 h Chinese (zh)在大规模词表上计算完整的 {{Term|softmax|softmax}} 代价过高。该论文使用 '''分层 {{Term|softmax|softmax}}''' 配合 Huffman 树,将复杂度从 <math>O(V)</math> 降低到 <math>O(\log V)</math>。后续论文提出了 '''负采样''',作为更简单且通常更有效的替代方案。