minor wording

This commit is contained in:
Mike J Innes 2017-10-23 13:07:07 +01:00
parent 00a9e5f01f
commit 6768afda29
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Layers
## Basic Layers
These core layers form the foundation of almost all neural networks.
@ -7,7 +7,7 @@ Chain
Dense
```
## Recurrent Cells
## Recurrent Layers
Much like the core layers above, but can be used to process sequence data (as well as other kinds of structured data).