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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ These applications use generic task types that can be adapted to your custom dat
232
232
| **generic_timeseries_anomalydetection** | generic_timeseries_anomalydetection | Generic anomaly detection example using autoencoders |
233
233
| The below examples demonstrate the above AI task types with real world data: | | |
234
234
| **branched_model_parameters** | generic_timeseries_classification | Human Activity Recognition from accelerometer/gyroscope data |
235
-
| **electrical_fault** | generic_timeseries_classification | Classify transmission line faults using voltage and current |
235
+
| **electrical_fault** | generic_timeseries_classification | Classify transmission line faults using voltage and current (2-class and 6-class variants) |
236
236
| **gas_sensor** | generic_timeseries_classification | Identify gas type and concentration from sensor array data |
237
237
| **grid_fault_detection** | generic_timeseries_classification | Detect electrical grid faults from sensor data |
238
238
| **grid_stability** | generic_timeseries_classification | Predict power grid stability from node parameters |
@@ -262,16 +262,16 @@ These applications are designed for specific use cases with optimized models and
262
262
| **ecg_classification** | ecg_classification | MSPM0G3507, MSPM0G5187, MSPM0G3519 | Classify normal vs anomalous heartbeats from ECG signals |
263
263
| **gearbox_fault_detection** | gearbox_fault | MSPM0G3507, MSPM0G3519, MSPM0G5187 | Classify gearbox operating conditions (healthy vs broken tooth) from vibration data |
@@ -291,7 +291,7 @@ These applications are designed for specific use cases with optimized models and
291
291
| 4 | [blower_imbalance](examples/blower_imbalance/) | Multivariate | Detect blade imbalance in HVAC blowers using 3-phase motor currents. |
292
292
| 5 | [fan_blade_fault_classification](examples/fan_blade_fault_classification/) | Multivariate | Detect faults in BLDC fans from accelerometer data. |
293
293
| 6 | [gearbox_fault_detection](examples/gearbox_fault_detection/) | Multivariate | Classify gearbox operating conditions (healthy vs broken tooth) from vibration. |
294
-
| 7 | [electrical_fault](examples/electrical_fault/) | Multivariate | Classify transmission line faults using voltage and current. |
294
+
| 7 | [electrical_fault](examples/electrical_fault/) | Multivariate | Classify transmission line faults using voltage and current (2-class and 6-class variants). |
295
295
| 8 | [grid_stability](examples/grid_stability/) | Multivariate | Predict power grid stability from node parameters. |
296
296
| 9 | [gas_sensor](examples/gas_sensor/) | Multivariate | Identify gas type and concentration from sensor array data. |
297
297
| 10 | [branched_model_parameters](examples/branched_model_parameters/) | Multivariate | Human Activity Recognition from accelerometer/gyroscope data. |
0 commit comments