Concepts105

๐Ÿ“šTheoryAdvanced

VC Dimension

VC dimension measures how many distinct labelings a hypothesis class can realize on any set of points of a given size.

#vc dimension#vapnik chervonenkis#shattering+12
๐Ÿ“šTheoryAdvanced

Rademacher Complexity

Rademacher complexity is a data-dependent measure of how well a function class can fit random noise on a given sample.

#rademacher complexity#empirical rademacher#generalization bounds+12
๐Ÿ“šTheoryAdvanced

Measure Theory

Measure theory generalizes length, area, and probability to very flexible spaces while keeping countable additivity intact.

#measure theory#sigma-algebra#lebesgue integral+12
โš™๏ธAlgorithmAdvanced

DP on Broken Profile - Plug DP

Plug DP (DP on broken profile with plugs) sweeps a grid cell by cell while remembering how partial path segments cross the frontier as labeled โ€œplugs.โ€

#plug dp#broken profile#hamiltonian path+12
โš™๏ธAlgorithmAdvanced

Matrix Exponentiation - Advanced

Matrix exponentiation turns repeated linear transitions into fast O(n^{3} log k) computation using exponentiation by squaring.

#matrix exponentiation#adjacency matrix#walk counting+12
๐Ÿ—‚๏ธData StructureAdvanced

Top Tree

Top trees are dynamic tree data structures that represent a forest as a hierarchy of clusters, allowing O(log n) amortized time for link, cut, path queries/updates, and many subtree queries.

#top tree#dynamic tree#link cut+12
โš™๏ธAlgorithmAdvanced

Voronoi Diagram and Delaunay

Voronoi diagrams partition the plane so each region contains points closest to one site, while the Delaunay triangulation connects sites whose Voronoi cells touch.

#voronoi diagram#delaunay triangulation#fortune algorithm+12
โˆ‘MathAdvanced

Generating Functions - EGF

Exponential generating functions (EGFs) encode a sequence (a_n) as A(x) = \sum_{n \ge 0} a_n \frac{x^n}{n!}, which naturally models labeled combinatorial objects.

#exponential generating function#egf#binomial convolution+11
โˆ‘MathAdvanced

Pรณlya Enumeration

Pรณlya Enumeration Theorem generalizes Burnsideโ€™s Lemma by turning counting under symmetry into a polynomial substitution problem.

#pรณlya enumeration#cycle index#burnside lemma+12
โˆ‘MathAdvanced

Burnside's Lemma

Burnside's Lemma says the number of distinct objects up to a symmetry group equals the average number of objects fixed by each symmetry.

#burnside's lemma#cauchy-frobenius#polya enumeration+12
โˆ‘MathAdvanced

Partition Function

The partition function p(n) counts the number of ways to write n as a sum of positive integers where order does not matter.

#partition function#integer partitions#euler pentagonal theorem+11
โˆ‘MathAdvanced

Generating Functions - OGF

An ordinary generating function (OGF) encodes a sequence (a_n) as a formal power series A(x) = \sum_{n \ge 0} a_n x^n.

#ordinary generating function#ogf#coefficient extraction+12