Contribute Media
A thank you to everyone who makes this possible: Read More

An introduction to GPU programming using Theano

Description

Theano is a Python library that allows you to define, optimize, and evaluate matrix expressions efficiently.

Theano is used to build large-scale Machine Learning systems ---in particular Deep Learning Networks---and targets operations to GPU hardware, which achieves significant performance improvements over the same operations performed on a CPU (say using Numpy).

In this talk I will present an overview of the Theano library and introduce its main features using some simple examples.

Details

Improve this page