Skip to content

Chainer implementation of Q-RNN (Quasi-Reccurent Neural Networks)

Notifications You must be signed in to change notification settings

hvy/chainer-qrnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in progress ...

todo:

  • f-pooling
  • fo-pooling
  • ifo-pooling
  • zoneout
  • encoder-decoder
  • seq2seq
  • seq2seq with attention
  • experiments
spm_train  --input target.txt --model_prefix english --vocab_size 16000
spm_train  --input source.txt --model_prefix japanese --vocab_size 16000
spm_encode --model english.model --output_format=piece < target.txt > english.txt
spm_encode --model japanese.model --output_format=piece < source.txt > japanese.txt

About

Chainer implementation of Q-RNN (Quasi-Reccurent Neural Networks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%