Skip to content

Commit e47fe15

Browse files
Squashed 'tinyml-modelzoo/' changes from 7c79d80d..7a936b55
7a936b55 TINYML_ALGO-706 REVERT: 7c79d80d updated git-subtree-dir: tinyml-modelzoo git-subtree-split: 7a936b55bb409094c8c63e33d7f590cdc7e91498
1 parent 758628d commit e47fe15

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ These applications use generic task types that can be adapted to your custom dat
232232
| **generic_timeseries_anomalydetection** | generic_timeseries_anomalydetection | Generic anomaly detection example using autoencoders |
233233
| The below examples demonstrate the above AI task types with real world data: | | |
234234
| **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) |
236236
| **gas_sensor** | generic_timeseries_classification | Identify gas type and concentration from sensor array data |
237237
| **grid_fault_detection** | generic_timeseries_classification | Detect electrical grid faults from sensor data |
238238
| **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
262262
| **ecg_classification** | ecg_classification | MSPM0G3507, MSPM0G5187, MSPM0G3519 | Classify normal vs anomalous heartbeats from ECG signals |
263263
| **gearbox_fault_detection** | gearbox_fault | MSPM0G3507, MSPM0G3519, MSPM0G5187 | Classify gearbox operating conditions (healthy vs broken tooth) from vibration data |
264264
| **blower_imbalance** | motor_fault | F280013, F280015, F28003, F28004, F2837, F28P55, F28P65, MSPM0G3507, MSPM0G3519, MSPM0G5187, MSPM33C32, F29H85, AM13E2, AM263 | Detect blade imbalance in HVAC blowers using 3-phase motor currents |
265-
| **fan_blade_fault_classification** | motor_fault | F280013, F280015, F28003, F28004, F2837, F28P55, F28P65, MSPM0G3507, MSPM0G3519, MSPM0G5187, MSPM33C32, F29H85, AM13E2, AM263 | Detect faults in BLDC fans from accelerometer data |
265+
| **fan_blade_fault_classification** | motor_fault | F280013, F280015, F28003, F28004, F2837, F28P55, F28P65, MSPM0G3507, MSPM0G3519, MSPM0G5187, MSPM33C32, F29H85, AM13E2, AM263, CC1312, CC1314, CC1352, CC1354, CC2755, CC35X1 | Detect faults in BLDC fans from accelerometer data |
266266
| **motor_bearing_fault** | motor_fault | F280013, F280015, F28003, F28004, F2837, F28P55, F28P65, MSPM0G3507, MSPM0G3519, MSPM0G5187, MSPM33C32, F29H85, AM13E2, AM263 | Classify 5 bearing fault types + normal operation from vibration data |
267267
| **grid_fault_detection** | classification | F280013, F280015, F28003, F28004, F2837, F28P55, F28P65, MSPM0G3507, MSPM0G3519, MSPM0G5187, MSPM33C32, F29H85, AM13E2, AM263 | Detect electrical grid faults from sensor data |
268268
| **mosfet_temp_prediction** | regression | F280013, F280015, F28003, F28004, F2837, F28P55, F28P65, MSPM0G3507, MSPM0G3519, MSPM0G5187, MSPM33C32, F29H85, AM13E2, AM263 | Predict MOSFET temperature from electrical parameters |
269269
| **pir_detection** | pir_detection | CC2755, CC1312, CC1352, CC1354, CC35X1, MSPM0G5187, MSPM0G3507, MSPM0G3519, MSPM33C32 | Detect presence/motion using PIR sensor data |
270270
| **MNIST_image_classification** | image_classification | MSPM0G3507, MSPM0G3519, MSPM0G5187, MSPM33C32 | Handwritten digit recognition (MNIST dataset) |
271271

272272
### Summary by Task Type:
273-
- **Generic Timeseries Tasks** (23 examples): Support all target devices and can be adapted to your custom datasets
274-
- Classification: 9 examples (1 base + 8 real-world applications)
273+
- **Generic Timeseries Tasks** (22 examples): Support all target devices and can be adapted to your custom datasets
274+
- Classification: 8 examples (1 base + 7 real-world applications)
275275
- Regression: 5 examples (1 base + 4 real-world applications)
276276
- Forecasting: 3 examples (1 base + 2 real-world applications)
277277
- Anomaly Detection: 6 examples (1 base + 5 application variants)
@@ -291,7 +291,7 @@ These applications are designed for specific use cases with optimized models and
291291
| 4 | [blower_imbalance](examples/blower_imbalance/) | Multivariate | Detect blade imbalance in HVAC blowers using 3-phase motor currents. |
292292
| 5 | [fan_blade_fault_classification](examples/fan_blade_fault_classification/) | Multivariate | Detect faults in BLDC fans from accelerometer data. |
293293
| 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). |
295295
| 8 | [grid_stability](examples/grid_stability/) | Multivariate | Predict power grid stability from node parameters. |
296296
| 9 | [gas_sensor](examples/gas_sensor/) | Multivariate | Identify gas type and concentration from sensor array data. |
297297
| 10 | [branched_model_parameters](examples/branched_model_parameters/) | Multivariate | Human Activity Recognition from accelerometer/gyroscope data. |

0 commit comments

Comments
 (0)