probability icon indicating copy to clipboard operation
probability copied to clipboard

Probabilistic reasoning and statistical analysis in TensorFlow

Results 289 probability issues
Sort by recently updated
recently updated
newest added

Hi, guys! I am trying to use tensorflow probability for some Bayesian prediction but there is a problem. I have trained three different models so far, and each of these...

I am training a LinearRegression with 2 trainable weights and 3 trajectories. There are no problems when I use variational inference to solve the problem independently for the 3 trajectories,...

Is there a way to save a tfp.distributions.JointDistributionNamed for import in other models?

From here: https://groups.google.com/a/tensorflow.org/g/tfprobability/c/_9EuU3FnErY/m/cpNQENy6AQAJ > 2) Re: distributed programming: I think your change would be a great addition to TransformedVariable (and possible DeferredTensor). A quick and dirty hack is to pass...

Hi, I'm attempting to use the jax backend (hopefully this is the correct version of the call) to compute pivoted cholesky decompositions of PSD matrices, but am running into errors...

It appears the .mean() method is not implemented for customized joint distribution? We may use sampling method to estimate but it does not appear stable. Can anyone suggest an effective...

Currently, models utilising DenseVariational fail to save (in my experience), because of them lacking a get_config method. Is there any timeline on when this might be implemented?

layers

how to initialize weights and bias for model build using `tfp.layers.Convolution2DFlipout` from a pre-trained model with `tf.keras.layers.Conv2D`. Both having the same number of layers.

As discussed in https://github.com/tensorflow/tensorflow/issues/9260 this issue probably belongs here: Both `tf.multinomial()` and `tf.contrib.distributions.Categorical.sample()` allow to sample from a multinomial distribution. However, they only allow sampling with replacement. In constrast, Numpy's...