wind222 / Convolution-in-RNN

Convolution Neural Network in RNN (GRU、LSTM、etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolution-in-RNN

Convolution Neural Network in RNN (GRU、LSTM、etc)

Most work based on the Element-Research/rnn (https://github.com/Element-Research/rnn), appreciate for their work ;-)

Modules API are almost same with Element-Research/rnn except add an argument at the last position where you could put your CNN here and it will be included and processed as a part of RNN.

About

Convolution Neural Network in RNN (GRU、LSTM、etc)

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%