antsnormflows.core

Classes

ClassCondFlow(q0, flows)

Class conditional normalizing Flow model, providing the class to be conditioned on only to the base distribution, as done e.g. in [Glow](https://arxiv.org/abs/1807.03039).

ConditionalNormalizingFlow(q0, flows[, p])

Conditional normalizing flow model, providing condition, which is also called context, to both the base distribution and the flow layers

MultiscaleFlow(q0, flows, merges[, ...])

Normalizing Flow model with multiscale architecture, see RealNVP or Glow paper

NormalizingFlow(q0, flows[, p])

Normalizing Flow model to approximate target distribution

NormalizingFlowVAE(prior[, q0, flows, decoder])

VAE using normalizing flows to express approximate distribution