LGAIMLJul 16, 2018

Zap: Making Predictions Based on Online User Behavior

arXiv:1807.06046v1
Originality Synthesis-oriented
AI Analysis

This addresses the need for efficient and adaptable prediction systems in web applications, though it appears incremental as it combines existing techniques into a pipeline.

The paper tackles the problem of making predictions from online user behavior by introducing Zap, a generic ML pipeline that creates website- and task-specific models without requiring knowledge of the website structure, resulting in minimal website-specific code through example generators that can be written in a few lines.

This paper introduces Zap, a generic machine learning pipeline for making predictions based on online user behavior. Zap combines well known techniques for processing sequential data with more obscure techniques such as Bloom filters, bucketing, and model calibration into an end-to-end solution. The pipeline creates website- and task-specific models without knowing anything about the structure of the website. It is designed to minimize the amount of website-specific code, which is realized by factoring all website-specific logic into example generators. New example generators can typically be written up in a few lines of code.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes