Skip to content

Commit 09540f6

Browse files
Merge pull request #16 from Brainchip-Inc/readme_cleanup
Readme cleanup
2 parents 78dbe27 + f0a9b1c commit 09540f6

27 files changed

Lines changed: 57 additions & 350 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ In addition, some models can be evaluated directly through [Akida Cloud](https:/
3131
| Vision | Classification | [spatiotemporal](vision/classification/spatiotemporal/FallVision) | 224 | FallVision | 1.34M | 8 | 98.36% | | | 16 |
3232
| Vision | Classification | [MLP](vision/classification/MLP/MNIST) | 784 | MNIST | 203.5K | 8 | 98.05% | | | 1 ☁️ |
3333
| Vision | Classification | [LogisticRegression](vision/classification/LogisticRegression/MNIST) | 784 | MNIST | 7.9K | 8 | 84.52% | | | 1 ☁️ |
34-
| ECG | Classification | [1DCNN](ecg/classification/1DCNN/MIT-BIH) | 360 | MIT-BIH | 74K | 8 | | 97.3% | | 1 ☁️ |
34+
| ECG | Classification | [1DCNN](ecg/classification/1DCNN/MIT-BIH) | 360 | MIT-BIH | 74K | 8 | | 97.3% | | 1 ☁️ |
3535
| ECG | Anomaly Detection | [1DCNN](ecg/anomalydetection/1DCNN/ECG5000) | 144 | ECG5000 | 290K | 8 | | 94.0% | | 1 ☁️ |
3636
| Tabular | Classification | [LogisticR.](tabular/classification/LogisticRegression/Breast_Cancer) | 30 | Breast_Cancer | 169 | 8 | 93.9% | | | 1 ☁️ |
3737
| Synthetic | Regression | [MLP](synthetic/regression/MLP/1D_Curve) | 1 | 1D_Curve | 6.2K | 8 | | | 0.136 | 1 ☁️ |
38-
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/soda_bottles)| 224 | soda_bottle | 2.43M | 8 | 91.53% | | | 6 ☁️ |
39-
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/trail_camera)| 224 | trail_camera | 2.43M | 8 | 84.74% | | | 6 ☁️ |
40-
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/road_signs) | 224 | road_signs | 2.43M | 8 | 65.46% | | | 6 ☁️ |
41-
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/furniture) | 224 | furniture | 2.43M | 8 | 79.21% | | | 6 ☁️ |
38+
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/soda_bottles)| 224 | Soda_bottle | 2.43M | 8 | 91.53% | | | 6 ☁️ |
39+
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/trail_camera)| 224 | Trail_camera | 2.43M | 8 | 84.74% | | | 6 ☁️ |
40+
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/road_signs) | 224 | Road_signs | 2.43M | 8 | 65.46% | | | 6 ☁️ |
41+
| Vision | Detection | [AkidaNet18/CenterNet](vision/detection/akidanet18_centernet/furniture) | 224 | Furniture | 2.43M | 8 | 79.21% | | | 6 ☁️ |
4242

4343

4444
## Download

docs/images/sample_0.png

-183 KB
Binary file not shown.

docs/images/sample_1.png

-156 KB
Binary file not shown.

docs/images/sample_2.png

-267 KB
Binary file not shown.

docs/images/sample_3.png

-123 KB
Binary file not shown.

docs/images/sample_5.png

-103 KB
Binary file not shown.

docs/images/sample_6.png

-181 KB
Binary file not shown.

docs/images/sample_7.png

-119 KB
Binary file not shown.

docs/images/sample_9.png

-154 KB
Binary file not shown.
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# ECG Anomaly Detection with Quantized Autoencoder
2-
This project implements an anomaly detector for ECG data using a convolutional autoencoder, evaluated in both float and quantized (8-bit) form and converted to SNN.
32

43
## Source
5-
This model uses [**LeNet**](https://huggingface.co/mindspore-ai/LeNet).
4+
This project implements an anomaly detector for ECG data using a convolutional autoencoder, evaluated in both float and quantized (8-bit) form and converted to SNN.
65

7-
---
86
## Environment
9-
The following dependencies are required to build and run this model:
10-
117
```
128
matplotlib==3.8.4
139
seaborn==0.13.2
@@ -18,3 +14,9 @@ tensorflow==2.15.0
1814
cnn2snn==2.13.0
1915
quantizeml==0.16.0
2016
```
17+
18+
## References
19+
- This model uses [**LeNet**](https://huggingface.co/mindspore-ai/LeNet).
20+
21+
## License
22+
Apache 2.0 License

0 commit comments

Comments
 (0)