SigmaPi is a simulator for recurrent neural networks of arbitrary topology. It uses the LSTM neuron model, and implements a training algorithm based on RTRL with some extensions taken from RProp.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This version is able to process more than one set
of signals. Every set of signals is treated as a
different pattern. All patterns where at least one
target signal is provided can be trained.
Furthermore, RTRL now allows post-update gradient
recalculations to improve precision.