2025 iThome 鐵人賽
沒在獨自升級的 一起來
AI & Data
選手 74 文章 1460
Day 25
2025-10-09
37
0
# views.py # 提取年份 def extract_latest_year(source_filenames): max_year = 0...
Day 17
2025-10-01
36
0
▍程式碼 <!-- history_analysis.html --> <div class="container my-5&qu...
Day 19
2025-09-30
36
0
Day19 | Rosalind 生資解題 - 010. CONS(Consensus and Profile)+max()用法 +collections.Co...
Day 16
2025-09-30
36
0
在股票分析中,除了每天的收盤價,我們常常也會想知道「整個月的平均股價走勢」。這樣可以平滑掉每日的波動,讓趨勢更清楚。今天的目標,就是透過 折線圖,把台積電 (2...
Day 17
2025-09-30
36
0
昨天我們聊了 Pooling 策略,像是 mean pooling、max pooling,這些方法可以把一個句子壓縮成固定長度的向量。但是這些方法還有一個致命...
Day 15
2025-09-29
35
0
▍程式碼 <!-- quiz.html --> <!-- 顯示結果 --> <div> <div >...