Glossary entry
Gradient Descent
ग्र्याडियन्ट डिसेन्ट
Definition (English)
An optimization method that gradually reduces error by adjusting parameters step by step.
अर्थ (नेपालीमा)
प्यारामिटर क्रमशः मिलाएर त्रुटि बिस्तारै घटाउने अनुकूलन विधि।
Glossary entry
ग्र्याडियन्ट डिसेन्ट
Definition (English)
An optimization method that gradually reduces error by adjusting parameters step by step.
अर्थ (नेपालीमा)
प्यारामिटर क्रमशः मिलाएर त्रुटि बिस्तारै घटाउने अनुकूलन विधि।
Related terms
Learning Rate
लर्निङ रेट / सिकाइ दर
A setting that controls how big each step is when a model updates its parameters.
Stochastic Gradient Descent (SGD)
स्टोकास्टिक ग्र्याडियन्ट डिसेन्ट
Gradient descent that updates weights using small random batches for speed.
Agentic AI
एजेन्टिक एआई
AI that autonomously plans and executes multi-step tasks using tools and feedback.
Algorithm
एल्गोरिदम / कार्यविधि
A step-by-step set of instructions a computer follows to solve a problem or complete a task.
Backpropagation
ब्याकप्रोपागेसन
The algorithm that adjusts weights by sending error signals backward through the network.
Batch
ब्याच
A small subset of training data processed together in one step of training.
Bayesian Optimization
बेजियन अनुकूलन
An efficient method for tuning hyperparameters by modeling which settings work best.
Chain-of-Thought
चेन-अफ-थट / विचार शृङ्खला
Prompting a model to reason step by step, improving accuracy on complex problems.