Skip to content

Simple and concise PTB language model in TensorFlow

Notifications You must be signed in to change notification settings

cjratcliff/simple-ptb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple PTB

This repository replicates the results from Zarembra et al. (2014). There are a couple of minor differences such as replacing their custom initialization scheme which was removed since it makes no discernible improvement over TensorFlow's default Xavier initialization.

It is based off of the official TensorFlow tutorial for RNNs but contains approximately half the lines of code.

Requirements

  • TensorFlow 1.2 (may work with 1.1 but this has not been tested)
  • NumPy

About

Simple and concise PTB language model in TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages