This document contains a set of multiple choice questions related to k-Nearest Neighbors (k-NN) and Logistic Regression algorithms. Some key points covered include:
- k-NN is an algorithm used for both classification and regression tasks that assigns labels/values to new data based on similarity to nearby training examples. It involves choosing a value for k and computing distances between data points.
- Parameters like k, distance metrics, and handling of noise and high-dimensionality can impact k-NN performance and need to be optimized. Cross-validation is used to evaluate models and choose k.
- Logistic regression is a supervised learning algorithm used for classification. It fits data using maximum likelihood estimation and outputs probabilities between