数学・機械学習関連の英単語の和訳

機械学習の勉強のためにscikit-learnのドキュメントを読んでいるのですが、数学や機械学習に関する英単語が全然わからないのでここにメモしておきます。

 

機械学習

  • regression  回帰
  • classification 分類
  • clustering  グループ分け
  • dimensionality reduction  次元削減
  • SGD  stochastic gradient descent 確率的勾配降下法
  • SVM support vector machine サポートベクトルマシン
  • SVC support vector classification
  • SVR support vector regression
  • ensemble regression アンサンブル回帰
  • ensemble 全体の 機械学習では多数決を指す
  • elastic 弾力のある
  • K Neighbors Classifier K近傍法
  • kernel approximation カーネル近似
  • K means k平均法
  • GMM gaussian mixture model ガウス混合モデル
  • MeanShift 平均値シフト法
  • VBGMM variational baysian GMM 変分混合ガウス分布
  • MiniBatch ミニバッチ 損失関数の最小化にランダムなn個を使う↔︎Batch
  • Isomap isometric mapping 等大の写像
  • embedding 埋没
  • LLE locally linear embedding 局所的な線形の埋没
  • OLS ordinary least squares 最小二乗法
  • LAR least angle regression 最小角回帰
  • discriminant analysis 判別分析
  • LDA linear discriminant analysis 線形判別分析
  • QDA quadratic discriminant analysis 二次判別分析
  • MDA mixture discriminant analysis 混合判別分析
  • covariance matrices 分散共分散行列
  • novelty detection 異常検知
  • density estimation 密度推定
  • coef coefficient 係数
  • intercept 切片
  • matrix decomposition 行列の分解
  • matrix factorization 行列の分解
  • cross validation 交差検証
  • projection 投影
  • discriminant 判別式
  • PCA principal component analysis 主成分分析
  • SVD singular value decomposition 特異値分解
  • diag diagnal 対角
  • positive definite 正定値
  • det determinant 行列式
  • cofactor 余因子