Kaldi nnet3的fastlstm与标准LSTM


标准LSTM

   

   

   

与标准LSTM相比,Kaldifastlstm对相同或类似的矩阵运算进行了合并。

   

# Component specific to 'projected' LSTM (LSTMP), contains both recurrent and non-recurrent projections

   

fastlstm.W_rp, fast lstm Weight recurrent projected

fastlstm.W_all, fast lstm Weight all

fastlstm.rp, fast lstm recurrent projected

同时包含了对循环与非循环的向量的投影

即将1024维输入投影为循环的向量维数(如256)与非循环的向量维数(如512

fastlstm.c, fast lstm cell

fastlstm.m, fast lstm memory

fastlstm.r, fast lstm recurrent

fastlstm.cr_trunc, fast lstm cell recurrent truncate

用于向量的截断,截断为

fastlstm.c_trunc, fast lstm cell truncated

fastlstm.r_trunc, fast lstm recurrent truncated

   

   


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM