/lstm_from_scatch

Implement an LSTM network from scatch using pytorch.

Primary LanguagePython

An implementation of LSTM network using pytorch low-level tensor APIs and autograd tool.