ML5-Machine Language Techniques
ML5-Machine Language Techniques
As the name suggests, we use dimensionality reduction to remove the least impo
columns) from a data set. In practice, I often see data sets with hundreds or even
features), so reducing the total number is vital. For instance, images can include
matter to your analysis. Or when testing microchips within the manufacturing p
measurements and tests applied to every chip, many of which provide redundan
dimensionality reduction algorithms to make the data set manageable.
The next plot shows an analysis of the MNIST database of handwritten digits. M
digits from 0 to 9, which researchers use to test their clustering and classificatio
a vectorized version of the original image (size 28 x 28 = 784) and a label for eac
Note that we’re therefore reducing the dimensionality from 784 (pixels) to 2 (dim
Projecting to two dimensions allows us to visualize the high-dimensional origina