今天來跟大家分享,為什麼我的題目會訂大語言模型在食譜生成與用戶互動中的應用探索呢?
在第一天的分享中,我提到自己踏入資訊業,也進一步就讀了資工碩士。對於一個行銷...
數值的處理
內建的數學函數
函數
說明
abs( a )
計算a的絕對值
round(a, p)
把a四捨五入到p位,若p沒填便四捨五入到...
執行力的修煉The 4 Disciplines of Executino - Achieving your willdly important goals
紀律...
Python
Series
import pandas as pd
建立數列1 2 3 4
pd.Series([1,2,3,4])
0 1...
(☞ ಠ_ಠ)☞之後會有比較詳細的
宣告
int()整數ex: int(變數) int('1') int(1.4)
float()浮點...
上一篇文章我們建立了註冊的 Controller 接下來我們要建立請求時的 Request 格式一樣有兩個,一個是註冊時的另一個試驗證時的。
RegisterR...