 
			 
			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. | To create a feedforward network, we need to import it frompybrain.structure. | 
| A. | Yes | 
| B. | No | 
| C. | Can be yes or no | 
| D. | Can not say | 
| E. | |
| Answer» B. No | |
| 2. | Which of the following are datasets classes? | 
| A. | SupervisedDataset | 
| B. | SequentialDataset | 
| C. | ClassificationDataSet | 
| D. | All of the above | 
| Answer» E. | |
| 3. | SupervisedDataSet consists of fields ofinputandtarget. | 
| A. | TRUE | 
| B. | FALSE | 
| C. | Can be true or false | 
| D. | Can not say | 
| Answer» B. FALSE | |
| 4. | _____________ is trainer that trains the parameters of a module according to a supervised or ClassificationDataSet dataset (potentially sequential) by backpropagating the errors. | 
| A. | TrainUntilConvergence | 
| B. | BackpropTrainer | 
| C. | SequentialTrainer | 
| D. | All of the above | 
| Answer» C. SequentialTrainer | |
| 5. | To create a dataset we need to use the pybrain dataset package ___________. | 
| A. | pybrain.sets | 
| B. | pybrain.data | 
| C. | py.datasets | 
| D. | pybrain.datasets | 
| Answer» E. | |
| 6. | To create a network in pybrain, we have to use ____________ api. | 
| A. | createNetwork | 
| B. | openNetwork | 
| C. | buildNetwork | 
| D. | feedNetwork | 
| Answer» D. feedNetwork | |
| 7. | In Which of the following, we have an input and output, and we can make use of an algorithm to map the input with the output? | 
| A. | Supervised Learning | 
| B. | Unsupervised Learning | 
| C. | Modules | 
| D. | BackpropTrainer | 
| Answer» B. Unsupervised Learning | |
| 8. | Which of the following are advantages of Pybrain? | 
| A. | Pybrain is an open-source free library to learn Machine Learning | 
| B. | Pybrain works easily with other libraries of python to visualize data | 
| C. | Training and testing of data are easy using Pybrain trainers | 
| D. | All of the above | 
| Answer» E. | |
| 9. | Which is a neural network, where the information between nodes moves in the forward direction and will never travel backward? | 
| A. | Recurrent Networks | 
| B. | Feed-forward Network | 
| C. | feed-backward network | 
| D. | None of the above | 
| Answer» C. feed-backward network | |
| 10. | Pybrain is an open-source library for Machine learning implemented using ? | 
| A. | Java | 
| B. | C | 
| C. | Python | 
| D. | R | 
| Answer» D. R | |