CS165B-Projects

These are some of the projects for the Machine Learning course at UCSB Spring 2017.

HW3 - Decision Tree classifier implemented with scikit learn
HW4 -

  • HW4-1 - Computes the malhalanobis distance metric from two centroids
  • HW4-2 - Perceptron classifier using a Gaussian Kernel
  • HW4-3 - kNN

HW5 - Binary classifier using boosting (linear ensemble)