Metadata-Version: 2.1
Name: lstm-variants
Version: 0.0.5
Summary: Long-Short Term Memory variants
Home-page: https://github.com/urchade/lstm-variants.git
Author: Urchade Zaratiana
Author-email: urchade.zaratiana@gmail.com
License: UNKNOWN
Description: # Original-LSTM
        
        Implementation of the original LSTM (without forget gate) (Hochreiter and Schmidhuber, 1997)
        
        The paper: https://www.mitpressjournals.org/doi/10.1162/neco.1997.9.8.1735
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
