Christos-14 / DL-Nano-3-TV-Script-Generation

In this project I generated my own Seinfeld TV scripts using RNNs using part of the Seinfeld dataset of scripts from 9 seasons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity - Deep Learning Nanodegree

Project 3: TV-Script-Generation

In this project, I built a RNN based mini-app that generates new 'fake' Seinfeld TV series scripts based on the patterns it 'learns' from the training data. My Recurent Neural Network is trained on (part of) the Seinfeld dataset of scripts from 9 seasons.

The main artefacts are:

-dlnd_tv_script_generation.ipynb : Jupuyter notebook that goes through the process, including:

  • Importing Datasets
  • Pre-processing data
  • Building the RNN
  • Selecting hyper-parameters
  • Training the RNN
  • Generating TV scripts.

About

In this project I generated my own Seinfeld TV scripts using RNNs using part of the Seinfeld dataset of scripts from 9 seasons.


Languages

Language:Jupyter Notebook 82.7%Language:Python 17.3%