Glossary entry
Adam Optimizer
एडम अप्टिमाइजर
Definition (English)
A widely used optimizer that adapts the learning rate for each parameter.
अर्थ (नेपालीमा)
प्रत्येक प्यारामिटरका लागि लर्निङ रेट ढाल्ने व्यापक प्रयोग हुने अप्टिमाइजर।
Glossary entry
एडम अप्टिमाइजर
Definition (English)
A widely used optimizer that adapts the learning rate for each parameter.
अर्थ (नेपालीमा)
प्रत्येक प्यारामिटरका लागि लर्निङ रेट ढाल्ने व्यापक प्रयोग हुने अप्टिमाइजर।
Related terms
Learning Rate
लर्निङ रेट / सिकाइ दर
A setting that controls how big each step is when a model updates its parameters.
Hyperparameter
हाइपरप्यारामिटर
A configuration value set before training that controls how a model learns, like learning rate.
Optimizer
अप्टिमाइजर
An algorithm like Adam that updates model weights to minimize the loss.
Q-Learning
क्यू-लर्निङ
A reinforcement learning algorithm that learns the value of actions in each state.
Active Learning
सक्रिय सिकाइ
A method where the model selects the most useful examples for humans to label.
API
एपीआई
A defined way for software programs to communicate and use each other's features.
Artificial Intelligence (AI)
कृत्रिम बुद्धिमत्ता
The field of building machines and software that can perform tasks normally requiring human intelligence, such as reasoning, learning, and decision-making.
Autoencoder
अटोइन्कोडर
A network that compresses data into a compact code and reconstructs it, useful for learning features.