Assignments from W207 - UC Berkeley Spring 2019
In this assignment we're using the MNIST Digit Database for training a kNN and Naive Bayes Classifiers
In this assignment we're using the fetch_20newsgroup Database from scikit-learn for training several classifier, special attention to logistic regression with L2 regularization
In this assigment we're using dimensionality reduction for better visualization. Also, doing kMeans and GMM clustering for projected data.