Skip to content

Commit

Permalink
Merge pull request #772 from johnnychen94/patch-1
Browse files Browse the repository at this point in the history
delete redundant section
  • Loading branch information
MikeInnes authored May 13, 2019
2 parents 79534ca + 7103a61 commit 5931b93
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/src/models/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ But in contrast to the layers described in the other sections are not readily gr
Maxout
```

# Normalisation & Regularisation

These layers don't affect the structure of the network but may improve training times or reduce overfitting.

```@docs
Flux.testmode!
BatchNorm
Dropout
LayerNorm
```

## Activation Functions

Non-linearities that go between layers of your model. Most of these functions are defined in [NNlib](https://github.com/FluxML/NNlib.jl) but are available by default in Flux.
Expand Down

0 comments on commit 5931b93

Please sign in to comment.