Flux.jl/docs/src/models/layers.md

9 lines
112 B
Markdown
Raw Normal View History

2017-09-08 21:52:41 +00:00
## Model Layers
2017-10-18 11:31:06 +00:00
These core layers form the foundation of almost all neural networks.
2017-09-08 21:52:41 +00:00
```@docs
Chain
Dense
```