Glossary entry
Genetic Algorithm
आनुवंशिक एल्गोरिदम
Definition (English)
An optimization method inspired by evolution that improves solutions over generations.
अर्थ (नेपालीमा)
विकासबाट प्रेरित, पुस्तौं-पुस्ता समाधान सुधार्ने अनुकूलन विधि।
Glossary entry
आनुवंशिक एल्गोरिदम
Definition (English)
An optimization method inspired by evolution that improves solutions over generations.
अर्थ (नेपालीमा)
विकासबाट प्रेरित, पुस्तौं-पुस्ता समाधान सुधार्ने अनुकूलन विधि।
Related terms
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.
Algorithmic Bias
एल्गोरिदमिक पूर्वाग्रह
Unfair outcomes produced by an algorithm, often due to biased data or design.
Backpropagation
ब्याकप्रोपागेसन
The algorithm that adjusts weights by sending error signals backward through the network.
Bayesian Optimization
बेजियन अनुकूलन
An efficient method for tuning hyperparameters by modeling which settings work best.
Gradient Descent
ग्र्याडियन्ट डिसेन्ट
An optimization method that gradually reduces error by adjusting parameters step by step.
Greedy Algorithm
लोभी एल्गोरिदम
An approach that makes the best immediate choice at each step, hoping for a good overall result.
k-Means Clustering
के-मिन्स क्लस्टरिङ
An algorithm that groups data into k clusters around computed center points.