1. What have the authors stated for future works in "Probabilistic programming" ?
In this section the authors outline some avenues for future work.. While the goals of the communities have been different, the authors believe that cross-fertilization between the two communities is an interesting direction for future work.. This is a promising avenue since optimization techniques scale better than search techniques such as MCMC ( which were discussed in Section 6 ).
read more
2. What are the contributions mentioned in the paper "Probabilistic programming" ?
In this paper, the authors describe connections this research area called “ Probabilistic Programming ” has with programming languages and software engineering, and this includes language design, and the static and dynamic analysis of programs.. The authors survey current state of the art and speculate on promising directions for future research.
read more
3. What is the meaning of naive sampling?
Naive sampling, which corresponds to running the program, can result in rejected samples leading to wasteful computation and subsequently loss in efficiency.
read more
4. What are the types of statements that are used in PROB?
Statements include primitive statements (deterministic assignment, probabilistic assignment, observe, skip ) and composite statements (sequential composition, conditionals and loops).
read more





