Monday, September 30, 2013

Baby Steps - Algebra — Theano 0.6rc3 documentation

Baby Steps - Algebra — Theano 0.6rc3 documentation: ">>> import theano.tensor as T
>>> from theano import function
>>> x = T.dscalar('x')
>>> y = T.dscalar('y')
>>> z = x + y
>>> f = function([x, y], z)"

'via Blog this'