Ilmu Komputer & AI editorial
Evaluating the Effectiveness of SechKAN on 1D Data
The core problem
Innovation
SechKAN achieves competitive performance across the three datasets. On UCI HAR, SechKAN performs comparably to MLP and CNN1D, while on ElectricDevices, it shows similar accuracy to ResNet1D and DSCNN1D. Notably, on the Crop dataset, SechKAN outperforms all other models, achieving the highest accuracy. The table below summarizes the accuracy (in percentage) of each model on the three datasets:
| Model | UCI HAR | ElectricDevices | Crop |
|-------------|---------|-----------------|------|
| SechKAN | 95.2 | 84.7 | 92.3 |
| EfficientKAN| 94.8 | 83.9 | 90.1 |
| MLP | 95.0 | 84.2 | 89.5 |
| CNN1D | 95.5 | 85.1 | 90.8 |
| ResNet1D | 95.8 | 85.3 | 91.2 |
| DSCNN1D | 95.6 | 85.0 | 91.0 |
These results indicate that SechKAN is particularly effective on the Crop dataset, where it surpasses the next best model (ResNet1D) by 1.1 percentage points. On the other datasets, the differences are within 1 percentage point, suggesting that SechKAN is a viable alternative to traditional architectures.
Why it matters
Who should read this
Opening member contentโฆ