This repository will contain a set of tools to analyse and understand recurrent neural networks. Some of the tools relate to rnns as dynamical systems while others will aim at understanding their computation by means of their transformations.
The first ready to use tool, the fixedpointfinder, can be found in this package: fixedpointfinder.
For usage in other projects, I recommend using git submodules
.
From your current project directory execute:
git clone --recurse-submodules https://github.com/ccnmaastricht/rnn_dynamical_systems.git