LostTech.TensorFlow : API Documentation

Type Invert

Namespace tensorflow.contrib.distributions.bijectors

Parent Bijector

Interfaces IInvert

Bijector which inverts another Bijector.

Example Use: [ExpGammaDistribution (see Background & Context)]( https://reference.wolfram.com/language/ref/ExpGammaDistribution.html) models `Y=log(X)` where `X ~ Gamma`.
Show Example
exp_gamma_distribution = TransformedDistribution(
              distribution=Gamma(concentration=1., rate=2.),
              bijector=bijector.Invert(bijector.Exp()) 

Properties

Public properties

object bijector get;

object bijector_dyn get;

object dtype get;

object dtype_dyn get;

object forward_min_event_ndims get;

object forward_min_event_ndims_dyn get;

IList<object> graph_parents get;

object graph_parents_dyn get;

object inverse_min_event_ndims get;

object inverse_min_event_ndims_dyn get;

bool is_constant_jacobian get;

object is_constant_jacobian_dyn get;

object name get;

object name_dyn get;

object PythonObject get;

bool validate_args get;

object validate_args_dyn get;