Skip to content

Commit

Permalink
Update SRNN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zepingyu0512 authored Jun 12, 2018
1 parent f50e816 commit 905fb66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SRNN.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
'''
author: Zeping Yu
Author: Zeping Yu
Sliced Recurrent Neural Network (SRNN).
SRNN is able to get much faster speed than standard RNN by slicing the sequences into many subsequences.
This work is accepted by COLING 2018.
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.
'''

import pandas as pd
Expand Down

0 comments on commit 905fb66

Please sign in to comment.