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
An ensemble of machine learning models comprising MLP, logistic regression, SVC, random forest, k-NN, XGBoost, LSTM, CNN, and a grid-search-optimized XGBoost are bundled in a pipeline with feature extraction and transformation steps.
Custom ResNet Model
The ResNet model starts with a 1-D convolutional layer, followed by batch normalization and a ReLU activation. A custom ResidualBlock structure is defined, which consists of two convolutional layers with batch normalization and ReLU activation, as well as a skip connection path from the input to the output. The residual block is applied twice in sequence. After passing through the residual blocks, the output is passed to an adaptive average pooling layer, flattened, and finally fed to a fully connected linear layer for binary classification.
10 Fold Validation
Accuracy.txt
The Accuracy.txt file contains the classification accuracy for each validation cycle.
Confusion Matrix
The Confusion Matrix contains the result of the Ensemble model. Each confusion matrix is normalized.
The Predicted label presents the predict output from the label, True label shows the actual label in validation dataset.
"S 96" shows the event for Error Induction, "S 80" presents the event for Button press, "no error" shows the event for other labels.