【AI】【英語】AI用語を英語で何と言う?

人工知能    artificial intelligence (AI)
 特化型人工知能、特化型AI、弱いAI    Artificial Narrow Intelligence (ANI), Narrow AI, weak AI
 汎用人工知能、汎用型AI、強いAI    Artificial General Intelligence (AGI), strong AI

 

人工知能    artificial intelligence (AI)
 機械学習    Machine Learning
  ディープラーニング Deep Learning

 

機械学習    Machine Learning
 教師あり学習    Supervised learning
 教師なし学習    Unsupervised Learning
 強化学習    reinforcement learning

 

教師あり学習    Supervised learning
 回帰    regression
  線形回帰    linear regression
   単回帰    simple (linear) regression
   重回帰    multiple (liner) regression
  非線形回帰    Nonlinear regression
 分類    classification
  二項分類、二値分類、2クラス分類    Binary classification
   混同テーブル、混同行列    table of confusion, confusion matrix
    真陽性    true positive
    偽陽性    false positive
    偽陰性    false negative
    真陰性    true negative
   ロジスティック回帰    Logistic regression
    シグモイド関数    Sigmoid function
  多クラス分類    Multiclass classification
   k近傍法    k-nearest neighbor, kNN

教師なし学習    Unsupervised Learning
 クラスタリングクラスター分析    clustering
  k平均法    k-means clustering
 次元削減 Dimensionality Reduction
  主成分分析    principal component analysis (PCA)

強化学習    reinforcement learning


x
説明変数    explanatory variable
独立変数    independent variable
特徴量 feature (value)
共変量 covariate

y
目的変数    objective variable, response variable
従属変数    dependent variable 
ターゲット target
ラベル label
目標値 target value

 


サポートベクターマシン    support vector machine (SVM)
 ハードマージン    Hard-margin
  線形分離可能    linearly separable
 ソフトマージン    Soft-margin
  線形分離可能ではない    are not linearly separable
カーネル法    kernel method

決定木    decision tree


交差検証    cross-validation
 訓練データ    training set
 テストデータ    testing set
 k-分割交差検証    k-fold cross-validation