This repository contains experiments which cluster the MNIST dataset.
- K-means classifier
- Gaussian Mixture Model classifier
GMMs can also generate new images. We use models with varying numbers of components and generate new images using the sample()
function.