Skip to content

Implementation of Yoshua Bengio's neural probabilistic language model in Torch. Hierarchical softmax is supported for fast training and testing.

Notifications You must be signed in to change notification settings

quanpn90/torch-nplm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torch-nplm

Neural probabilistic language model (Yoshua Bengio, 2003) implemented in Torch.

GPU supported for fast training.

Hierarchical supported for fast softmax-ing on a large vocabulary.

HSM borrowed from https://github.com/yoonkim/lstm-char-cnn

About

Implementation of Yoshua Bengio's neural probabilistic language model in Torch. Hierarchical softmax is supported for fast training and testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published