# F

**Feature (Feature Selection, Feature Learning)（特征-特征选择、特征学习）**

用作模型输入的变量。

**Feature Learning（特征学习）**

旨在自动从原始数据中发现特征检测或分类所需的表示的一组技术。

**False Positive（误报）**

由于结果在虚无假设原本不应该存在的情况下拒绝虚无假设而导致的误差。

**False Negative（漏报）**

由于结果在虚无假设应该存在的情况下未拒绝虚无假设而导致的误差。

**Feed-Forward (Neural) Networks（前馈神经网络）**

一种人工神经网络，其中神经元之间的连接不会向后移动或形成循环。

**F-Score（F 得分）**

衡量模型准确性的一个指标，它会考量准确率和召回率来计算得分。更具体地说，F 得分是准确率和召回率的调和平均值，该平均值的最大值为 1（完美的准确率和召回率），最小值为 0。


---

# 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/f.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.
