Lecture 4
Lecture 4
• "Dichotomy" is something split into two parts; usually two parts that
appear to contradict one another.
• In machine learning, it refer to the division or separation of data points
into 2 distinct classes or categories based on certain criteria or features.
• Dichotomies are commonly used in supervised learning, where the goal is
to classify data points into one of two classes or categories.
• A collection of points in a space can labeled be as positive or negative.
• If a classifier can accurately divide the points into positive and negative
groups regardless of how we choose to label them, then this set of points
is said to be shattered.
• Shattering is the ability of a model to classify a set of points perfectly.
• More generally, the model can create a function that can divide the points
into two distinct classes without overlapping.
• A set S of examples is shattered by a set of functions H if for every
partition of the examples in Prof.SSubir
into positive
Kumar Das, Dept. ofand
CSE negative examples there is
a function in H that gives exactly these labels to the examples
Thank You