BriefGPT.xyz
Mar, 2023
通过活性和参数的稀疏组合实现高效实时递归学习
Efficient Real Time Recurrent Learning through combined activity and parameter sparsity
HTML
PDF
Anand Subramoney
TL;DR
本文提出,对于循环网络,高效的实时递归学习可以通过结合活动稀疏性和参数稀疏性得到显着的计算和存储成本节省,无需使用任何近似来学习过程。
Abstract
backpropagation through time
(BPTT) is the standard algorithm for training
recurrent neural networks
(RNNs), which requires separate simulation phases for the forward and backward passes for inference and learnin
→