Glossary entry
Depth-First Search
डेप्थ-फर्स्ट सर्च
Definition (English)
A search method that follows one path as far as possible before backtracking.
अर्थ (नेपालीमा)
पछाडि फर्किनुअघि एउटै बाटो सकेसम्म टाढासम्म पछ्याउने खोज विधि।
Glossary entry
डेप्थ-फर्स्ट सर्च
Definition (English)
A search method that follows one path as far as possible before backtracking.
अर्थ (नेपालीमा)
पछाडि फर्किनुअघि एउटै बाटो सकेसम्म टाढासम्म पछ्याउने खोज विधि।
Related terms
Breadth-First Search
ब्रेथ-फर्स्ट सर्च
A search method that explores all options at one level before going deeper.
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.
Algorithm
एल्गोरिदम / कार्यविधि
A step-by-step set of instructions a computer follows to solve a problem or complete a task.
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.
Classifier-Free Guidance
क्लासिफायर-फ्री गाइडेन्स
A technique that strengthens how closely a generated image follows the prompt.
Cold Start
कोल्ड स्टार्ट
The delay or difficulty when a system or model runs for the first time after being idle.