Skip to content

Commit 1fa43ea

Browse files
brianwa84tensorflower-gardener
authored andcommitted
Mention TFP-on-JAX in README.md
PiperOrigin-RevId: 476170665
1 parent 5ec3bf1 commit 1fa43ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ gradient-based inference via automatic differentiation, and scalability to
77
large datasets and models via hardware acceleration (e.g., GPUs) and distributed
88
computation.
99

10+
__TFP also works as "Tensor-friendly Probability" in pure JAX!__:
11+
`from tensorflow_probability.substrates import jax as tfp` --
12+
Learn more [here](https://www.tensorflow.org/probability/examples/TensorFlow_Probability_on_JAX).
13+
1014
Our probabilistic machine learning tools are structured as follows.
1115

1216
__Layer 0: TensorFlow.__ Numerical operations. In particular, the LinearOperator

0 commit comments

Comments
 (0)