-
Token 是什麼?LLM 為何只讀 Token?
前言 上篇講到LLM,這片就來說說裡面很常提到的字「Token」。Token 是語言模型可理解的最小單位,它像… Continue reading
-
《大語言模型 LLM:其實做的事情比你想像中更單純》

前言 Introduction 如果你最近有用過 ChatGPT、Claude、Gemini,你已經在跟 LL… Continue reading
-
Python Chunks
當我們要把list分成好幾個chunk時的幾種做法 yield 一行for迴圈 iterable 針對任何it… Continue reading
-
How to scrape Yahoo Finance stock data with Python
This time, we are going to learn the hands-on ability t… Continue reading
-
Python 爬取每日股價(1)
如何取得每日的股價資訊 進入證交所每日收盤行情,選擇全部(不含…),可以看到有許多選項可點。 找到… Continue reading
-
Deep Reinforcement learning
Reinforcement learning (RL) is a framework where agents… Continue reading
-
python 爬取及時股價
如何取得即時的股價資訊 進入證交所提供的基本市況報導網站,右上方輸入股票代號,以2330為例。 看到當日的最高… Continue reading
