Skip to content

testing ideas on how to accelerate RNN with better architecture

Notifications You must be signed in to change notification settings

Forbu/parralel_RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parralel_RNN

testing ideas on how to accelerate RNN with better architecture

The basic idea is to use a cumsum layer as the layer to represent the temporal dependencies instead of a recurring architecture that depend on the previous temporal step to be compute.

images/imagesrnn.png

The key idea is to increase greatly the neural network speed

About

testing ideas on how to accelerate RNN with better architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages