Gain a practical understanding of PCA and kernel PCA by learning to code the algorithms and test it on real spectroscopic data.
How do we make sure we are detecting only true outliers and not cherry-picking from the data? Here's a method based on the Mahalanobis distance with PCA.
An in-depth tutorial on how to run a classification of NIR spectra using Principal Component Analysis in Python. Step by step example with code.
Can we use NIR analysis to grade macadamias? Check out our preliminary results of NIR classification of macadamia kernels using Principal Component Analysis.
A worked example for an introduction to Principal Component Analysis in Python.