ruslanmv / Generating-TV--Scripts-with-Deep-Learning

To generate Simpsons TV scripts using part of the Simpsons data-set of scripts from 27 seasons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Generating-TV-Scripts

Deep Learning Nanodegree

Disclaimer:

The given solutions in this project are only for reference purpose.

Kaggle Competition Link:

https://www.kaggle.com/wcukierski/the-simpsons-by-the-data

Project Overview

In this project, we'll generate our own Simpsons TV scripts using Recurrent Networks and Long Short-Term Memory Networks. We’ll generate new text, and use recurrent networks to generate new text that resembles a training set of TV scripts. We'll be using part of the Simpsons dataset of scripts from 27 seasons. The Neural Network we'll build will generate a new TV script for a scene at Moe's Tavern.

About

To generate Simpsons TV scripts using part of the Simpsons data-set of scripts from 27 seasons.


Languages

Language:Jupyter Notebook 91.6%Language:Python 8.4%