Glossary entry
Self-Attention
स्व-एटेन्सन
Definition (English)
A mechanism letting each part of a sequence weigh the importance of every other part.
अर्थ (नेपालीमा)
क्रमको प्रत्येक भागले अन्य हरेक भागको महत्त्व तौलन सक्ने संयन्त्र।
Glossary entry
स्व-एटेन्सन
Definition (English)
A mechanism letting each part of a sequence weigh the importance of every other part.
अर्थ (नेपालीमा)
क्रमको प्रत्येक भागले अन्य हरेक भागको महत्त्व तौलन सक्ने संयन्त्र।
Related terms
API
एपीआई
A defined way for software programs to communicate and use each other's features.
Attention Mechanism
एटेन्सन मेकानिज्म / ध्यान संयन्त्र
A technique that lets a model focus on the most relevant parts of the input.
Depth Estimation
गहिराइ अनुमान
Predicting how far each part of a scene is from the camera, from one or more images.
Feature Importance
फिचर महत्त्व
A score showing how much each input feature contributes to a model's predictions.
Naive Bayes
नाइभ बेज
A probability-based classifier that assumes features are independent of each other.
Part-of-Speech Tagging
शब्द-वर्ग ट्यागिङ
Labeling each word in a sentence as a noun, verb, adjective, and so on.
Adam Optimizer
एडम अप्टिमाइजर
A widely used optimizer that adapts the learning rate for each parameter.
Autoregressive
अटोरिग्रेसिभ
Generating output one token at a time, each based on all the tokens produced before it.