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. Broadly speaking, there are two main solutions to deal with massive data: (lossless) compressed data structures and (lossy) data sketches. These notes cover the latter topic: probabilistic filters, sketching under various metrics, Locality Sensitive Hashing, nearest neighbour search, algorithms on streams (pattern matching, counting).
翻译:本讲义是威尼斯大学CM0622课程《海量数据算法》的授课笔记。该课程旨在讲解处理海量数据的算法技术:数据规模巨大,无法容纳于计算机内存中。广义而言,处理海量数据主要有两种解决方案:(无损)压缩数据结构与(有损)数据草图。本讲义聚焦于后者,涵盖概率性过滤器、多度量空间下的数据草图技术、局部敏感哈希、最近邻搜索以及流式算法(模式匹配、计数)。