This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
- Redesigned how input and output shapes are handled.
- Batch and batch-like dimensions (i.e. sequence length) are inferred whenever possible; containers do not assume any particular shape.
- Cleaned up Module interface.
- Improved unit tests.
- Switched to hpp file extension.
- Added some toy problems when testing.
- Fixed significant recurrent neural network bugs.