# I

**ImageNet（ImageNet 数据集）**

一个庞大的视觉数据集，由 1400 万个手工标注图像的 URL 组成，并以两万个不同类别进行组织，旨在用于视觉对象识别研究。

**Image Recognition（图像识别）**

计算机视觉中用于确定图像是否包含某些特定对象、特征或活动的问题。

**Inference（推理）**

通过将经训练的模型运用到新的未标记实例来进行预测的过程。

**Information Retrieval（信息检索）**

计算机科学的一个领域，旨在研究在文档中搜索信息、搜索文档本身、搜索描述数据的元数据以及搜索文本、图像或声音数据库的过程。


---

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