Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 303 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 303 Bytes

MNIST with K-Nearest Neighbors & Naive Bayes

This contains the first assignment for the Machine Learning course:

Developing an image recognition system for classifying digits

Models used:

  • K-Nearest Neighbors
  • Linear Regression
  • Naive Bayes: Bernoulli, Multinomial and Gaussian