Skip to content

Commit

Permalink
Update README.md with tutorial notebook links.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 192542691
  • Loading branch information
dustinvtran authored and Copybara-Service committed Apr 12, 2018
1 parent 24bdb26 commit de2c7b1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,16 @@ import tensorflow_probability as tfp

## Examples

See the `tfp.examples` module for examples of end-to-end implementations. They
can also be run under command line: for example, run
See [`tfp.examples`](https://github.com/tensorflow/probability/tree/master/tensorflow_probability/examples/)
for end-to-end examples. It includes tutorial notebooks such as:

`python -m tensorflow_probability.examples.vae`
* [Linear Mixed Effects Models](https://github.com/tensorflow/probability/blob/master/tensorflow_probability/examples/jupyter_notebooks/Linear_Mixed_Effects_Models.ipynb)
* [Gaussian Copulas](https://github.com/tensorflow/probability/blob/master/tensorflow_probability/examples/jupyter_notebooks/Gaussian_Copula.ipynb)
* [Understanding TensorFlow Distributions Shapes](https://github.com/tensorflow/probability/blob/master/tensorflow_probability/examples/jupyter_notebooks/Understanding%20TensorFlow%20Distributions%20Shapes.ipynb)

to train a variational auto-encoder to generate MNIST digits. See the
[`examples/`](https://github.com/tensorflow/probability/tree/master/tensorflow_probability/examples/)
directory for more details.
Example scripts can also be run under command line. For example,
`python -m tensorflow_probability.examples.vae`
trains a variational auto-encoder to generate MNIST digits.

## Contributing

Expand Down

0 comments on commit de2c7b1

Please sign in to comment.