Quiz Part VI: Machine Learning Basics
Chapter 13: Introduction to Machine Learning
1. What are the three main types of machine learning?
A) Association, Clustering, Neural Networks
B) Supervised, Unsupervised, Reinforcement
C) Linear, Non-Linear, Neural Networks
D) Decision Trees, Neural Networks, K-Nearest Neighbors
2. Which of the following is not a supervised learning algorithm?
A) Linear Regression
B) K-means Clustering
C) Decision Trees
D) Support Vector Machines
Chapter 14: Supervised Learning
1. In linear regression, what is the term for the constant added to the weighted sum of features?
A) Slope
B) Coefficient
C) Intercept
D) Bias
2. Which of the following is commonly used for binary classification?
A) Linear Regression
B) Logistic Regression
C) K-means Clustering
D) Principal Component Analysis
Chapter 15: Unsupervised Learning
1. Which algorithm is commonly used for clustering?
A) Linear Regression
B) K-means Clustering
C) Logistic Regression...