Skip to content

Commit 4191079

Browse files
authored
Update README.md
1 parent 03efa38 commit 4191079

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Given dataset contains total of 9,914 audio sample, where 3,300 belongs to Bee,
1818
### Audio Data Preprocessing:
1919

2020
Audio dataset given has very high frame rate, on an average every file had 80,000 frames (amplitude/sec). With frames/sec being so high we have a lot of data and it needs some preprocessing. Reduction of audio frame rate and length was performed using [interpolation technique](https://scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html). The audio sample was reduced to 15k sample and total length of 22,000 (approximately 1/4 reduction of the given audio).
21+
22+
2123
![alt text](https://raw.githubusercontent.com/vishalshar/Audio-Classification-using-CNN-MLP/master/img/audio_preprocessing-1.png)
2224

2325

@@ -44,6 +46,7 @@ Training was done for 500 epochs using Adaptive Moment Estimation (adam) as opti
4446

4547
![alt text](https://raw.githubusercontent.com/vishalshar/Audio-Classification-using-CNN-MLP/master/img/ANN_Net_2-1.png)
4648

49+
4750
#### Accuracy
4851

4952
![alt text](https://raw.githubusercontent.com/vishalshar/Audio-Classification-using-CNN-MLP/master/img/bee_ann_audio.png)

0 commit comments

Comments
 (0)