Caesar AI Atlas

Knowledge Base

Questions: Machine Learning Foundations

Authoritative answers to AI compliance, governance, and technical questions. Written for legal, compliance, and engineering teams.

40

Full Guides

120

Total Q&A

All Questions (120)Full Guides (40)FAQ Only (80)Clear filter
Filter by difficulty:

Beginner

Intermediate

High PriorityIntermediate

What is self-supervised learning?

Self-supervised learning is a machine learning approach that creates training signals from unlabeled data itself. It converts aspects of an unsupervised problem into supervised learning by generating surrogate labels, making it useful when labeled data is scarce but unlabeled data is abundant.

1 term1 topic
Medium PriorityIntermediate

What is semi-supervised learning?

Semi-supervised learning is a machine learning approach that uses both labeled and unlabeled data during training. It is useful when labeled examples are costly or limited but larger volumes of unlabeled data can help improve representation, classification, or prediction.

1 term1 topic
Medium PriorityIntermediate

What is training data?

Training data is the dataset used to teach or fit a machine learning model by adjusting its learnable parameters. Its quality, quantity, diversity, labeling, and provenance strongly influence the performance, reliability, and compliance posture of the resulting model.

1 term1 topic
Medium PriorityIntermediate

What is overfitting?

Overfitting occurs when a model learns the training data too closely, including noise or idiosyncratic details, and performs poorly on new data. It is commonly indicated by high training performance but weaker validation or test performance.

1 term1 topic
Medium PriorityIntermediate

What is underfitting?

Underfitting occurs when a model is too simple or insufficiently trained to capture meaningful patterns in the data. An underfit model performs poorly on both training data and new data because it has not learned the underlying relationships needed for the task.

1 term1 topic
Medium PriorityIntermediate

What is a decision tree?

A decision tree is an interpretable supervised learning model that represents decision rules in a tree-like structure. Inference follows a path from a root node through feature-based conditions to a leaf node that provides the predicted class or value.

1 term1 topic

Advanced