Introduction To Machine Learning MCQs with answers | letsbug
MCQs for intro to Machine Learning
1. _______ is about developing code to enable the machine to learn to perform tasks and its basic principle is the automatic modeling of underlying processes that have generated the collected data.
- Data Science
- Machine Learning(ML)
- Data Analytics
- All of the above
Answer: 2 : machine Learning(ML)
2. Groups of related observations are called _______ and the procedure to organize items of given collection into groups based on some similar features called as _____.
- culusters, analysis
- regression, clustering
- clusters, clustering
- none of the above
Answer: 3 : clusters, clustering
3. ____ rule mining is a technique to identify underlying relations between different items.
- Association
- Analytics
- Learning
- All of the above
Answer: 1 : Association
4. _______ is a form of supervised learning. Mail service providers like Gmail, Yahoo and others use this technique to classify a new mail as spam or not spam.
- Machine Learning
- Classification
- Regression
- All of the above
Answer: 2: Classification
5. Examples of supervised learning includes _______ .
- Regression
- Decision Tree
- KNN
- All of the above
Answer: 4 : all of the above
6. A Naive Bayes Classifier is a ______ machine learning algorithm which relies on the assumption of features independent to classify input data.
- supervised
- unsupervised
- semi-supervised
- all of the above
Answer: 1: supervised
7. ______ analysis has become one of the most widely used statistical tools for analyzing multi factor data and it is appealing because it provides a conceptually simple method for investigating functional relationships among variables.
- Clustering
- Regression
- Data
- All of the above
Answer: 2 : Regression.
8. A ________ is an example of the most widely used machine learning algorithms much of its popularity is because it can be adapted to almost any type of data.
- Clustering
- Regression
- Decision Tree
- All of the above
Answer: 3: Decision Tree
9. Unsupervised learning makes sense of ________ data without having any predefined dataset for its training.
- unlabeled
- labeled
- semi-labeled
- all of the above
Answer: 1 : unlabeled
10. Support Vector Machines (SVMs) are well-known _______ classification algorithms that separate different categories of data.
- Semi-supervised
- unsupervised
- supervised
- all of the above
Answer: 3: supervised
11. ______ are some of the examples of unsupervised learning
- Apriori Algorithm
- K-means
- Cluster analysis
- All of the above
Answer: 4 : all of the above
12. _________ is an algorithm for the frequent item set mining and association rule learning over transactional databases and it proceeds by identifying the frequent individual items in the database and extending them to larger and larger items sets as long as those items appear sufficiently often in the database.
- Apriori
- K-means
- KNN
- all of the above
Answer: 1 : Apriori
13. The ____ algorithm is the simplest machine learning algorithm, which building the the model consists only of storing the training dataset. To make a prediction of a new data point. the algorithm finds the closest data points in the training dataset-its nearest neighbors
- Apriori
- K-means
- KNN
- all of the above
Answer: 3 : KNN
14. Association rule mining discovers strong _______ relationships among data.
- Association
- correlation
- Both (2) and (1)
- None of the above
Comments
Post a Comment