Mercurial > pylearn
comparison doc/v2_planning/sampler.txt @ 1029:0ddb5f637ce3
Merged
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Mon, 06 Sep 2010 20:41:58 -0400 |
parents | a1b6ccd5b6dc |
children | 875d53754bd0 |
comparison
equal
deleted
inserted
replaced
1028:c6a74b24330b | 1029:0ddb5f637ce3 |
---|---|
1 | |
2 Inference / Sampling committee: JB, GD, AC | |
3 | |
1 OVERVIEW | 4 OVERVIEW |
2 ======== | 5 ======== |
3 | 6 |
4 Before we start defining what a sampler is and how it should be defined in | 7 Before we start defining what a sampler is and how it should be defined in |
5 pylearn, we should first know what we're up against. | 8 pylearn, we should first know what we're up against. |
34 * Metropolis Hastings | 37 * Metropolis Hastings |
35 * Slice Sampling | 38 * Slice Sampling |
36 * Annealing | 39 * Annealing |
37 * Parallel Tempering, Tempered Transitions, Simulated Tempering | 40 * Parallel Tempering, Tempered Transitions, Simulated Tempering |
38 * Nested Sampling (?) | 41 * Nested Sampling (?) |
39 * Hamiltonian Monte Carlo | 42 * Hamiltonian Monte Carlo --> or is it Hybrid Monte Carlo? |
43 | |
44 3. USAGE PATTERNS | |
45 ================= | |
46 | |
47 * MCMC methods have a usage pattern that is quite different from the kind of univariate sampling methods | |
48 needed for nice-and-easy parametric families. | |
49 | |
50 |