Images – A table of pixels, usually of RGB(3D columns – a.k.a a tensor) – can be ravled/unrolled/flattened  to a 1D longer array. Sound – long series of numbers(1D array) when digitally recorded(x = time(duration column), y = amplitude of the sound) – usually represented by frequences. Text – partsContinue Reading

Principal Component Analysis – PCA is the process of projecting variance of data using minimal dimensions. The direction of dimension along which the variance is maximised(highest) will be chosen as the first principal component. The next best direction as the second P.C. and should be orthogonal to the first P.C,Continue Reading