📚 node [[sketching]]
📓
garden/KGBicheno/Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Sketching.md by @KGBicheno
sketching
Go back to the [[AI Glossary]]
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.
📖 stoas
- public document at doc.anagora.org/sketching
- video call at meet.jit.si/sketching
🔎 full text search for 'sketching'