Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 294 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 294 Bytes

rtrl

Real Time Recurrent Learning (RTRL) for text prediction - Implemented in Theano

Requires Python 3

The implementation also includes an addressed based memory model, to reduce the number of parameters and thus the runtime bounds. Even so the runtime is still too slow for practical use.