MXFusion icon indicating copy to clipboard operation
MXFusion copied to clipboard

Add details about the machinery in Inference

Open meissnereric opened this issue 6 years ago • 0 comments

The class structure is well documented but the details of how it all goes down is less so.

Such topics as:

  • apply transformations to variable parameters at the beginning before execution and invert the transform when you ask for it.
  • Works by essentially making a whole big gluon block that computes everything - the whole chain
  • Where do parameters come from? how do model parameters vs posterior parameters vs gluon block parameters?

meissnereric avatar Oct 23 '18 14:10 meissnereric