Skip to content

Commit

Permalink
fix typo neutral -> neural
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidfagan committed Aug 7, 2023
1 parent d883d34 commit f6427e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/dropout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Split the PRNG key

Since dropout is a random operation, it requires a pseudorandom number generator
(PRNG) state. Flax uses JAX's (splittable) PRNG keys, which have a number of
desirable properties for neutral networks. To learn more, refer to the
desirable properties for neural networks. To learn more, refer to the
`Pseudorandom numbers in JAX tutorial <https://jax.readthedocs.io/en/latest/jax-101/05-random-numbers.html>`__.

**Note:** Recall that JAX has an explicit way of giving you PRNG keys:
Expand Down Expand Up @@ -291,4 +291,4 @@ More Flax examples that use Module ``make_rng()``
*************************************************

* Defining a prediction token in a decoder of a
`sequence-to-sequence model <https://github.com/google/flax/blob/main/examples/seq2seq/models.py>`__.
`sequence-to-sequence model <https://github.com/google/flax/blob/main/examples/seq2seq/models.py>`__.

0 comments on commit f6427e2

Please sign in to comment.