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
Get rid of documentation warnings and 404 pages (#1987)
* Get rid of documentation warnings
* fix cross-references
* add missing docstrings
* Use `onehotbatch` instead of internal struct
* Fix doctests
* Add `Optimiser.jl` as a doc dependency
Add `cpu` and `gpu` to the manual and `Optimisers.jl` as a dependency
Copy file name to clipboardExpand all lines: docs/src/training/optimisers.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
```@meta
2
+
CurrentModule = Flux
3
+
```
4
+
1
5
# Optimisers
2
6
3
7
Consider a [simple linear regression](../models/basics.md). We create some dummy data, calculate a loss, and backpropagate to calculate gradients for the parameters `W` and `b`.
0 commit comments