# N

**Naive Bayes（朴素贝叶斯）**

基于贝叶斯定理并在特征之间具有很强的独立性假设的一系列简单概率分类器。

**Named Entity Recognition（命名实体识别）**

信息提取的一个子任务，旨在将文本中的命名实体识别和分类为预定类别，例如名称、位置、词性等。

**Natural Language Processing (NLP)（自然语言处理）**

人工智能领域之一，主要是研究计算机语言与人类语言之间的交互，尤其是如何处理和分析大量自然语言数据。

**Neural Networks（神经网络）**

参见人工神经网络。

**Neuron（神经元）**

人工神经网络中的一个单元，用以处理多个输入值，以生成单个输出值。

**Node（节点）**

参见神经元。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.aig123.com/ai-wiki/ren-gong-zhi-neng-zhuan-ye-shu-yu-biao/n.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
