Flux.jl/docs/src/models
Troels Arnfred Bojesen 17bb00a3fa
Correcting advanced.md
To make the example consistent, it should be 
```
julia> Flux.trainable(a::Affine) = (a.W,)
```
not
```
julia> Flux.trainable(a::Affine) = (a.W, a.b)
```
2020-05-25 23:33:09 +09:00
..
advanced.md Correcting advanced.md 2020-05-25 23:33:09 +09:00
basics.md Update basics.md 2020-05-06 13:41:56 +02:00
layers.md add some layers to docs 2020-05-18 23:53:11 +05:30
nnlib.md Updated activation functions in NNlib doc 2020-03-03 22:07:05 +05:30
recurrence.md docs mostly fixed 2019-09-10 15:17:07 +01:00
regularisation.md Fix and improve docs 2020-04-04 23:00:34 +02:00