1.

A Theano function is declared using the following syntax?

A. theano.declare ([x], y)
B. theano.fun ([x], y)
C. theano.function ([x], y)
D. function ([x], y)
Answer» D. function ([x], y)


Discussion

No Comment Found