Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zepingyu0512 authored May 21, 2018
0 parents commit 0ad7474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SRNN
author: Zeping Yu <br />
This work is accepted by COLING 2018. <br />
Sliced Recurrent Neural Network (SRNN). <br />
SRNN is able to get much faster speed than standard RNN by slicing the sequences into many subsequences. <br />
The code is written in keras, using tensorflow backend. We implement the SRNN(8,2) here, and Yelp 2013 dataset is used. <br />

0 comments on commit 0ad7474

Please sign in to comment.