microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
lessons/5-NLP/17-GenerativeNetworks/lab/README.md
12lines · modecode
| 1 | # Word-level Text Generation using RNNs |
| 2 | |
| 3 | Lab Assignment from [AI for Beginners Curriculum](https://github.com/microsoft/ai-for-beginners). |
| 4 | |
| 5 | ## Task |
| 6 | |
| 7 | In this lab, you need to take any book, and use it as a dataset to train word-level text generator. |
| 8 | |
| 9 | ## The Dataset |
| 10 | |
| 11 | You are welcome to use any book. You can find a lot of free texts at [Project Gutenberg](https://www.gutenberg.org/), for example, here is a direct link to [Alice's Adventures in Wonderland](https://www.gutenberg.org/files/11/11-0.txt)) by Lewis Carroll. |
| 12 | |
| 13 | |