Artificial Intelligence & ML

Download Q&A
Cloud ML Services Clustering Methods: K-means, Hierarchical Clustering Methods: K-means, Hierarchical - Advanced Concepts Clustering Methods: K-means, Hierarchical - Applications Clustering Methods: K-means, Hierarchical - Case Studies Clustering Methods: K-means, Hierarchical - Competitive Exam Level Clustering Methods: K-means, Hierarchical - Higher Difficulty Problems Clustering Methods: K-means, Hierarchical - Numerical Applications Clustering Methods: K-means, Hierarchical - Problem Set Clustering Methods: K-means, Hierarchical - Real World Applications CNNs and Deep Learning Basics Decision Trees and Random Forests Decision Trees and Random Forests - Advanced Concepts Decision Trees and Random Forests - Applications Decision Trees and Random Forests - Case Studies Decision Trees and Random Forests - Competitive Exam Level Decision Trees and Random Forests - Higher Difficulty Problems Decision Trees and Random Forests - Numerical Applications Decision Trees and Random Forests - Problem Set Decision Trees and Random Forests - Real World Applications Evaluation Metrics Evaluation Metrics - Advanced Concepts Evaluation Metrics - Applications Evaluation Metrics - Case Studies Evaluation Metrics - Competitive Exam Level Evaluation Metrics - Higher Difficulty Problems Evaluation Metrics - Numerical Applications Evaluation Metrics - Problem Set Evaluation Metrics - Real World Applications Feature Engineering and Model Selection Feature Engineering and Model Selection - Advanced Concepts Feature Engineering and Model Selection - Applications Feature Engineering and Model Selection - Case Studies Feature Engineering and Model Selection - Competitive Exam Level Feature Engineering and Model Selection - Higher Difficulty Problems Feature Engineering and Model Selection - Numerical Applications Feature Engineering and Model Selection - Problem Set Feature Engineering and Model Selection - Real World Applications Linear Regression and Evaluation Linear Regression and Evaluation - Advanced Concepts Linear Regression and Evaluation - Applications Linear Regression and Evaluation - Case Studies Linear Regression and Evaluation - Competitive Exam Level Linear Regression and Evaluation - Higher Difficulty Problems Linear Regression and Evaluation - Numerical Applications Linear Regression and Evaluation - Problem Set Linear Regression and Evaluation - Real World Applications ML Model Deployment - MLOps Model Deployment Basics Model Deployment Basics - Advanced Concepts Model Deployment Basics - Applications Model Deployment Basics - Case Studies Model Deployment Basics - Competitive Exam Level Model Deployment Basics - Higher Difficulty Problems Model Deployment Basics - Numerical Applications Model Deployment Basics - Problem Set Model Deployment Basics - Real World Applications Neural Networks Fundamentals Neural Networks Fundamentals - Advanced Concepts Neural Networks Fundamentals - Applications Neural Networks Fundamentals - Case Studies Neural Networks Fundamentals - Competitive Exam Level Neural Networks Fundamentals - Higher Difficulty Problems Neural Networks Fundamentals - Numerical Applications Neural Networks Fundamentals - Problem Set Neural Networks Fundamentals - Real World Applications NLP - Tokenization, Embeddings Reinforcement Learning Intro RNNs and LSTMs Supervised Learning: Regression and Classification Supervised Learning: Regression and Classification - Advanced Concepts Supervised Learning: Regression and Classification - Applications Supervised Learning: Regression and Classification - Case Studies Supervised Learning: Regression and Classification - Competitive Exam Level Supervised Learning: Regression and Classification - Higher Difficulty Problems Supervised Learning: Regression and Classification - Numerical Applications Supervised Learning: Regression and Classification - Problem Set Supervised Learning: Regression and Classification - Real World Applications Support Vector Machines Overview Support Vector Machines Overview - Advanced Concepts Support Vector Machines Overview - Applications Support Vector Machines Overview - Case Studies Support Vector Machines Overview - Competitive Exam Level Support Vector Machines Overview - Higher Difficulty Problems Support Vector Machines Overview - Numerical Applications Support Vector Machines Overview - Problem Set Support Vector Machines Overview - Real World Applications Unsupervised Learning: Clustering Unsupervised Learning: Clustering - Advanced Concepts Unsupervised Learning: Clustering - Applications Unsupervised Learning: Clustering - Case Studies Unsupervised Learning: Clustering - Competitive Exam Level Unsupervised Learning: Clustering - Higher Difficulty Problems Unsupervised Learning: Clustering - Numerical Applications Unsupervised Learning: Clustering - Problem Set Unsupervised Learning: Clustering - Real World Applications
Q. What is the main difference between hierarchical clustering and K-Means clustering?
  • A. Hierarchical clustering requires labeled data
  • B. K-Means clustering is faster
  • C. Hierarchical clustering creates a tree structure
  • D. K-Means clustering can only form circular clusters
Q. What is the main difference between K-Means and DBSCAN clustering algorithms?
  • A. K-Means is faster than DBSCAN
  • B. DBSCAN can find clusters of arbitrary shape
  • C. K-Means requires labeled data
  • D. DBSCAN is only for high-dimensional data
Q. What is the main difference between K-means and hierarchical clustering?
  • A. K-means is a partitional method, while hierarchical is a divisive method
  • B. K-means requires the number of clusters to be defined, while hierarchical does not
  • C. K-means can only be used for numerical data, while hierarchical can handle categorical data
  • D. K-means is faster than hierarchical clustering for small datasets
Q. What is the main difference between K-means and K-medoids clustering?
  • A. K-means uses centroids, while K-medoids uses actual data points
  • B. K-medoids is faster than K-means
  • C. K-means can only handle numerical data, while K-medoids can handle categorical data
  • D. K-medoids requires the number of clusters to be specified, while K-means does not
Q. What is the main difference between K-means and K-medoids?
  • A. K-means uses centroids, while K-medoids uses actual data points
  • B. K-medoids is faster than K-means
  • C. K-means can handle categorical data, while K-medoids cannot
  • D. There is no difference; they are the same algorithm
Q. What is the main difference between logistic regression and linear regression?
  • A. Logistic regression predicts continuous values, while linear regression predicts categorical values.
  • B. Logistic regression is used for classification, while linear regression is used for regression tasks.
  • C. Logistic regression requires more data than linear regression.
  • D. There is no difference; they are the same.
Q. What is the main difference between regression and classification in supervised learning?
  • A. Regression predicts continuous values, classification predicts discrete labels
  • B. Regression is unsupervised, classification is supervised
  • C. Regression uses neural networks, classification does not
  • D. There is no difference
Q. What is the main difference between regression and classification?
  • A. Regression predicts continuous values, while classification predicts discrete labels
  • B. Regression is unsupervised, while classification is supervised
  • C. Regression uses more features than classification
  • D. There is no difference
Q. What is the main difference between supervised and unsupervised learning?
  • A. Supervised learning uses labeled data, unsupervised does not
  • B. Unsupervised learning is faster than supervised learning
  • C. Supervised learning is only for classification tasks
  • D. Unsupervised learning requires more data
Q. What is the main disadvantage of Decision Trees?
  • A. They are computationally expensive
  • B. They can easily overfit the training data
  • C. They cannot handle missing values
  • D. They require a large amount of data
Q. What is the main disadvantage of K-means clustering?
  • A. It requires labeled data
  • B. It is sensitive to the initial placement of centroids
  • C. It cannot handle large datasets
  • D. It is computationally expensive
Q. What is the main disadvantage of using a Decision Tree?
  • A. High bias
  • B. High variance
  • C. Requires a lot of data
  • D. Difficult to interpret
Q. What is the main drawback of using accuracy as a performance metric?
  • A. It does not consider false positives and false negatives
  • B. It is difficult to calculate
  • C. It is only applicable to binary classification
  • D. It requires a large dataset
Q. What is the main drawback of using accuracy as an evaluation metric?
  • A. It does not account for class imbalance
  • B. It is difficult to calculate
  • C. It only applies to binary classification
  • D. It does not provide insights into model performance
Q. What is the main function of an activation function in a neural network?
  • A. To initialize weights
  • B. To introduce non-linearity into the model
  • C. To optimize the learning rate
  • D. To reduce the number of layers
Q. What is the main goal of dimensionality reduction techniques like PCA?
  • A. To increase the number of features
  • B. To improve model accuracy
  • C. To reduce the number of features while preserving variance
  • D. To create new features from existing ones
Q. What is the main goal of dimensionality reduction?
  • A. To increase the number of features
  • B. To reduce the complexity of the model
  • C. To improve model interpretability and reduce overfitting
  • D. To enhance the training speed
Q. What is the main goal of feature scaling?
  • A. To reduce the number of features
  • B. To ensure all features contribute equally to the distance calculations
  • C. To improve the interpretability of the model
  • D. To increase the complexity of the model
Q. What is the main goal of feature selection?
  • A. To increase the number of features
  • B. To improve model performance by reducing overfitting
  • C. To create new features from existing ones
  • D. To visualize the data
Q. What is the main goal of model selection?
  • A. To find the most complex model
  • B. To choose the model with the highest accuracy on the training set
  • C. To identify the model that generalizes best to unseen data
  • D. To minimize the number of features used
Q. What is the main goal of using cross-validation in model selection?
  • A. To increase the size of the training set
  • B. To reduce overfitting and assess model performance
  • C. To improve feature engineering
  • D. To select hyperparameters
Q. What is the main limitation of K-Means clustering?
  • A. It is computationally expensive
  • B. It requires a predefined number of clusters
  • C. It can only handle numerical data
  • D. It is sensitive to outliers
Q. What is the main limitation of using accuracy as a metric?
  • A. It does not account for class imbalance
  • B. It is difficult to calculate
  • C. It only applies to binary classification
  • D. It requires a large dataset
Q. What is the main limitation of using accuracy as a performance metric?
  • A. It does not consider false positives and false negatives
  • B. It is not applicable to regression problems
  • C. It is too complex to calculate
  • D. It requires a large dataset
Q. What is the main limitation of using accuracy as an evaluation metric?
  • A. It does not account for false positives and false negatives
  • B. It is only applicable to regression problems
  • C. It requires a large dataset to be effective
  • D. It is difficult to calculate
Q. What is the main purpose of feature importance in Random Forests?
  • A. To reduce the number of trees in the forest.
  • B. To identify which features contribute most to the predictions.
  • C. To increase the depth of the trees.
  • D. To ensure all features are used equally.
Q. What is the main purpose of pruning a Decision Tree?
  • A. To increase the depth of the tree
  • B. To reduce the size of the tree and prevent overfitting
  • C. To improve the training speed
  • D. To enhance feature selection
Q. What is the main purpose of pruning in Decision Trees?
  • A. To increase the depth of the tree
  • B. To reduce the size of the tree and prevent overfitting
  • C. To improve the interpretability of the tree
  • D. To enhance the training speed
Q. What is the main purpose of the forget gate in an LSTM?
  • A. To decide what information to keep from the previous cell state.
  • B. To initialize the cell state.
  • C. To output the final prediction.
  • D. To control the input to the cell state.
Q. What is the main purpose of the softmax function in a CNN?
  • A. To normalize the output to a probability distribution
  • B. To reduce dimensionality
  • C. To apply a non-linear transformation
  • D. To perform convolution
Showing 451 to 480 of 1111 (38 Pages)
Soulshift Feedback ×

On a scale of 0–10, how likely are you to recommend The Soulshift Academy?

Not likely Very likely