batchnorm-lstm

A package that implements Many-to-One Long Short-Term Memory with batch normalization, dropout and layer stacking.


License
MIT
Install
pip install batchnorm-lstm==0.0.1

Documentation

batchnorm-lstm

A package that implements Many-to-One Long Short-Term Memory with batch normalization, dropout and layer stacking.

The networks are developed with only NumPy using a modular design, of which the full description, record and examples are documented in the Jupyter notebook.