Showing 4 homework assignments
Homework 1
KNN Classification
K-Nearest Neighbors with cross-validation techniques. Explore confidence bands, leave-one-out CV, and k-fold validation on simulated classification data.
Homework 2
Zipcode Analysis
Digit classification on handwritten zipcode data. Apply linear regression and KNN methods with error analysis on real-world image data.
Homework 3
Discriminant Analysis
Linear and Quadratic Discriminant Analysis on golf shot data. Visualize decision boundaries and compare LDA vs QDA classification performance.
Homework 4
Naive Bayes & Data Piling
Naive Bayes classification on spam data and high-dimensional data piling analysis. Explore the challenges and techniques for high-dimensional classification.