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
* heading id
* re-write of basics page
* change readme too?
* fix some doctests
* Update docs/src/guide/models/basics.md
Co-authored-by: Christian Guinard <[email protected]>
* evalpoly, Enzyme, heading, withgradient, glorot_uniform, etc
* more doctests, shorten fitting example, and a regex I copied from somewhere
* maybe I should remember how to run documenter locally
* fixes?
* bytes on 1.11, and revert a fix
* logos & links
* move custom-models / advanced.md back to tutorial section
* tweaks
* more tweaks
* more tweaks & typos
---------
Co-authored-by: Christian Guinard <[email protected]>
In Flux 0.15, almost any parameterised function in Julia is a valid Flux model -- such as this closure over `w, b, v`. The same function can also be implemented with built-in layers as shown.
38
44
39
45
The [quickstart page](https://fluxml.ai/Flux.jl/stable/guide/models/quickstart/) has a longer example. See the [documentation](https://fluxml.github.io/Flux.jl/) for details, or the [model zoo](https://github.com/FluxML/model-zoo/) for examples. Ask questions on the [Julia discourse](https://discourse.julialang.org/) or [slack](https://discourse.julialang.org/t/announcing-a-julia-slack/4866).
0 commit comments