Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 417 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 417 Bytes

CSE 575 - Statistical Machine Learning - Spring 2018

This repository includes programming assignments of the Machine Learning Course.

  • Assignment 1: Implementation of Gaussian Naive Bayes and Logistic Regression on Bank_Note_Authentication dataset.
  • Assignment 2: Implementation of KNN Classifier on MNIST data set.
  • Assignment 3: Implementation of K-Means Clustering on breast-cancer-wisconsin data set.