Glossary entry
Heuristic
अनुमानमूलक विधि
Definition (English)
A practical shortcut or rule of thumb used to find a good-enough solution quickly.
अर्थ (नेपालीमा)
छिटो राम्रो समाधान भेट्न प्रयोग गरिने व्यावहारिक छोटो बाटो वा अनुभवजन्य नियम।
Glossary entry
अनुमानमूलक विधि
Definition (English)
A practical shortcut or rule of thumb used to find a good-enough solution quickly.
अर्थ (नेपालीमा)
छिटो राम्रो समाधान भेट्न प्रयोग गरिने व्यावहारिक छोटो बाटो वा अनुभवजन्य नियम।
Related terms
Search Algorithm
खोज एल्गोरिदम
A method for exploring possible options to find a solution, such as a path or best move.
State Space
अवस्था स्थान
The set of all possible situations a problem can be in, explored to find a solution.
A* Search
ए-स्टार खोज
A pathfinding algorithm that combines actual cost and an estimate to find the best route.
Beam Search
बिम सर्च
A decoding method that keeps several candidate sequences to find a high-quality output.
Build vs Buy
बनाउने कि किन्ने
The decision between developing an AI solution in-house or purchasing an existing one.
Caching
क्यासिङ
Storing frequently used results so they can be returned quickly without recomputing.
CI/CD
सीआई/सीडी
Practices that automatically test and release software changes quickly and reliably.
Data Leakage
डाटा चुहावट
When information from outside the training set sneaks in, giving misleadingly good results.