Caesar AI Atlas

Sketching

Caesar AI Atlas Definition

Sketching is a class of unsupervised methods that reduce the computational cost of similarity analysis on large datasets. These methods often use locality-sensitive hashing to group likely similar examples so comparisons can focus on candidate pairs rather than all possible pairs.

Other Definitions

Sketching Source

In unsupervised machine learning, a category of algorithms that perform a preliminary similarity analysis on examples. Sketching algorithms use a locality-sensitive hash function to identify points that are likely to be similar, and then group them into buckets. Sketching decreases the computation required for similarity calculations on large datasets. Instead of calculating similarity for every single pair of examples in the dataset, we calculate similarity only for each pair of points within each bucket.

Related Terms