Machine Learning Fundamentals

This quiz covers the fundamental concepts of Machine Learning, including supervised and unsupervised learning, model selection, and evaluation.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is a supervised learning algorithm?

  1. K-Means Clustering
  2. Linear Regression
  3. Principal Component Analysis
  4. Support Vector Machines
Question 2 Multiple Choice (Single Answer)

Which of the following is an unsupervised learning algorithm?

  1. Decision Trees
  2. Random Forest
  3. Naive Bayes
  4. K-Nearest Neighbors
Question 3 Multiple Choice (Single Answer)

What is the process of selecting the best model for a given machine learning task called?

  1. Model Training
  2. Model Evaluation
  3. Model Selection
  4. Model Deployment
Question 4 Multiple Choice (Single Answer)

Which of the following is a common metric for evaluating the performance of a classification model?

  1. Mean Squared Error
  2. Root Mean Squared Error
  3. Accuracy
  4. F1 Score
Question 5 Multiple Choice (Single Answer)

Which of the following is a common metric for evaluating the performance of a regression model?

  1. Mean Absolute Error
  2. Root Mean Squared Error
  3. Accuracy
  4. F1 Score
Question 6 Multiple Choice (Single Answer)

What is the process of adjusting the parameters of a machine learning model to optimize its performance called?

  1. Model Training
  2. Model Evaluation
  3. Model Selection
  4. Model Deployment
Question 7 Multiple Choice (Single Answer)

Which of the following is a common technique for preventing overfitting in machine learning models?

  1. Dropout
  2. Early Stopping
  3. Regularization
  4. Cross-Validation
Question 8 Multiple Choice (Single Answer)

Which of the following is a common technique for improving the performance of machine learning models on unseen data?

  1. Dropout
  2. Early Stopping
  3. Regularization
  4. Cross-Validation
Question 9 Multiple Choice (Single Answer)

What is the process of deploying a trained machine learning model into production called?

  1. Model Training
  2. Model Evaluation
  3. Model Selection
  4. Model Deployment
Question 10 Multiple Choice (Single Answer)

Which of the following is a common challenge in machine learning projects?

  1. Data Preprocessing
  2. Feature Engineering
  3. Model Selection
  4. Model Deployment
Question 11 Multiple Choice (Single Answer)

What is the process of transforming raw data into a format that is suitable for machine learning models called?

  1. Data Preprocessing
  2. Feature Engineering
  3. Model Selection
  4. Model Deployment
Question 12 Multiple Choice (Single Answer)

Which of the following is a common technique for extracting useful features from raw data?

  1. Data Preprocessing
  2. Feature Engineering
  3. Model Selection
  4. Model Deployment
Question 13 Multiple Choice (Single Answer)

What is the process of selecting the best features for a machine learning model called?

  1. Data Preprocessing
  2. Feature Engineering
  3. Model Selection
  4. Model Deployment
Question 14 Multiple Choice (Single Answer)

Which of the following is a common technique for reducing the dimensionality of a dataset?

  1. Data Preprocessing
  2. Feature Engineering
  3. Dimensionality Reduction
  4. Model Selection
Question 15 Multiple Choice (Single Answer)

What is the process of evaluating the performance of a machine learning model on a held-out dataset called?

  1. Data Preprocessing
  2. Feature Engineering
  3. Model Selection
  4. Model Evaluation