This is a library I threw together while learning about neural networks. So far it can create and trains (with backpropagation)
a regular ANN and a basic sequence-sequence RNN with a few tuning knobs available to customize training. Those will be covered further down. Currently this library is made for Python 3+.