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