Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 468 Bytes

language_model

introduction

language model(birnn-lm) is to predict a word given the previous words. 

required

python2.7
Tensorflow 1.12

train

python train.py

infer

python infer.py

reference

  1. Contextual Bidirectional Long Short-Term Memory Recurrent Neural Network Language Models: A Generative Approach to Sentiment Analysis. Amr El-Desoky Mousa1 and Bjorn Schuller. EACL 2017. paper