Skip to content

Commit

Permalink
update theano TUT
Browse files Browse the repository at this point in the history
  • Loading branch information
Mofan Zhou committed Jul 29, 2016
1 parent 65d0d7b commit 4bea7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theanoTUT/theano5_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
f = theano.function([a, b], [diff, abs_diff, diff_squared])
print( f(np.ones((2, 2)), np.arange(4).reshape((2, 2))) )

# name for a function
# default value and name for a function
x, y, w = T.dscalars('x', 'y', 'w')
z = (x+y)*w
f = theano.function([x,
Expand Down

0 comments on commit 4bea7db

Please sign in to comment.