Build a Recurrent Neural Network to generate new episodes of your favorite TV show.
...
sheila: hi george.
elaine: hi julie.
sheila: so i was wondering, um, went out and see the movie on
the street show because there was a couple of other seats.
elaine: oh.
elaine: and the mets she liked that.(laughs nervously)
...
- Download and install Anaconda Python
- Create and activate a Conda environment
- Install PyTorch and torchvision
conda install pytorch torchvision -c pytorch
Clone the project repository
git clone http://github.com/gdonatti/nd101-project-tv-script-generation.git
Install required Python packages
cd nd101-project-tv-script-generation
conda install --file requirements.txt
Launch the project Jupyter Notebook
jupyter notebook dlnd_tv_script_generation.ipynb
This project is licensed under the MIT License
Udacity Deep Learning Nanodegree