Skip to content

ashishdevo28/DLND_tv_script_generation

 
 

Repository files navigation

DLND_tv_script_generation

Project Overview

In this project, you'll generate your own Seinfeld TV scripts using RNNs. You'll be using a Seinfeld dataset of scripts from 9 seasons. The Neural Network you'll build will generate a new, "fake" TV script.

Project Instructions

Instructions

  1. Clone the repository and navigate to the downloaded folder.

    	git clone https://github.com/Pareshdandane/DLND_tv_script_generation.git
    	cd DLND_tv_script_generation/DLND_tv_script_generation
    

Work flow

  • get the data
  • Explore the Data
  • Implement Pre-processing Functions
  • Pre-process all the data and save it
  • Neural Network Training
  • Define forward and backpropagation
  • genate fake script
  • save script in txt format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.9%
  • Jupyter Notebook 21.0%
  • Python 2.1%