Skip to content

Commit 7b03e51

Browse files
Better title for functors.md
Co-authored-by: Michael Abbott <[email protected]>
1 parent 111ee92 commit 7b03e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/models/functors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Functor from Functors.jl
1+
# Recursive transformations from Functors.jl
22

3-
Flux makes use of the [Functors.jl](https://github.com/FluxML/Functors.jl) to represent many of the core functionalities it provides.
3+
Flux models are deeply nested structures, and [Functors.jl](https://github.com/FluxML/Functors.jl) provides tools needed to explore such objects, apply functions to the parameters they contain, and re-build them.
44

55
Functors.jl is a collection of tools designed to represent a [functor](https://en.wikipedia.org/wiki/Functor_(functional_programming)). Flux makes use of it to treat certain structs as functors. Notable examples include the layers that Flux defines.
66

0 commit comments

Comments
 (0)