1.Which of the following is NOT a common neural network representation?
A) Feed forward neural network
B) Recurrent neural network
C) Convolutional neural network
D) Decision tree
2. Which of the following is a disadvantage of decision trees?
A) Factor analysis
B) Decision trees are robust to outliers
C) Decision trees are prone to be overfit
D) None of the above
3. ___________ refers to a model that can neither model the training data nor generalize to new
data.
A) good fitting
B) overfitting
C) underfitting
D) all of the above
Which of the following can only be used when training data are linearly separable?
A) Linear hard-margin SVM
B) Linear Logistic Regression
C) Linear Soft margin SVM
D) The centroid method
For a large k value the k-nearest neighbor model becomes _____ and ______ .
A) Complex model, Overfit
B) Complex model, Underfit
C) Simple model, Underfit
D) Simple model, Overfit
What is a neural network?
A) A type of algorithm used for sorting data
B) A system of interconnected nodes that processes information
C) A machine learning model that only uses linear regression
D) A technique for clustering data points
What is forward propagation in machine learning?
A) The process of computing the gradients for updating model parameters
B) The process of predicting output values given input features
C) The process of backtracking to adjust model weights
D) The process of optimizing the cost function
Which one of the following is the main reason for pruning a Decision Tree?
A) To save computing time during testing
B) To save space for storing the Decision Tree
C) To make the training set error smaller
D) To avoid overfitting the training set
As the number of training examples goes to infinity, your model trained on that data will have
A) Lower variance
B) Higher variance
C) Pattern recognition
D) All of the above
Artificial neural network is used for
A) Classification
B) Clustering
C) Pattern recognition
D) All of the above
Which ML algorithm is commonly used for recommendation systems?
A) Linear regression
B) Random forest
C) K-means clustering
D) Collaborative filtering
Which technique is used to identify clusters of data points based on their density?
A) K-means clustering
B) Hierarchical clustering
C) DBSCAN clustering
D) Gaussian mixture models (GMM
What is the primary objective of sentiment analysis?
A) Image recognition
B) Emotion classification in text
C) Speech synthesis
Example of a unsupervised feature map?
A) text recognition
B)voice recognition
C)image recognition
D) Linear regression
What is a neural network?
A) A type of algorithm used for sorting data
B) A system of interconnected nodes that processes information
C) A machine learning model that only uses linear regression
D) A technique for clustering data points
Which of the following tasks is an example of natural language processing (NLP)?
A) Object detection
B) Image segmentation
C) Machine translation
D) Handwriting recognition
Which of the following is required by K-means clustering?
A)defined distance metric
B)number of clusters
C)initial guess as to cluster centroids
D)all of the mentioned
Agglomerative clustering can be used for which of the following tasks?
A) Image classification
B) Anomaly detection
C) Text summarization
D) All of the above
Genetic operators includes
A) Crossover
B) Mutation
C) Both A & B
D) None of the above
Clustering is an exploratory data analysis technique used for ____________pattern____
discovery
Produces two new offspring from two parent string by copying selected bits from each parent
is called _____________________crossover______________
GA techniques are inspired by ______evolutionary________________ biology
Semi-supervised learning utilizes both labeled and ____unlabeled____________ data for
training.
Sentiment analysis is an example of an ML application in _______Natural Language
Processing (NLP). _________.
Which of the following techniques can be used to reduce the dimensions of the population
__________________
Manhattan distance between the two data points A(8,3) and B(4,3) ________________
Clustering is an unsupervised learning technique that groups similar data points based on
their _____features or characteristics. _______.
In computer vision, ML algorithms are used for tasks such as image ______classification
_________ and object detection
In K-means clustering, each data point is assigned to the ________closest centroid.
K-means is a popular algorithm for __________centroid-based ______ clustering.
Hierarchical Agglomerative Clustering builds a hierarchy of clusters through the process of
________________
___________ refers to a model that can neither model the training data nor generalize to new data.
Semi-supervised learning utilizes both labeled and ________________ data for training.
___________________ algorithm is commonly used for partitional clustering
In semi-supervised learning with EM, unlabelled data helps in estimating the underlying
________________ more accurately.
Unsupervised learning focuses on finding ________________ structures in the data.
ML techniques are applied to speech recognition for tasks like ________________ conversion
In computer vision, ML algorithms are used for tasks such as image ________________ and object
detection
The goal of clustering is to identify ________________ patterns in the data.