Skip to content

whonor/srnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

SRNN

Sliced Recurrent Neural Network (SRNN).
SRNN is able to get much faster speed than standard RNN by slicing the sequences into many subsequences.
The code is written in keras, using tensorflow backend. We implement the SRNN(8,2) here, and Yelp 2013 dataset is used.

My contributions:

I update the code to adapt new API version as following:
keras version: 2.2.4
tensorflow version: 2.0.0
python : 3.7

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%