Skip to content

Commit a5bb7b3

Browse files
committed
fix: Update results
1 parent 7db1eae commit a5bb7b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The table below shows the Confusion Matrix for the samples in the test data:
4646

4747
| | Predicted Emergency | Predicted Non-Emergency |
4848
|:---------------------:|:----------------------------:|:-----------------------:|
49-
| Actual Emergency | 107 | 27 |
50-
| Actual Non-Emergency | 11 | 94 |
49+
| Actual Emergency | 102 | 32 |
50+
| Actual Non-Emergency | 7 | 98 |
5151

5252
The results on this dataset are encouraging as I obtained about 84% accuracy on the evaluation dataset. More importantly the precision is close to 90% and the recall is close to 80%.
5353

@@ -76,8 +76,8 @@ The table below shows the Confusion Matrix for the samples in the test data:
7676

7777
| | Predicted Emergency | Predicted Non-Emergency |
7878
|:---------------------:|:----------------------------:|:-----------------------:|
79-
| Actual Emergency | 108 | 26 |
80-
| Actual Non-Emergency | 4 | 101 |
79+
| Actual Emergency | 116 | 18 |
80+
| Actual Non-Emergency | 12 | 93 |
8181

8282

8383
In most of the cases when the false negatives occur i.e. the signal is actually an emergency signal but is labeled incorrectly as a non-emergency signal by the classifier, there is a lot of noise present in the audio signals which overpowers the strength of the emergency signals.

0 commit comments

Comments
 (0)