8000 GitHub - cweng6/kaldi-lstm: C++ implementation of LSTM (Long Short Term Memory), in Kaldi's nnet1 framework. Used for automatic speech recognition, possibly language modeling etc, the training can be switched between CPU and GPU(CUDA).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

C++ implementation of LSTM (Long Short Term Memory), in Kaldi's nnet1 framework. Used for automatic speech recognition, possibly language modeling etc, the training can be switched between CPU and GPU(CUDA).

Notifications You must be signed in to change notification settings

cweng6/kaldi-lstm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LSTM-projected BPTT in Kaldi nnet1

Diagram

Diagram

Notes:

  • peephole connection(purple) are diagonal
  • output-gate peephole is not recursive
  • dashed arrows: adaptive weight, i.e activations of (input gate, forget gate, output gate)

Currently implementation includes two versions:

  • standard
  • google

Go to sub-directory to get more details.

About

C++ implementation of LSTM (Long Short Term Memory), in Kaldi's nnet1 framework. Used for automatic speech recognition, possibly language modeling etc, the training can be switched between CPU and GPU(CUDA).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • Other 2.6%
0