This commit is contained in:
CarloLucibello 2020-02-29 13:45:17 +01:00
parent 169ed6eb25
commit 4109f2e0d7
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ makedocs(modules=[Flux, NNlib],
"One-Hot Encoding" => "data/onehot.md",
"GPU Support" => "gpu.md",
"Saving & Loading" => "saving.md",
"The Julia Ecosystem" => "ecosystem.md",
"Performance Tips" => "performance.md",
"Community" => "community.md"],
format = Documenter.HTML(assets = ["assets/flux.css"],

View File

@ -1,4 +1,4 @@
## NNlib
# NNlib
Flux re-exports all of the functions exported by the [NNlib](https://github.com/FluxML/NNlib.jl) package.
## Activation Functions