Skip to content

Likhith-Asapu/LSTM-Language-Modeling-using-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LSTM Language Modeling using Tensorflow

Python Keras

Implementation of LSTM language model using Tensorflow in Python.

Requirements

  • Python
  • Tensorflow 0.8.0
  • Numpy

Code Testing

The code has been tested on the following corpora:

  • EuroParl Corpus

File Structure

Perplexity scores for sentences present within EuroParl Corpus can be found in the Perplexity_Scores folder.

  • Perplexity_Scores/LM_train contains the perplexity scores for sentences used for training the model.
  • Perplexity_Scores/LM_test contains the perplexity scores for sentences used for testing the model.

Model.ipynb contains the code for the LSTM language model.

About

Code for implementation of language modelling using LSTM in Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published