AI-For-Beginners/translations/mo
localizeflow[bot] 3dcd19b725 chore(i18n): sync translations with latest source changes (chunk 73/148, 100 files) 2026-01-01 14:20:58 +00:00
..
etc 🌐 Update translations via Co-op Translator 2025-08-26 12:09:18 +00:00
examples 🌐 Update translations via Co-op Translator 2025-10-03 11:56:00 +00:00
lessons chore(i18n): sync translations with latest source changes (chunk 73/148, 100 files) 2026-01-01 14:20:58 +00:00
AGENTS.md 🌐 Update translations via Co-op Translator 2025-10-03 09:55:40 +00:00
README.md chore(i18n): sync translations with latest source changes (chunk 73/148, 100 files) 2026-01-01 14:20:58 +00:00
SECURITY.md 🌐 Update translations via Co-op Translator 2025-08-26 12:09:18 +00:00
troubleshoot.md 🌐 Update translations via Co-op Translator 2025-10-03 09:55:40 +00:00

README.md

GitHub 授權 GitHub 貢獻者 GitHub 問題 GitHub 拉取請求 歡迎 PR

GitHub 觀察者 GitHub 分叉 GitHub 星標 Binder Gitter

Microsoft Foundry Discord

初學者人工智能課程

速寫圖 由 @girlie_mac https://twitter.com/girlie_mac
AI For Beginners - 速寫圖,由 @girlie_mac

透過我們為期 12 週、共 24 節的課程,探索 人工智能AI的世界課程包含實作課程、測驗與實驗室。此課程適合初學者涵蓋像 TensorFlow 與 PyTorch 等工具,以及 AI 倫理等主題。

🌐 多語言支援

透過 GitHub Action 支援(自動且持續更新)

阿拉伯語 | 孟加拉語 | 保加利亞語 | 緬甸語(緬甸) | 中文(簡體) | 中文(繁體,香港) | 中文(繁體,澳門) | 中文(繁體,台灣) | 克羅地亞語 | 捷克語 | 丹麥語 | 荷蘭語 | 愛沙尼亞語 | 芬蘭語 | 法語 | 德語 | 希臘語 | 希伯來語 | 印地語 | 匈牙利語 | 印尼語 | 義大利語 | 日語 | 坎那達語 | 韓語 | 立陶宛語 | 馬來語 | 馬拉雅拉姆語 | 馬拉地語 | 尼泊爾語 | 奈及利亞皮欽語 | 挪威語 | 波斯語(法爾西) | 波蘭語 | 葡萄牙語(巴西) | 葡萄牙語(葡萄牙) | 旁遮普語(古魯穆奇) | 羅馬尼亞語 | 俄語 | 塞爾維亞語(西里爾) | 斯洛伐克語 | 斯洛維尼亞語 | 西班牙語 | 斯瓦希里語 | 瑞典語 | 他加祿語(菲律賓) | 泰米爾語 | 泰盧固語 | 泰語 | 土耳其語 | 烏克蘭語 | 烏爾都語 | 越南語

如果你想要新增更多翻譯語言,支援的語言列表請見 這裡

加入社群

Microsoft Foundry Discord

你將學到的內容

課程心智圖

在本課程中,你將學到:

  • 不同的人工智能方法,包括「老派」的符號方法,搭配 知識表示 與推論(GOFAI)。
  • 位於現代 AI 核心的 神經網絡深度學習。我們會使用兩個最受歡迎的框架 — TensorFlowPyTorch 的程式碼來說明這些重要主題背後的概念。
  • 用於處理影像與文字的 神經架構。我們會涵蓋近期的模型,但在最先進技術方面可能會有些不足。
  • 較少見的 AI 方法,例如 遺傳演算法多代理系統

本課程不會涵蓋的內容:

在我們的 Microsoft Learn 集合中找到本課程的所有額外資源

若想對「雲端上的 AIAI in the Cloud」主題做溫和的入門可以考慮參加 在 Azure 上開始使用人工智能 的學習路徑。

內容

課程連結 PyTorch/Keras/TensorFlow 實驗室
0 課程設定 設定你的開發環境
I 人工智能導論
01 人工智能的介紹與歷史 - -
II 符號式人工智能
02 知識表示與專家系統 專家系統 / 本體論 /概念圖
III 神經網絡導論
03 感知器 筆記本 實驗室
04 多層感知器與建立我們自己的框架 筆記本 實驗室
05 框架簡介 (PyTorch/TensorFlow) 與過擬合 PyTorch / Keras / TensorFlow 實驗室
IV 電腦視覺 PyTorch / TensorFlow 在 Microsoft Azure 探索電腦視覺
06 電腦視覺入門。OpenCV 筆記本 實驗室
07 捲積神經網絡 & CNN 架構 PyTorch /TensorFlow 實驗室
08 預訓練網絡與遷移學習 and 訓練技巧 PyTorch / TensorFlow 實驗室
09 自編碼器與變分自編碼器 PyTorch / TensorFlow
10 生成對抗網絡與藝術風格轉換 PyTorch / TensorFlow
11 目標檢測 TensorFlow 實驗室
12 語義分割。U-Net PyTorch / TensorFlow
V 自然語言處理 PyTorch /TensorFlow 在 Microsoft Azure 探索自然語言處理
13 文本表示。詞袋/TF-IDF PyTorch / TensorFlow
14 語意詞嵌入。Word2Vec 與 GloVe PyTorch / TensorFlow
15 語言模型。訓練你自己的嵌入向量 PyTorch / TensorFlow 實驗室
16 循環神經網絡 PyTorch / TensorFlow
17 生成型循環網絡 PyTorch / TensorFlow 實驗室
18 Transformer。BERT。 PyTorch /TensorFlow
19 命名實體識別 TensorFlow 實驗室
20 大型語言模型、提示工程與少量示例任務 PyTorch
VI [其他 AI 技術]
21 基因演算法 筆記本
22 深度強化學習 PyTorch /TensorFlow 實驗室
23 多智能體系統
VII [AI 倫理]
24 AI 倫理與負責任的人工智慧 Microsoft Learn: Responsible AI Principles
IX [額外內容]
25 多模態網絡、CLIP 與 VQGAN 筆記本

每堂課包含

  • 課前閱讀資料
  • 可執行的 Jupyter 筆記本,通常會針對特定框架(PyTorchTensorFlow。可執行的筆記本也包含大量理論內容因此要理解主題您需要至少閱讀其中一個版本的筆記本PyTorch 或 TensorFlow 其中之一)。
  • 實驗室Labs適用於部分主題讓您有機會將所學應用到特定問題上。
  • 部分章節包含連結到 MS Learn 的模組,涵蓋相關主題。

入門

🎯 AI 新手?從這裡開始!

如果您完全沒有 AI 經驗,想要快速的實作範例,請參閱我們的 新手友善範例! 這些範例包括:

  • 🌟 Hello AI 世界 - 您的第一個 AI 程式(模式識別)
  • 🧠 簡單神經網絡 - 從零開始構建神經網絡
  • 🖼️ 影像分類器 - 使用詳細註解進行影像分類
  • 💬 文字情感 - 分析正面/負面文字

These examples are designed to help you understand AI concepts before diving into the full curriculum.

📚 完整課程設定

Follow these steps:

Fork the Repository: Click on the "Fork" button at the top-right corner of this page.

Clone the Repository: git clone https://github.com/microsoft/AI-For-Beginners.git

Don't forget to star (🌟) this repo to find it easier later.

Meet other Learners

Join our official AI Discord server to meet and network with other learners taking this course and get support.

If you have product feedback or questions whilst building visit our Azure AI Foundry Developer Forum

Quizzes

關於測驗的一點說明: All quizzes are contained in the Quiz-app folder in etc\quiz-app, or Online Here They are linked from within the lessons the quiz app can be run locally or deployed to Azure; follow the instruction in the quiz-app folder. They are gradually being localized.

Help Wanted

Do you have suggestions or found spelling or code errors? Raise an issue or create a pull request.

Special Thanks

Other Curricula

Our team produces other curricula! Check out:

LangChain

LangChain4j 入門 LangChain.js 入門


Azure / Edge / MCP / Agents

AZD 入門 Edge AI 入門 MCP 入門 AI Agents 入門


Generative AI Series

生成式 AI 入門 生成式 AI (.NET) 生成式 AI (Java) 生成式 AI (JavaScript)


Core Learning

機器學習 入門 資料科學 入門 AI 入門 資安 入門 網頁開發 入門 IoT 入門 XR 開發 入門


Copilot Series

Copilot(AI 配對程式設計) Copilot(C#/.NET) Copilot 冒險

Getting Help

If you get stuck or have any questions about building AI apps. Join fellow learners and experienced developers in discussions about MCP. It's a supportive community where questions are welcome and knowledge is shared freely.

Microsoft Foundry Discord

If you have product feedback or errors while building visit:

Microsoft Foundry 開發者論壇


免責聲明: 本文件已使用 AI 翻譯服務 Co-op Translatorhttps://github.com/Azure/co-op-translator進行翻譯。雖然我們力求準確但請注意自動翻譯可能包含錯誤或不準確之處。原始語言之文件應視為具權威性的版本。對於重要或關鍵資訊建議採用專業人工翻譯。我們對因使用此翻譯而導致之任何誤解或誤譯概不負責