Fix broken link to experimental/README.md

This commit is contained in:
Brian Hulette 2021-10-20 13:01:26 -07:00
parent d9ae5a1696
commit 6cfbb890e6

View File

@ -98,7 +98,7 @@ For a deeper dive into JAX:
notebooks](https://github.com/google/jax/tree/main/docs/notebooks).
You can also take a look at [the mini-libraries in
`jax.example_libraries`](https://github.com/google/jax/tree/main/jax/experimental/README.md),
`jax.example_libraries`](https://github.com/google/jax/tree/main/jax/example_libraries/README.md),
like [`stax` for building neural
networks](https://github.com/google/jax/tree/main/jax/example_libraries/README.md#neural-net-building-with-stax)
and [`optimizers` for first-order stochastic