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 8466dcc commit 74bc144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# 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 /
This work is accepted by COLING 2018. <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 />
tensorflow version: 1.6.0 <br />
python : 2.7 <br />
If you have any question, please contact me at zepingyu@foxmail.com. <br />
If you think this work is OK, please star it:) <br />
<br />
The pre-trained GloVe word embeddings could be downloaded at: <br />
https://nlp.stanford.edu/projects/glove/ <br />
Expand Down

0 comments on commit 74bc144

Please sign in to comment.