MCQOPTIONS
Saved Bookmarks
| 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) | |