Glossary entry
Microservices
माइक्रोसर्भिसेस
Definition (English)
An architecture that builds an application as many small, independent services.
अर्थ (नेपालीमा)
एप्लिकेसनलाई धेरै साना, स्वतन्त्र सेवाका रूपमा बनाउने संरचना।
Glossary entry
माइक्रोसर्भिसेस
Definition (English)
An architecture that builds an application as many small, independent services.
अर्थ (नेपालीमा)
एप्लिकेसनलाई धेरै साना, स्वतन्त्र सेवाका रूपमा बनाउने संरचना।
Related terms
Artificial General Intelligence (AGI)
कृत्रिम सामान्य बुद्धिमत्ता
A hypothetical AI that can understand and perform any intellectual task a human can, across many domains.
Backend
ब्याकएन्ड
The server-side part of an application that handles logic, data, and processing.
Bagging
ब्यागिङ
Training many models on random data subsets and averaging them to reduce variance.
Batch
ब्याच
A small subset of training data processed together in one step of training.
Batch Inference
ब्याच इन्फरेन्स
Running predictions on many inputs together rather than one at a time.
Byte-Pair Encoding (BPE)
बाइट-पेयर इन्कोडिङ
A tokenization method that builds subword units from frequent character pairs.
Citizen Developer
नागरिक विकासकर्ता
A non-technical employee who builds applications using low-code or no-code tools.
Curse of Dimensionality
आयामको अभिशाप
Problems that arise when data has too many features, making learning harder.