Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 527 Bytes

File metadata and controls

15 lines (10 loc) · 527 Bytes

NLP - Language Models

In this project, two language models are implemented and then utilized for text generation (news headlines):

  • Recurrent Neural Networks (RNN) Language Model trained on GloVe word embeddings of headlines dataset
  • Bigram Language Model

Datasets

Dependencies