2018/5/31
machine learning 機器學習 learning algorithm 學習算法 feature 特征 attribute 屬性 attribute space 樣本空間 sample space 樣板空間
data set 數據集 instance 示例 sample 樣板 feature vector 特征向量 dimensionality 維度 hypothesis 假設 ground-truth 真相 真實 label 標記
classification 分類 regression 回歸 binary classification 二分類 positive class 正分類 negative 負分類 multi-class classification 多分類
clustering聚類 cluster 簇 supervised learning 監督學習 unsupervised learning 無監督學習 generalization 泛化能力 distribution 分布
Occam's razor 奧卡姆剃刀 inductive bias歸納偏好
2018/6/6
generalization error 泛化誤差 empirical error經驗誤差 overfitting 過擬合 underfitting 欠擬合 hold-out 留出法 sampling 采樣 stratified sampling 分層采樣
cross validation 交叉驗證 k-flod cross validation k折交叉驗證 Leave-one-out LOO 留一法 bootstrapping 自助法 out-of-bagestimate 包外估計
parameter tuning 調參 validation set 驗證集 mean squared error 均方誤差 precision 查准率 recall 查全率 true positive 真正例 false positive 假正例 true negative 真反例 false negative 假反例
break-even point BEP 平衡點 Receiver Operating Charateristic 受試者工作特征曲線 True Positive Rate 真正例率 False Positive Rate TPR 假正例率
cost curve 代價曲線 hypothesis test 統計假設檢驗 bias 偏差 variance 方差
2020/02/06