Skip to content

Commit 2b21310

Browse files
committed
report: Grammar check abstract
1 parent 8fef848 commit 2b21310

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

report/abstract.latex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
Noise is a growing problem in urban areas,
99
and according to the WHO is the second environmental cause of health problems in Europe.
10-
Noise monitoring using Wireless Sensor Networks is
10+
Noise monitoring using Wireless Sensor Networks are
1111
being applied in order to understand and help mitigate these noise problems.
12-
It is desireable that these sensor systems, in addition to logging the sound level,
12+
It is desirable that these sensor systems, in addition to logging the sound level,
1313
can indicate what the likely sound source is.
14-
However transmitting audio to a cloud system for classification is
14+
However, transmitting audio to a cloud system for classification is
1515
energy-intensive and may cause privacy issues.
1616
It is also critical for widespread adoption and dense sensor coverage that
1717
individual sensor nodes are low-cost.
@@ -21,15 +21,15 @@ using a low-cost microcontroller.
2121
Several Convolutional Neural Networks were designed for the
2222
STM32L476 low-power microcontroller using the Keras deep-learning framework,
2323
and deployed using the vendor-provided X-CUBE-AI inference engine.
24-
The resource budget for the model was set at maximum 50\% utilization of CPU, RAM and FLASH.
24+
The resource budget for the model was set at maximum 50\% utilization of CPU, RAM, and FLASH.
2525
10 model variations were evaluated on the Environmental Sound Classification task
2626
using the standard Urbansound8k dataset.
2727

2828
The best models used Depthwise-Separable convolutions with striding for downsampling,
2929
and were able to reach 70.9\% mean 10-fold accuracy while consuming only 20\% CPU.
3030
To our knowledge, this is the highest reported performance on Urbansound8k using a microcontroller.
31-
One of the models was also tested on device,
32-
demonstrating classification of environmental sounds in real-time.
31+
One of the models was also tested on a microcontroller development device,
32+
demonstrating the classification of environmental sounds in real-time.
3333

3434
These results indicate that it is computationally feasible to classify environmental sound
3535
on low-power microcontrollers.

0 commit comments

Comments
 (0)