Skip to content

shuoyangd/nplm-theano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nplm-theano

nplm-theano is a re-implementation of the Neural Probablistic Language Model tookit (nplm) by USC-ISI.

  • It has the same model dumping format as the nplm toolkit, so you can integrate it with other softwares such as Moses.
  • The implementation is based on theano, so you are free to run it on GPU and speed up training.

Dependencies

  • theano >= 0.8.0
  • lasagna >= 0.2.0dev1

To use GPU for language model training, you may need the following optional packages as well:

  • CUDA >= 7
  • cuDNN >= 3 (to enable further theano optimization)

Usage

All the argument usages can be printed by running:

python nplm.py --help

Publications

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages