Theano is a pioneering DL tool (development started in 2007) supporting GPU computation. It is an open source project released under the BSD license [Theano].
It is actively maintained (although no longer developed) by the LISA group (now MILA Montreal Institute for Learning Algorithms [MILA]) at the University of Montreal. At its heart, Theano is a compiler for mathematical expressions in Python to transform structures into very efficient code using NumPy and efficient native libraries like BLAS and native code to run as fast as possible on CPUs or GPUs. Theano supports extensions for multi-GPU data parallelism and has a distributed framework for training models.
Strong points
Weak points