Glossary entry
Breadth-First Search
ब्रेथ-फर्स्ट सर्च
Definition (English)
A search method that explores all options at one level before going deeper.
अर्थ (नेपालीमा)
गहिरो जानुअघि एउटै तहका सबै विकल्प अन्वेषण गर्ने खोज विधि।
Glossary entry
ब्रेथ-फर्स्ट सर्च
Definition (English)
A search method that explores all options at one level before going deeper.
अर्थ (नेपालीमा)
गहिरो जानुअघि एउटै तहका सबै विकल्प अन्वेषण गर्ने खोज विधि।
Related terms
Depth-First Search
डेप्थ-फर्स्ट सर्च
A search method that follows one path as far as possible before backtracking.
Search Algorithm
खोज एल्गोरिदम
A method for exploring possible options to find a solution, such as a path or best move.
A* Search
ए-स्टार खोज
A pathfinding algorithm that combines actual cost and an estimate to find the best route.
Autoregressive
अटोरिग्रेसिभ
Generating output one token at a time, each based on all the tokens produced before it.
Beam Search
बिम सर्च
A decoding method that keeps several candidate sequences to find a high-quality output.
Cold Start
कोल्ड स्टार्ट
The delay or difficulty when a system or model runs for the first time after being idle.
Consent (Data)
सहमति (डाटा)
Obtaining a person's permission before collecting or using their data.
Data Cleaning
डाटा सफाइ
Fixing or removing incorrect, incomplete, or duplicate data before analysis.