Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zepingyu0512 authored Nov 6, 2018
1 parent b664d9e commit 8466dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SRNN
Author: Zeping Yu <br />
This work is accepted by COLING 2018. The paper could be downloaded at https://arxiv.org/ftp/arxiv/papers/1807/1807.02291.pdf <br />
Sliced Recurrent Neural Network (SRNN). <br />
This work is accepted by COLING 2018. The paper could be downloaded at https://arxiv.org/ftp/arxiv/papers/1807/1807.02291.pdf <br /
[Sliced Recurrent Neural Network (SRNN)](https://arxiv.org/ftp/arxiv/papers/1807/1807.02291.pdf). <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 />
keras version: 2.1.5 <br />
Expand Down

0 comments on commit 8466dcc

Please sign in to comment.