Glossary · letter N
AI terms starting with N.
13 entries that start with N, each with its Nepali equivalent and a plain-language definition. Click any term to open its dedicated page.
-
N-gram
एन-ग्राम
A sequence of N consecutive words or characters used in language modeling.
-
Naive Bayes
नाइभ बेज
A probability-based classifier that assumes features are independent of each other.
-
Named Entity Recognition (NER)
नामित इकाइ पहिचान
Identifying names of people, places, organizations, and other entities in text.
-
Narrow AI
सीमित एआई
AI designed and trained for one specific task, like spam filtering or face recognition.
-
Natural Language Processing (NLP)
प्राकृतिक भाषा प्रशोधन
The field of AI that enables computers to understand, interpret, and generate human language.
-
Negative Prompt
नेगेटिभ प्रम्प्ट
Text telling an image model what to avoid including in the generated output.
-
Neural Architecture Search (NAS)
न्युरल आर्किटेक्चर खोज
Automatically searching for the best neural network design for a task.
-
Neural Network
न्युरल नेटवर्क / तन्त्रिका सञ्जाल
A model inspired by the brain, made of connected layers of nodes that learn from data.
-
Neuron (Node)
न्युरन / नोड
A single computing unit in a neural network that combines inputs and produces an output.
-
Next Token Prediction
अर्को टोकन अनुमान
The core training task of LLMs: predicting the next piece of text given prior context.
-
No Free Lunch Theorem
नो फ्री लन्च प्रमेय
The principle that no single algorithm is best for every possible problem.
-
Normalization
सामान्यीकरण (डाटा)
Scaling data to a common range so features contribute fairly to a model.
-
Notebook (Jupyter)
नोटबुक (ज्युपिटर)
An interactive document mixing code, output, and notes, widely used in data science.