1.2. Probability
In the previous chapter we covered how programmers need to make the transition
from the types of software 1.0 to the tensors of software 2.0. In this chapter
we go over how random variables and their probability distributions are
constructed with tensors, following the design of torch.Tensor
and
torch.distributions
.
Contents
Probabilities
- data
- circuit
- math
- code
Random Variables, Distributions
- data
- circuit
- math
- code