基于神经网络的音乐流派分类

匿名 (未验证) 提交于 2019-12-02 23:32:01

我将其分为以下几类:

  • 蓝调

  • 古典

  • 国家

  • 嘻哈

  • 爵士乐

  • 金属

  • 流行的

  • 雷鬼

  • rock

基于神经网络的音乐流派分类

结果

我发现了一篇题为“用于音频分类和聚类的基准数据集”的论文。并将其中一个非常类似的任务作为我的基准,它分类的类型:蓝调,电子,爵士,流行,嘻哈,摇滚,民谣,另类,恐怖。

参考github地址:https://github.com/mlachmish/MusicGenreClassification

利用神经网络进行音频数据分类

Let’s solve the UrbanSound challenge!

Urban Sound challenge. This practice problem is meant to introduce you to audio processing in the usual classification scenario.

The dataset contains 8732 sound excerpts (<=4s) of urban sounds from 10 classes, namely:

  • air conditioner,
  • car horn,
  • children playing,
  • dog bark,
  • drilling,
  • engine idling,
  • gun shot,
  • jackhammer,
  • siren, and
  • street music

音频特征

文章来源: https://blog.csdn.net/tony2278/article/details/89839660
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!