Skip to content

Commit

Permalink
Merge pull request #1572 from LukeWood:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 453489481
  • Loading branch information
tensorflower-gardener committed Jun 7, 2022
2 parents 0efbee9 + c690d83 commit 113d0a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,11 @@ for end-to-end examples. It includes tutorial notebooks such as:

It also includes example scripts such as:

* [Variational Autoencoders](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/vae.py).
Representation learning with a latent code and variational inference.
* [Vector-Quantized Autoencoder](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/vq_vae.py).
Discrete representation learning with vector quantization.
* [Disentangled Sequential Variational Autoencoder](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/disentangled_vae.py)
Disentangled representation learning over sequences with variational inference.
* Latent Dirichlet Allocation
([Distributions version](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/latent_dirichlet_allocation_distributions.py),
Mixed membership modeling for capturing topics in a document.
* [Bayesian Neural Networks](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/bayesian_neural_network.py).
Neural networks with uncertainty over their weights.
* [Bayesian Logistic Regression](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/logistic_regression.py).
Expand Down

0 comments on commit 113d0a0

Please sign in to comment.