Skip to content

Commit

Permalink
Another typo in src/layers/basic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
poludmik committed Nov 15, 2023
1 parent 8bb1ca7 commit 68f0ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Its output is the elementwise maximum of the internal layers' outputs.
Instead of defining layers individually, you can provide a zero-argument function
which constructs them, and the number to construct.
Maxout over linear dense layers satisfies the univeral approximation theorem.
Maxout over linear dense layers satisfies the universal approximation theorem.
See Goodfellow, Warde-Farley, Mirza, Courville & Bengio "Maxout Networks"
[https://arxiv.org/abs/1302.4389](https://arxiv.org/abs/1302.4389).
Expand Down

0 comments on commit 68f0ed2

Please sign in to comment.