We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f16d82 commit b9c2352Copy full SHA for b9c2352
docs/make.jl
@@ -17,7 +17,7 @@ makedocs(
17
"Layer Reference" => "models/layers.md",
18
"Loss Functions" => "models/losses.md",
19
"Regularisation" => "models/regularisation.md",
20
- "Advanced Model Building" => "models/advanced.md",
+ "Custom Layers" => "models/advanced.md",
21
"NNlib.jl" => "models/nnlib.md",
22
"Activation Functions" => "models/activation.md",
23
"Functors.jl" => "models/functors.md",
docs/src/models/advanced.md
@@ -1,4 +1,4 @@
1
-# Advanced Model Building and Customisation
+# Defining Customised Layers
2
3
Here we will try and describe usage of some more advanced features that Flux provides to give more control over model building.
4
0 commit comments