Skip to content

Commit c690d83

Browse files
committed
Remove broken links
1 parent 9064c57 commit c690d83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,11 @@ for end-to-end examples. It includes tutorial notebooks such as:
8787

8888
It also includes example scripts such as:
8989

90-
* [Variational Autoencoders](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/jupyter_notebooks/Probabilistic_Layers_VAE.ipynb).
9190
Representation learning with a latent code and variational inference.
9291
* [Vector-Quantized Autoencoder](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/vq_vae.py).
9392
Discrete representation learning with vector quantization.
9493
* [Disentangled Sequential Variational Autoencoder](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/disentangled_vae.py)
9594
Disentangled representation learning over sequences with variational inference.
96-
* Latent Dirichlet Allocation
97-
([Distributions version](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/latent_dirichlet_allocation_distributions.py),
98-
Mixed membership modeling for capturing topics in a document.
9995
* [Bayesian Neural Networks](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/bayesian_neural_network.py).
10096
Neural networks with uncertainty over their weights.
10197
* [Bayesian Logistic Regression](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/logistic_regression.py).

0 commit comments

Comments
 (0)