An open API service indexing awesome lists of open source software.

https://github.com/abhaskumarsinha/gru-varients

An implementation of classical GRU (Cho, el at. 2014) along with Optimized versions (Dey, Rahul. 2017) on TensorFlow that outperforms Native tf.keras.layers.GRU(units) implementation of Keras.
https://github.com/abhaskumarsinha/gru-varients

deep-learning gated-recurrent-units gru keras-tensorflow lstm optimization-algorithms python3

Last synced: 6 months ago
JSON representation

An implementation of classical GRU (Cho, el at. 2014) along with Optimized versions (Dey, Rahul. 2017) on TensorFlow that outperforms Native tf.keras.layers.GRU(units) implementation of Keras.

Awesome Lists containing this project