Spaces:
Runtime error
Runtime error
update text
Browse files- article.md +8 -8
article.md
CHANGED
@@ -12,13 +12,13 @@ Files are converted to melspectrograms that perform better in general for visual
|
|
12 |
|
13 |
Using With Fast.ai and three epochs with minimal lines of code approaches 95% accuracy with a 20% validation of the entire dataset of 8732 labelled sound excerpts of 10 classes shown above. Fast.ai was used to train this classifier with a Resnet34 vision learner with three epochs.
|
14 |
|
15 |
-
epoch train_loss valid_loss accuracy time
|
16 |
-
|
17 |
-
|
18 |
-
epoch train_loss valid_loss accuracy time
|
19 |
-
0 0.600056 0.309964 0.892325 00:40
|
20 |
-
1 0.260431 0.200901 0.945017 00:39
|
21 |
-
2 0.090158
|
22 |
|
23 |
## Classical Approaches
|
24 |
|
@@ -36,7 +36,7 @@ The state-of-the-art methods for audio classification approach this problem as a
|
|
36 |
|
37 |
## Credits
|
38 |
|
39 |
-
Thanks to [Kurian Benoy](https://kurianbenoy.com/) and countless others that generously leave code
|
40 |
|
41 |
## Code Repo & Blog
|
42 |
|
|
|
12 |
|
13 |
Using With Fast.ai and three epochs with minimal lines of code approaches 95% accuracy with a 20% validation of the entire dataset of 8732 labelled sound excerpts of 10 classes shown above. Fast.ai was used to train this classifier with a Resnet34 vision learner with three epochs.
|
14 |
|
15 |
+
| epoch | train_loss | valid_loss | accuracy | time |
|
16 |
+
|-------|------------|-------------|-------------|-------|
|
17 |
+
|0 | 1.462791 | 0.710250 | 0.775487 | 01:12 |
|
18 |
+
| epoch | train_loss | valid_loss | accuracy | time |
|
19 |
+
| 0 | 0.600056 | 0.309964 | 0.892325 | 00:40 |
|
20 |
+
|1 | 0.260431 | 0.200901 | 0.945017 | 00:39 |
|
21 |
+
| 2 | 0.090158 | 0.164748 | 0.950745 | 00:40 |
|
22 |
|
23 |
## Classical Approaches
|
24 |
|
|
|
36 |
|
37 |
## Credits
|
38 |
|
39 |
+
Thanks to [Kurian Benoy](https://kurianbenoy.com/) and countless others that generously leave code in github to follow or write blogs that explain various things online.
|
40 |
|
41 |
## Code Repo & Blog
|
42 |
|