Concepts64

๐Ÿ“šTheoryAdvanced

PAC-Bayes Theory

PAC-Bayes provides high-probability generalization bounds for randomized predictors by comparing a data-dependent posterior Q to a fixed, data-independent prior P through KL(Q||P).

#pac-bayes#generalization bound#kl divergence+12
๐Ÿ“šTheoryIntermediate

Concentration Inequalities

Concentration inequalities give high-probability bounds that random outcomes stay close to their expectations, even without knowing the full distribution.

#concentration inequalities#hoeffding inequality#chernoff bound+12
๐Ÿ“šTheoryAdvanced

MCMC Theory

MCMC simulates a Markov chain whose long-run behavior matches a target distribution, letting us sample from complex posteriors without knowing the normalization constant.

#mcmc#metropolis-hastings#gibbs sampling+11
๐Ÿ“šTheoryIntermediate

Markov Chain Theory

A Markov chain is a random process where the next state depends only on the current state, not the full history.

#markov chain#transition matrix#stationary distribution+12
๐Ÿ“šTheoryAdvanced

Graph Neural Network Theory

Graph Neural Networks (GNNs) learn on graphs by repeatedly letting each node aggregate messages from its neighbors and update its representation.

#graph neural networks#message passing#weisfeiler-leman+12
๐Ÿ“šTheoryAdvanced

Differential Privacy Theory

Differential privacy (DP) guarantees that the output of a randomized algorithm does not change much when one personโ€™s data is added or removed.

#differential privacy#epsilon delta dp#laplace mechanism+12
๐Ÿ“šTheoryIntermediate

Spectral Graph Theory

Spectral graph theory studies graphs by looking at eigenvalues and eigenvectors of matrices like the adjacency matrix A and Laplacians L and L_norm.

#spectral graph theory#laplacian#normalized laplacian+12
๐Ÿ“šTheoryAdvanced

Information-Theoretic Lower Bounds

Information-theoretic lower bounds tell you the best possible performance any learning algorithm can achieve, regardless of cleverness or compute.

#information-theoretic lower bounds#fano inequality#le cam method+12
๐Ÿ“šTheoryAdvanced

Quantum Computing Theory

Quantum computing uses qubits that can be in superpositions, enabling interference-based computation beyond classical bits.

#quantum computing#qubit#superposition+12
๐Ÿ“šTheoryAdvanced

Streaming Algorithm Theory

Streaming algorithms process massive data one pass at a time using sublinearโ€”often polylogarithmicโ€”memory.

#streaming algorithms#count-min sketch#misra-gries+12
๐Ÿ“šTheoryAdvanced

Distributed Algorithm Theory

Distributed algorithm theory studies how many independent computers cooperate correctly and efficiently despite delays and failures.

#distributed algorithms#message passing#synchronous rounds+12
๐Ÿ“šTheoryIntermediate

Parallel Algorithm Theory

Parallel algorithm theory studies how to solve problems faster by coordinating many processors that share work and memory.

#pram#work-span#parallel prefix sum+12