A classifier's first layer is a single weight matrix applied to two-dimensional embeddings. Two points from different classes arrive:
A later layer can only separate the classes with a straight line, so what matters is how far apart this layer leaves the two points. Two candidate weight matrices are on the table:
| Candidate | Weight matrix |
|---|---|
For each candidate, transform both points and measure the straight-line distance between the two outputs. Then report the size of the gap between those two separations:
Round your answer to two decimal places.