From 1b60558520c836054c0c7e95e0e1963ed421b6d3 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Mon, 31 Dec 2018 12:53:58 +0100 Subject: [PATCH] editing material for RNNs --- doc/src/Recurrent/Recurrent.do.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/Recurrent/Recurrent.do.txt b/doc/src/Recurrent/Recurrent.do.txt index afca70313..9cf4a4e49 100644 --- a/doc/src/Recurrent/Recurrent.do.txt +++ b/doc/src/Recurrent/Recurrent.do.txt @@ -24,3 +24,7 @@ fixed-sized inputs like all the nets we have discussed so far. For example, they can take sentences, documents, or audio samples as input, making them extremely useful for natural language processing systems such as automatic translation and speech-to-text. + + +!split +===== Set up of an RNN =====