 
			 
			MCQOPTIONS
 Saved Bookmarks
				This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. | Theano was written at the LISA lab with the intention of providing rapid development of efficient machine learning algorithms. | 
| A. | TRUE | 
| B. | FALSE | 
| C. | Can be true or false | 
| D. | Can not say | 
| E. | |
| Answer» B. FALSE | |
| 2. | The _________ method declares a decimal scalar variable. | 
| A. | scalar | 
| B. | theano | 
| C. | declare | 
| D. | dscalar | 
| Answer» E. | |
| 3. | 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) | |
| 4. | Theano function acts like a hook for interacting with the symbolic graph. | 
| A. | TRUE | 
| B. | FALSE | 
| C. | Can be true or false | 
| D. | Can not say | 
| Answer» B. FALSE | |
| 5. | fmatrix theano type has data type? | 
| A. | float | 
| B. | double | 
| C. | 32-bit integers | 
| D. | 64-bit integers | 
| Answer» B. double | |
| 6. | Which theano type has 16-bit integers? | 
| A. | bscalar | 
| B. | wscalar | 
| C. | iscalar | 
| D. | fscalar | 
| Answer» C. iscalar | |
| 7. | Which of the following are advantages of theano ? | 
| A. | Stability Optimization | 
| B. | Execution Speed Optimization | 
| C. | Symbolic Differentiation | 
| D. | All of the above | 
| Answer» E. | |
| 8. | Which command used to install Theano? | 
| A. | install theano | 
| B. | np install theano | 
| C. | pip install theano | 
| D. | npm install theano | 
| Answer» D. npm install theano | |
| 9. | Theano works a way _______ on Graphics Processing Unit (GPU) rather than on CPU. | 
| A. | slower | 
| B. | very slower | 
| C. | faster | 
| D. | more faster | 
| Answer» E. | |
| 10. | Theano is a _______ library. | 
| A. | R | 
| B. | Python | 
| C. | Ruby | 
| D. | Javascript | 
| Answer» C. Ruby | |