Table of Contents
🌏 中文版
The official handout is titled Homework 3: Decision Trees, K-NN, Perceptron, Regression and is entirely written. Its sections are decision tree revisited, regression tree, k-nearest neighbors, perceptron, and linear regression, with overfitting, error rates, and model selection inside them. The ZIP contains the PDF, LaTeX template, and figures—no starter code, dataset, or reference output.
Do not read it as four formula sheets
The common question is which model fails first when representation or decision boundaries change. K-NN distance, perceptron separability, regression loss, and tree split preferences encode different assumptions.
First check and completion
There is no necessary safe command. Open the PDF/LaTeX bundle and list the assumptions behind all five sections before calculating. Completion means pairing every result with its assumption and predicting model behavior on XOR, an outlier-contaminated line, and sparse high-dimensional points. With no official answers, do not label your derivations officially verified.
References
Loading...