Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 404 Bytes

Seinfeld-TV-scripts-generator

  1. Load data, create lookup table and tokenize punctuation.
  2. Save pre-processed results for future use.
  3. Create and test dataloader
  4. Define RNN(LSTM) structure and training loop
  5. Hyper parameter tuning to reach target loss within reasonable amount of training time
  6. Write function to generate script for testing
  7. (To do) deployed as web app for wider testing.