The document summarizes sampling methods from Chapter 11 of Bishop's PRML book. It introduces basic sampling algorithms like rejection sampling, importance sampling, and SIR. It then discusses Markov chain Monte Carlo (MCMC) methods which allow sampling from complex distributions using a Markov chain. Specific MCMC methods covered include the Metropolis algorithm, Gibbs sampling, and estimating the partition function using the IP algorithm.