> For the complete documentation index, see [llms.txt](https://i.cckai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://i.cckai.org/jiao-xue/ren-gong-zhi-hui-kua-yu-ying-yong-zhuan-ti.md).

# 人工智慧跨域應用專題

### 111學年度第2學期

### 111學年度第1學期

### 110學年度第2學期

#### 第一組【基於開源穿戴裝置的台灣健康資料庫平台】

專題成果報告影片：<https://youtu.be/65woeGoz4y8>

#### 第二組【嘿，你今天emo了嗎?】

專題成果報告影片：<https://youtu.be/0p-VcDrwC3U>

獲獎紀錄：2022中央大學社會創新實踐專題競賽 [優等獎 (第2名)](https://sites.google.com/g.ncu.edu.tw/ideancu-2022competition/%E7%8D%B2%E7%8D%8E%E5%9C%98%E9%9A%8A)

#### 第三組【聲音濾鏡】

專題成果報告影片：<https://youtu.be/yU8PiUQ37Nk>

獲獎紀錄：Taiwan AI EXPO佳作 (第5\~10名)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://i.cckai.org/jiao-xue/ren-gong-zhi-hui-kua-yu-ying-yong-zhuan-ti.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
