MatematicaInglese
Pubblicato in Math ∩ Programming
Autore Jeremy Kun
Problem: Reduce the dimension of a data set, translating each data point into a representation that captures the “most important” features. Solution: in Python import numpy def principalComponents(matrix): # Columns of matrix correspond to data points, rows to dimensions.