Algorithms For Massive Data – Lecture Notes | Awesome Learning to Hash Add your paper to Learning2Hash

Algorithms For Massive Data -- Lecture Notes

Nicola Prezza . Arxiv 2023 – 1 citation

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Hashing Methods Locality-Sensitive-Hashing Similarity Search Tools & Libraries

These are the lecture notes for the course CM0622 - Algorithms for Massive Data, Ca’ Foscari University of Venice. The goal of this course is to introduce algorithmic techniques for dealing with massive data: data so large that it does not fit in the computer’s memory. There are two main solutions to deal with massive data: (lossless) compressed data structures and (lossy) data sketches. These notes cover both topics: compressed suffix arrays, probabilistic filters, sketching under various metrics, Locality Sensitive Hashing, nearest neighbour search, algorithms on streams.

Similar Work