Glossary entry
Online Learning
अनलाइन सिकाइ
Definition (English)
Training a model continuously as new data arrives, one piece at a time.
अर्थ (नेपालीमा)
नयाँ डाटा आउँदै गर्दा एक-एक गरी मोडेललाई निरन्तर तालिम दिने तरिका।
Glossary entry
अनलाइन सिकाइ
Definition (English)
Training a model continuously as new data arrives, one piece at a time.
अर्थ (नेपालीमा)
नयाँ डाटा आउँदै गर्दा एक-एक गरी मोडेललाई निरन्तर तालिम दिने तरिका।
Related terms
Streaming Data
स्ट्रिमिङ डाटा
Continuously generated data processed in real time as it arrives.
Federated Learning
फेडरेटेड लर्निङ
Training a shared model across many devices without moving their private data to a server.
Hyperparameter
हाइपरप्यारामिटर
A configuration value set before training that controls how a model learns, like learning rate.
Learning Curve
सिकाइ वक्र
A plot showing how a model's performance changes as it sees more training data.
Next Token Prediction
अर्को टोकन अनुमान
The core training task of LLMs: predicting the next piece of text given prior context.
Reinforcement Learning
सुदृढीकरण सिकाइ
Training an agent to make decisions by rewarding good actions and penalizing bad ones.
Supervised Learning
पर्यवेक्षित सिकाइ
Training a model on labeled examples so it learns to map inputs to known outputs.
Vanishing Gradient
भ्यानिसिङ ग्र्याडियन्ट
A problem where learning signals shrink in deep networks, slowing or stalling training.