Spaces:
Runtime error
Runtime error
Fix broken URL
Browse files- article.md +1 -1
article.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
During first lesson of Practical Deep Learning for Coders course, Jeremy had mentioned how using simple computer vision model by being a bit creative we can build a state of the art model to classify audio with same image classification model. I was curious on how I can train an music classifier, as I have never worked on audio data problems before.
|
4 |
|
5 |
|
6 |
-
[You can find how I trained this music genre classification using fast.ai in this blogpost.](https://kurianbenoy.com/ml-blog/fastai/
|
7 |
|
8 |
## Dataset
|
9 |
|
|
|
3 |
During first lesson of Practical Deep Learning for Coders course, Jeremy had mentioned how using simple computer vision model by being a bit creative we can build a state of the art model to classify audio with same image classification model. I was curious on how I can train an music classifier, as I have never worked on audio data problems before.
|
4 |
|
5 |
|
6 |
+
[You can find how I trained this music genre classification using fast.ai in this blogpost.](https://kurianbenoy.com/ml-blog/fastai/fastaicourse/2022/05/01/AudioCNNDemo.html).
|
7 |
|
8 |
## Dataset
|
9 |
|