-
Token 是什麼?LLM 為何只讀 Token?
前言 上篇講到LLM,這片就來說說裡面很常提到的字「Token」。Token 是語言模型可理解的最小單位,它像 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

