From ab3bd11fe1a584b60a6d55896fcf45a94a11146c Mon Sep 17 00:00:00 2001 From: zepingyu0512 <39480215+zepingyu0512@users.noreply.github.com> Date: Tue, 12 Jun 2018 22:49:52 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 861f41a..1633bbd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # SRNN -author: Zeping Yu
+Author: Zeping Yu
This work is accepted by COLING 2018.
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.
+If you have any question, please contact me at zepingyu@foxmail.com.

The pre-trained GloVe word embeddings could be downloaded at:
https://nlp.stanford.edu/projects/glove/