Previous topic

Random Numbers, Random Variables and Compiling Graphical Models

Next topic

LICENSE

This Page

AcknowledgementsΒΆ

  • The developers of NumPy. Theano is based on its ndarray object and uses much of its implementation.
  • The developers of SciPy. Our sparse matrix support uses their sparse matrix objects. We also reuse other parts.
  • All Theano authors in the commit log.
  • All Theano users that have given us feedback.
  • The GPU implementation of tensordot is based on code from Tijmen Tieleman’s gnumpy
  • The original version of the function cpuCount() in the file theano/misc/cpucount.py come from the project pyprocessing. It is available under the same license as Theano.