You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Presentation/Sections/Case study.tex
+34-13Lines changed: 34 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,27 @@ \section{Fault detection and isolation on steel plates}
2
2
3
3
\begin{frame}
4
4
\frametitle{Dataset description}
5
-
The steel plates faults dataset comes from research by Semeion, Research Center of Sciences of Communication. The aim of the research was to correctly classify the type of surface defects in stainless steel plates. Below is some information about the dataset:
6
-
\begin{itemize}
7
-
\item number of fault classes: $6 + 1$ (no faults);
8
-
\item number of attributes: $27$;
9
-
\item number of instances: $1941$;
10
-
\item absence of missing values.
11
-
\end{itemize}
12
-
Unfortunately, no further details on the covariates are available.
5
+
\begin{columns}
6
+
\begin{column}{0.50\textwidth}
7
+
\justifying
8
+
The steel plates faults dataset comes from research by Semeion, Research Center of Sciences of Communication. The aim of the research was to correctly classify the type of surface defects in stainless steel plates. Some information about the dataset:
9
+
\begin{itemize}
10
+
\item number of fault classes: $6 + 1$ (no faults);
11
+
\item number of attributes: $27$;
12
+
\item number of instances: $1941$;
13
+
\item absence of missing values.
14
+
\end{itemize}
15
+
Unfortunately, no further details on the covariates are available.
@@ -103,4 +123,5 @@ \section{Fault detection and isolation on steel plates}
103
123
\hline
104
124
\end{tabular}
105
125
\end{table}
126
+
As the order reduction $\alpha$ increases, the number of fault classes that are confused with the remaining ones decreases. In particular, we can note that the error rate related to the fault class Stains decreases substantially in the passage from $\alpha = 1$ to $\alpha = 2$; indeed, from $\mathbb{R}^2$ its subspace predominates over the subspaces of the other classes. Instead, the Dirtiness class continues to be hidden from the others for any order reduction.
\textit{Type of technique} & Supervised & Unsupervised \\
13
+
\multirow{2}{3cm}{\centering\textit{Goal}} & \multirow{2}{3cm}{\centering Regression and classification} & \multirow{2}{3cm}{\centering Feature reduction for clustering}\\
14
+
& & \\
15
+
\multirow{2}{3cm}{\centering\textit{Aim of the maximization}} & \multirow{2}{3cm}{\centering Covariance between $X$ and $Y$} & \multirow{2}{3cm}{\centering Variance of $X$}\\
For the central orders PCA is slightly more accurate than PLS in the reconstruction of the matrix $X$ starting from the reduced domain. For the extreme orders, instead, the two techniques are similar.
34
+
\end{frame}
35
+
36
+
\begin{frame}
37
+
\frametitle{Bibliography}
38
+
\begin{block}{Book}
39
+
\textbf{Fault Detection and Diagnosis in Industrial Systems}\\
0 commit comments