You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/models/layers.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,6 @@ But in contrast to the layers described in the other sections are not readily gr
38
38
Maxout
39
39
```
40
40
41
-
# Normalisation & Regularisation
42
-
43
-
These layers don't affect the structure of the network but may improve training times or reduce overfitting.
44
-
45
-
```@docs
46
-
Flux.testmode!
47
-
BatchNorm
48
-
Dropout
49
-
LayerNorm
50
-
```
51
-
52
41
## Activation Functions
53
42
54
43
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.
0 commit comments