Open dustinvtran opened 6 years ago
I come from the network theory crowd and am keen to learn TFP (currently using PyMC3). Should this go in examples/jupyter_notebooks?
Yeah, if you want to make it a notebook. Alternatively, examples/ if it's just a script similar to the Edward one.
Ok, I'm on it!
I'm at a roadblock: how is the probability mass function (PointMass in Edward) implement in tfp? I browsed the codebase (mostly generated_random_variables) but could not find it anywhere.
Deterministic/VectorDeterministic should be the equivalent of PointMass (the former univariate, the latter multivariate).
See also https://github.com/blei-lab/edward/blob/master/examples/stochastic_block_model.py.