Caesar AI Atlas

Semi-Supervised Learning (teilüberwachtes Lernen)

Also known as: Semi-Supervised Machine Learning · Semi Supervised Learning

Caesar AI Atlas Definition

Semi-Supervised Learning ist ein Machine-Learning-Ansatz, der während des Trainings sowohl beschriftete als auch unbeschriftete Daten verwendet. Er ist nützlich, wenn beschriftete Beispiele teuer oder begrenzt sind, größere Mengen unbeschrifteter Daten aber helfen können, Repräsentation, Klassifikation oder Vorhersage zu verbessern.

Other Definitions

Semi-Supervised Learning (teilüberwachtes Lernen) Source

(Also weak supervision.) A machine learning training paradigm characterized by using a combination of a small amount of human-labeled data (used exclusively in supervised learning), followed by a large amount of unlabeled data (used exclusively in unsupervised learning).

Semi-Supervised Learning (teilüberwachtes Lernen) Source

Training a model on data where some of the training examples have labels but others don't. One technique for semi-supervised learning is to infer labels for the unlabeled examples, and then to train on the inferred labels to create a new model. Semi-supervised learning can be useful if labels are expensive to obtain but unlabeled examples are plentiful. Self-training is one technique for semi-supervised learning.

Semi-Supervised Learning (teilüberwachtes Lernen) Source

A way of training machine learning systems for a specific application. An AI system uses a mix of supervised and unsupervised learning and labelled and unlabelled data. This type of learning is useful when it is difficult to extract relevant features from data and when there are high volumes of complex data, such as identifying abnormalities in medical images, like potential tumours or other markers of diseases. See also supervised learning, unsupervised learning, reinforcement learning and training datasets.

Also Referenced In

Concept Comparisons

Related Terms