From f71b43716079f4b46e610227d043a8c338ca1eef Mon Sep 17 00:00:00 2001 From: Sayan Sinha Date: Fri, 31 Mar 2017 07:10:44 +0530 Subject: [PATCH] spell fix in recurrent --- docs/src/models/recurrent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/models/recurrent.md b/docs/src/models/recurrent.md index 0a1d5afb..6f27b84a 100644 --- a/docs/src/models/recurrent.md +++ b/docs/src/models/recurrent.md @@ -34,7 +34,7 @@ end The only difference from a regular feed-forward layer is that we create a variable `y` which is defined as depending on itself. The `y{-1}` syntax means "take the value of `y` from the previous run of the network". -Using recurrent layers is straightforward and no different feedforard ones in terms of the `Chain` macro etc. For example: +Using recurrent layers is straightforward and no different feedforward ones in terms of the `Chain` macro etc. For example: ```julia model = Chain(