Skip to content

Commit

Permalink
fix misleading sentence in nnlib intro
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Nov 29, 2022
1 parent c3e91e8 commit b4418ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/models/nnlib.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Neural Network primitives from NNlib.jl

Flux re-exports all of the functions exported by the [NNlib](https://github.com/FluxML/NNlib.jl) package. This includes activation functions, described on the next page. Many of the functions on this page exist primarily as the internal implementation of Flux layer, but can also be used independently.
Flux re-exports all of the functions exported by the [NNlib](https://github.com/FluxML/NNlib.jl) package. This includes activation functions, described on [their own page](@ref man-activations). Many of the functions on this page exist primarily as the internal implementation of Flux layer, but can also be used independently.

## Softmax

Expand Down

0 comments on commit b4418ee

Please sign in to comment.