Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.12 KB

File metadata and controls

32 lines (22 loc) · 1.12 KB

Seinfeld Chronicles TV Script Generator using LSTM (NLP)

Table of Contents

About

In this project, I built very interesting Deep learning model. It is Natural Language Processing (NLP) based and trained on RNNs(LSTM) which will be powerful enough to generate a fake TV-script on Seinfield American TV series.

we'll be able to read the results of out trained Networks to see how it performs; we generated samples should look like fairly interesting TV script.

Getting Started

Dependencies

  • Python 3.5+, PyTorch, NumPy, Pandas, matplotlib, torchvision,

Executing Program:

  1. You can run the Jupyter Notebook file and go through all the steps and learn about the PyTorch and RNN(LSTM).

Acknowledgements

  • Udacity for providing an amazing Deep Learning Nanodegree Program