File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,11 @@ for end-to-end examples. It includes tutorial notebooks such as:
87
87
88
88
It also includes example scripts such as:
89
89
90
- * [ Variational Autoencoders] ( https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/jupyter_notebooks/Probabilistic_Layers_VAE.ipynb ) .
91
90
Representation learning with a latent code and variational inference.
92
91
* [ Vector-Quantized Autoencoder] ( https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/vq_vae.py ) .
93
92
Discrete representation learning with vector quantization.
94
93
* [ Disentangled Sequential Variational Autoencoder] ( https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/disentangled_vae.py )
95
94
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.
99
95
* [ Bayesian Neural Networks] ( https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/bayesian_neural_network.py ) .
100
96
Neural networks with uncertainty over their weights.
101
97
* [ Bayesian Logistic Regression] ( https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/logistic_regression.py ) .
You can’t perform that action at this time.
0 commit comments