Word list


单词表(8月15号更新)

word 翻译
resolution 分辨率
Model persistence 模型的持久性
tradeoff 权衡,折中
compatibility 兼容性
intuitive format 直观的格式
sparsity 稀疏
disease progression 病情进展
squared residuals 平方残差
fairly 相当地
mitigate 缓和
one-versus all 基于一对多
heuristic 启发式的
discriminate 判别式
plane 平面
proxy 代理
concatenate 连接
grid-search 网格搜索
nest 嵌套
ground truth 真实情况
vector quantization 矢量量化
hierarchical 分层的
agglomerative 凝聚的
adjacency 毗邻
transpose 转置
component 部件
loading 载荷
multivariate 多元,多变量
project on 投射
principal subspace 主子空间
recover non-Gaussian independent signals 还原非高斯独立的信号
dichotomy 二分
convex optimisation problem 凸优化问题
penalize 处罚

文章作者: lovelyfrog
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 lovelyfrog !
 上一篇
Model selection——choosing estimators and their parametors Model selection——choosing estimators and their parametors
选择诸如C,alpha之类的参数以及交叉验证 Score, and cross-validated scores我们可以用score方法来判定fit 的质量 from sklearn import datasets, svm digit
2017-08-11
下一篇 
An introduction to machine learning with scikit learn An introduction to machine learning with scikit learn
对于scikit机器学习包的介绍 from sklearn import datasets iris = datasets.load_iris() digits = datasets.load_digits() len(digits.d
2017-08-10
  目录