专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
宝玉xp  ·  回复@每小痛:据说后端做Java的用Angu ... ·  3 天前  
爱可可-爱生活  ·  RoboPrompt ... ·  5 天前  
爱可可-爱生活  ·  【Adaline ... ·  5 天前  
51好读  ›  专栏  ›  机器学习研究会

【推荐】基于LSTM矩阵分解/分块的大型LSTM网络简化加速(附代码)

机器学习研究会  · 公众号  · AI  · 2017-04-04 21:53

正文



点击上方“机器学习研究会”可以订阅哦


摘要
 

转自:爱可可-爱生活

论文《Factorization tricks for LSTM networks》摘要:

We present two simple ways of reducing the number of parameters and accelerating the training of large Long Short-Term Memory (LSTM) networks: the first one is "matrix factorization by design" of LSTM matrix into the product of two smaller matrices, and the second one is partitioning of LSTM matrix, its inputs and states into the independent groups. Both approaches allow us to train large LSTM networks significantly faster to the state-of the art perplexity. On the One Billion Word Benchmark we improve single model perplexity down to 24.29.


论文链接:

https://arxiv.org/abs/1703.10722


代码链接:

https://github.com/okuchaiev/f-lm


原文链接:

http://m.weibo.cn/1402400261/4092744978737544

“完整内容”请点击【阅读原文】
↓↓↓