This document provides an overview of Support Vector Data Description (SVDD), which finds the minimum enclosing ball that encapsulates a set of data points. It discusses how SVDD can be formulated as a quadratic programming problem and outlines its dual formulation. The document also notes that SVDD generalizes to non-linear settings using kernels, and discusses variations like adaptive SVDD and density-induced SVDD. Key points covered include the representer theorem, KKT conditions, and how the radius of the enclosing ball can be determined from the Lagrangian.