Introduction
Contents
Introduction#
ALIS: Algorithmic Library for Scalability is a Python package and a good accompanying reference for Leskovec, Rajaraman, and Ullman’s Mining of Massive Datasets. This book currently covers topics from Chapters 3 through 5, and Chapter 10 of the reference.
This book provides:
Additional mathematical and code examples
Additional exercises both theoretical and practical
Re-useable API for scalable data mining
ALIS is inspired by the Dive into Deep Learning interactive book with code, math, and discussion.