farizrahman4u / recurrentshop

Framework for building complex recurrent neural networks with Keras
MIT License
765 stars 218 forks source link

Why are GRNCell and LSTMCell defined in two places? #80

Open nlpguyz opened 7 years ago

nlpguyz commented 7 years ago

The classes GRNCell and LSTMCell are included in both basic_cells.py and cells.py. Is this intended?

phuicy commented 6 years ago

They are examples of the two ways you could implement them.