- Although machine learning is an interesting concept, there are limited business applications in which it is useful. (True | False)
- Machine learning applications are too complex to run in the cloud. (True | False)
- For two runs of k-means clustering, is it expected to get the same clustering results? (Yes | No)
- Predictive models having target attributes with discrete values can be termed as:
(a) Regression models(b) Classification models
- Which of the following techniques perform operations similar to dropouts in a neural network?
(a) Stacking
(b) Bagging
(c) Boosting
- Which architecture of a neural network would be best suited for solving an image recognition problem?
(a) Convolutional neural network
(b) Recurrent neural network ...