Skip to content

Commit f0a9b1c

Browse files
docs: homogenize README
Now comming with only 4 sections: source, environment, references and license.
1 parent b82da59 commit f0a9b1c

26 files changed

Lines changed: 52 additions & 345 deletions

File tree

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
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11

22
# ECG Arrhythmia Classification with 2D CNN and Quantization
33

4+
## Source
45
This project performs ECG heartbeat classification (4 classes) using a compact 2D CNN on the [MIT-BIH Arrhythmia Database](https://physionet.org/content/mitdb/1.0.0/). The model is then post-training quantized and converted to an Akida-compatible spiking neural network (SNN), followed by final evaluation of the SNN model.
56
Classifying irregular heartbeats is critical for identifying their origin and assessing the potential severity of arrhythmias, which directly impacts diagnosis and treatment. Key discriminative features lie in **QRS morphology and timing** of the beats, making **CNNs** well-suited for this task due to their ability to efficiently capture local temporal patterns.
67

7-
8-
## Source
9-
This model uses [**LeNet**](https://huggingface.co/mindspore-ai/LeNet).
10-
11-
12-
---
13-
148
## Environment
15-
The following dependencies are required to build and run this model:
16-
179
```
1810
matplotlib==3.8.4
1911
numpy==1.26.4
@@ -25,3 +17,9 @@ wfdb==4.3.0
2517
cnn2snn==2.13.0
2618
quantizeml==0.16.0
2719
```
20+
21+
## References
22+
- This model uses [**LeNet**](https://huggingface.co/mindspore-ai/LeNet).
23+
24+
## License
25+
Apache 2.0 License

0 commit comments

Comments
 (0)