A three-task graduate research project building, tuning, and comparing MLP (Multilayer Perceptron), RBF (Radial Basis Function) networks, and SVM (Support Vector Machine) models across distinct problem domains: SPC pattern recognition, plasma etching regression, and multi-font character classification.
SPC Pattern Recognition test accuracy: SVM 91.2%, MLP 90.0%, RBF 40%
Identified control chart patterns (normal, cyclic, trending, upward/downward shift) across Statistical Process Control datasets. Tuned MLP hidden layer sizes and learning rates, RBF kernel bandwidth, and SVM kernel type and regularization parameter C.
Confusion matrices for all three models on the SPC task — SVM and MLP both achieve strong classification across 7 rule violation classes
Predicted etch rate from process parameters (RF power, pressure, gap, flow rate). SVM with an RBF kernel outperformed neural network approaches on held-out test data.
Multi-class classification of characters across 20 font styles. Applied PCA for dimensionality reduction before training, reducing input features while preserving discriminative variance.