Unrolling Theano Scans for Fun and Profit

RNN-training in Theano using Backpropagation through Time (BPTT) can be greatly accelerated by unrolling Theano's built-in loop construct. The speedups were frankly a bit surprising. Therefore I decided to write a short tutorial on this.

more ...

Julia

A while ago I ditched MATLAB as my main development environment for my research projects. Since then I have been playing around with Python more ...