t-SNE for QMNIST#

Many projects ago we used PCA to get 2d and 3d visualization of QMNIST training images. Now we have more powerful dimensionality reduction techniques at hand. Let’s try t-SNE.

Task: Load QMNIST training images, center bounding boxes, and crop images to 20x20.

Solution:

# your solution

Task: Use t-SNE to get a 2d visualization of QMNIST images.

Solution:

# your solution

Task: Load QMNIST training labels and color the 2d plot according to the labels.

Solution:

# your solution