From 7103a61a1f7a6cb90ecb1fcd17406d861f276c6a Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Sat, 11 May 2019 12:40:01 +0800 Subject: [PATCH] delete redundant section --- docs/src/models/layers.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/src/models/layers.md b/docs/src/models/layers.md index d4c78b33..ec45c31e 100644 --- a/docs/src/models/layers.md +++ b/docs/src/models/layers.md @@ -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.