Tensorflow for Theanists (Part 1)

So far, I have been using Theano for my neural-network related projects, and I really like using it. One drawback I found was that compilation to the target backend can take a lot of time, especially in some cases more ...


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 ...