Skip to content

Commit 4bea7db

Browse files
author
Mofan Zhou
committed
update theano TUT
1 parent 65d0d7b commit 4bea7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theanoTUT/theano5_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
f = theano.function([a, b], [diff, abs_diff, diff_squared])
2626
print( f(np.ones((2, 2)), np.arange(4).reshape((2, 2))) )
2727

28-
# name for a function
28+
# default value and name for a function
2929
x, y, w = T.dscalars('x', 'y', 'w')
3030
z = (x+y)*w
3131
f = theano.function([x,

0 commit comments

Comments
 (0)