Glossary entry
Beam Search
बिम सर्च
Definition (English)
A decoding method that keeps several candidate sequences to find a high-quality output.
अर्थ (नेपालीमा)
उच्च गुणस्तरको नतिजा भेट्न केही उम्मेदवार क्रम राख्ने डिकोडिङ विधि।
Glossary entry
बिम सर्च
Definition (English)
A decoding method that keeps several candidate sequences to find a high-quality output.
अर्थ (नेपालीमा)
उच्च गुणस्तरको नतिजा भेट्न केही उम्मेदवार क्रम राख्ने डिकोडिङ विधि।
Related terms
A* Search
ए-स्टार खोज
A pathfinding algorithm that combines actual cost and an estimate to find the best route.
Grid Search
ग्रिड सर्च
Trying every combination from a set of hyperparameter values to find the best.
Search Algorithm
खोज एल्गोरिदम
A method for exploring possible options to find a solution, such as a path or best move.
Autoregressive
अटोरिग्रेसिभ
Generating output one token at a time, each based on all the tokens produced before it.
Bias (parameter)
बायस (प्यारामिटर)
An extra learnable value added to a neuron's output to shift it as needed.
Bias-Variance Tradeoff
बायस-भेरियन्स सन्तुलन
The balance between a model being too simple (high bias) and too sensitive to data (high variance).
Breadth-First Search
ब्रेथ-फर्स्ट सर्च
A search method that explores all options at one level before going deeper.
Classification
वर्गीकरण
A task where the model assigns inputs to one of several predefined categories.