diff --git a/intermediate_source/char_rnn_generation_tutorial.py b/intermediate_source/char_rnn_generation_tutorial.py index 28e5eaf3832..f7db4769ed8 100644 --- a/intermediate_source/char_rnn_generation_tutorial.py +++ b/intermediate_source/char_rnn_generation_tutorial.py @@ -5,7 +5,7 @@ **Author**: `Sean Robertson `_ This is our second of three tutorials on "NLP From Scratch". -In the `first tutorial `_ +In the `first tutorial `_ we used a RNN to classify names into their language of origin. This time we'll turn around and generate names from languages.