From 0ad7474414b540cbf9e2a4bc12b8b3b701aff5d2 Mon Sep 17 00:00:00 2001 From: zepingyu0512 <39480215+zepingyu0512@users.noreply.github.com> Date: Mon, 21 May 2018 15:51:06 +0800 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..72f91db --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# SRNN +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.