Represent digits '3' in 2D.
- convert data from the UCI Optical Recognition of Handwritten Digits Data Set
- perform PCA over all digit '3' with 2 components
- plot the PCA results as below (also in page #12 of PCA )
- Programming lanuage: python3
- Optional package: tensorflow web
- Plot the results in matplotlib Introduction in Chinese Tutorial
Process this data set (include all digits) in Deep Learning methods, and visualize “threes” in the same way.