Skip to content

Commit f318004

Browse files
committed
modify
1 parent ca47a93 commit f318004

120 files changed

Lines changed: 8778 additions & 38 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

source copy/conf.py

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Configuration file for the Sphinx documentation builder.
2+
#
3+
# For the full list of built-in configuration values, see the documentation:
4+
# https://www.sphinx-doc.org/en/master/usage/configuration.html
5+
6+
# -- Project information -----------------------------------------------------
7+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8+
9+
project = 'sphinx-tutorial'
10+
copyright = '2024, andy6804tw'
11+
author = 'andy6804tw'
12+
13+
# -- General configuration ---------------------------------------------------
14+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
15+
16+
extensions = ['myst_parser']
17+
18+
templates_path = ['_templates']
19+
exclude_patterns = []
20+
21+
22+
23+
# -- Options for HTML output -------------------------------------------------
24+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
25+
26+
html_theme = 'sphinx_rtd_theme'
27+
html_static_path = ['_static']
28+
29+
30+
latex_engine = 'xelatex'
31+
latex_use_xindy = False
32+
latex_elements = {
33+
'preamble': '\\usepackage[UTF8]{ctex}\n',
34+
}

source copy/index.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.. pdmdocs documentation master file, created by
2+
sphinx-quickstart on Wed Aug 14 12:39:13 2024.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
Welcome to pdmdocs's documentation!
7+
===================================
8+
9+
.. toctree::
10+
:maxdepth: 3
11+
:caption: ch1:
12+
13+
test1
14+
15+
.. toctree::
16+
:maxdepth: 3
17+
:caption: ch2:
18+
19+
ch1/test2
20+
21+
22+
23+
Indices and tables
24+
==================
25+
26+
* :ref:`genindex`
27+
* :ref:`modindex`
28+
* :ref:`search`

source copy/test1.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# 我的第一個Markdown文件
2+
3+
歡迎來到這個範例文件!這裡將展示如何在Markdown中使用不同的元素。
4+
5+
## 嵌入YouTube影片
6+
7+
下面是關於人工智慧的介紹影片:
8+
9+
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
10+
11+
## 使用圖片
12+
13+
這裡是一張範例圖片,展示了人工智慧的概念:
14+
15+
![AI Image](https://example.com/ai-image.png)
16+
17+
## 創建清單
18+
19+
以下是使用人工智慧的幾個主要應用領域:
20+
21+
1. **自然語言處理** - 例如:語音助理和機器翻譯。
22+
2. **計算機視覺** - 例如:圖像識別和自動駕駛。
23+
3. **推薦系統** - 例如:電商網站的個性化推薦。
24+
4. **機器學習** - 例如:數據分析和預測模型。
25+
26+
## 加入程式碼片段
27+
28+
這裡是一個簡單的Python程式碼片段:
29+
30+
```python
31+
def greet(name):
32+
return f"Hello, {name}!"
33+
34+
print(greet("World"))
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 全民瘋AI系列2.0
2+
> 第13屆iT邦幫忙鐵人賽
3+
4+
<iframe width="560" height="315" src="https://www.youtube.com/embed/C9mvGMtrPXo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
5+
6+
## 前言
7+
哈囉大家好我是10程式中的10!我是[上一屆](https://ithelp.ithome.com.tw/users/20107247/ironman/3719)鐵人賽影片教學組`全民瘋AI系列`的作者,當時講解了人工智慧的基礎以及常見的機器學習演算法與手把手教學。由於大家反應很熱烈,讓我看到了大家對於AI的學習熱忱。也因為上一屆獲得了影片教學組優選,收到了許多書商的出版邀請,由於我沒有時間與動力將這些大量知識寫成文章因此都婉拒了。因此我想藉由這一次鐵人賽將上一屆的影片內容整理成電子書版本,提供大家影片教學與文字版的筆記內容(唷呼書商快看過來~)當然內容會以之前影片教學為基底,並加入一些新的元素讓文章內容變得更紮實。在全新的`全民瘋AI系列2.0`中我會介紹實用的機器學習演算法並含有程式手把手實作,以及近年來熱門的機器學習套件與模型調參技巧。除此之外我還會提到大家最感興趣的 AI 模型落地與整合。希望在這次的鐵人賽能夠將AI的資源整理得更詳細並分享給各位。
8+
9+
10+
![](./image/img1-1.jpg)
11+
12+
## 此系列教學適合誰?
13+
如果您是之前的舊讀者,歡迎回來為自己充電~新的系列文章保證讓你收穫滿滿!若您是新來的讀者歡迎加入人工智慧的世界,此系列文章正適合初學者閱讀。另外建議可以搭配我[上一屆](https://ithelp.ithome.com.tw/users/20107247/ironman/3719)鐵人賽的影片教學進行學習。
14+
15+
## 系列文章內容規劃
16+
在本次鐵人賽預計新增了許多新內容,特別是近年來比較新的演算法套件,以及在模型訓練中必須注意的大小事。本系列要在短短30天內講完所有 AI 領域相關應用是不太可能的事情,因此我的規劃是從認識人工智慧開始切入主題。先讓大家知道何謂人工智慧以及相關應用有哪些。接著帶各位了解成為資料科學家的第一步,就是資料分析與視覺化,再來會有一系列經典的機器學習演算法介紹。最後也是大家可能會有興趣的整合部分,會以實際的帶大家手把手部署我們的AI模型以及前後端串接的概念。
17+
18+
19+
## 前置作業資源
20+
本系列教學將有大量的程式實作,並採用 Google Colab 做為程式雲端運行的編輯執行環境。各位可以直接利用 Colab 開啟本系列文章的範例程式。在使用此平台之前每個人都必須要有自己的 Google 帳號,才能順利的開啟並執行程式碼。Colab 可讓你輕鬆地在瀏覽器上撰寫並執行 Python 程式語言,它可以說是機器學習新手的入門工具。此外 Colab 具備了以下幾個優點:
21+
22+
- 不必進行任何設定與安裝
23+
- 免費額度使用 GPU、TPU 資源
24+
- 輕鬆共用與分享檔案
25+
26+
因此讀者必須先熟悉 Colab 的操作模式,想了解該如何操作的朋友們可以先來看這一步[影片](https://youtu.be/C9mvGMtrPXo?t=266)教學。
27+
28+
29+
## 回報錯誤與建議
30+
本系列文章若有問題或是內容建議都可以來 GitHub 中的 [issue](https://github.com/andy6804tw/2021-13th-ironman/issues) 提出。歡迎大家一同貢獻為這系列文章有更好的閱讀品質。
31+
32+
## 關於作者
33+
現今台灣人工智慧學校AI工程師,熱衷網頁前後端整合發與AI演算法開發。希望藉由鐵人賽,將所學貢獻出來提升臺灣在AI領域的資源。
34+
35+
[@andy6804tw](https://github.com/andy6804tw)
36+
37+
歡迎大家訂閱我的 [YouTube](https://www.youtube.com/channel/UCSNPCGvMYEV-yIXAVt3FA5A) 頻道。
38+
39+
本系列教學簡報 PDF & Code 都可以從我的 [GitHub](https://github.com/andy6804tw/2021-13th-ironman) 取得!
22.4 KB
Loading

0 commit comments

Comments
 (0)