Abstract: Fault detection and diagnosis (FDD) systems play a crucial role in maintaining the adequate execution of the monitored process. One of the widely used data-driven FDD methods is the ...
Abstract: As an efficient feature engineering tool, principal component analysis (PCA) has been widely used for feature extraction in the past decades. While a deep form of PCA has been developed for ...
On the one hand, we show that :class:`~sklearn.decomposition.KernelPCA` is able to find a projection of the data which linearly separates them while it is not the case with ...
`Iris dataset <https://en.wikipedia.org/wiki/Iris_flower_data_set>`_. This dataset is made of 4 features: sepal length, sepal width, petal length, petal width. We use ...