Section 01
[Introduction] TEP Fault Diagnosis: Overview of Comparative Experiments Project on MLP, CNN, and GNN
This article introduces an open-source project that compares the fault diagnosis performance of Multilayer Perceptron (MLP), 1D Convolutional Neural Network (CNN), and Graph Neural Network (GNN) on the Tennessee Eastman Process (TEP) dataset. The project covers data preprocessing, model architecture design, and experimental result analysis. The key finding is that under the current implementation, GNN's performance is weaker than MLP and CNN, emphasizing the importance of a fair comparison framework. The project is maintained by faiazu, with source code available on GitHub (link: https://github.com/faiazu/TEP-fault-diagnosis), and was released on June 6, 2026.