小编Ayu*_*pta的帖子

张量流概率中外行术语中的双射器是什么

我无法理解 Tensorflow 概率中的双射器。如何使用它们。

standard_gumbel = tfd.TransformedDistribution(
distribution=tfd.Exponential(rate=1.),
bijector=tfb.Chain([
tfb.Affine(
scale_identity_multiplier=-1.,
event_ndims=0),
tfb.Invert(tfb.Exp()),
]))
Run Code Online (Sandbox Code Playgroud)

tensorflow-probability

3
推荐指数
1
解决办法
1118
查看次数

标签 统计

tensorflow-probability ×1