noun
supervised learning
A machine learning paradigm where a model is trained on labeled data. The term is used in computing and AI contexts.
教師あり学習では、入力と正解ラベルのペアを使ってモデルを訓練します。
In supervised learning, the model is trained using pairs of inputs and correct labels.
この分類問題には教師あり学習が適している。
Supervised learning is suitable for this classification problem.
Compound of 教師 (teacher) + あり (existence) + 学習 (learning), literally 'learning with a teacher', referring to the presence of labeled guidance during training.