microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
d20f5c1a431af491240e15b671bd8e2930788117

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

lessons/5-NLP/17-GenerativeNetworks/lab/README.md

12lines · modecode

1# Word-level Text Generation using RNNs
2
3Lab Assignment from [AI for Beginners Curriculum](https://github.com/microsoft/ai-for-beginners).
4
5## Task
6
7In 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
11You 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