Paper implementation of the memory cells sLSTM and mLSTM as well as the xLSTM architecture presented in xLSTM: Extended Long Short-Term Memory.
Results on an sine wave with 5 hidden units and 500 epochs.
- Check implementation of mLSTM - seems somewhat off
- Implement xLSTM - stack Cells together