Datasets:
File size: 2,321 Bytes
2af65d0 0a26791 2af65d0 b433a1f 0a26791 b433a1f 0a26791 b433a1f 0a26791 993153f b433a1f 2af65d0 0a26791 b433a1f 2af65d0 b433a1f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
---
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 22050
- name: genre
dtype: string
- name: label
dtype:
class_label:
names:
'0': blues
'1': classical
'2': country
'3': disco
'4': hiphop
'5': jazz
'6': metal
'7': pop
'8': reggae
'9': rock
splits:
- name: train
num_bytes: 586664927
num_examples: 443
- name: validation
num_bytes: 260793810
num_examples: 197
- name: test
num_bytes: 383984112
num_examples: 290
download_size: 1230811404
dataset_size: 1231442849
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
task_categories:
- audio-classification
tags:
- audio
- multiclass
- music
---
# GTZAN Music Genre Classification
GTZAN consists of 100 30-second recording excerpts in each of 10 categories, and is the most-used public dataset in music information retrieval (MIR) research.
Following Kereliuk et al. (2015), we use the "fault-filtered" partitioning version of GTZAN, which is constructed by hand to include 443/197/290 excerpts.
This version of database could be found and downloaded from [here](https://www.kaggle.com/datasets/carlthome/gtzan-genre-collection).
## Citations
```bibtex
@article{kereliuk2015deep,
title={Deep learning and music adversaries},
author={Kereliuk, Corey and Sturm, Bob L and Larsen, Jan},
journal={IEEE Transactions on Multimedia},
volume={17},
number={11},
pages={2059--2071},
year={2015},
publisher={IEEE}
}
```
```bibtex
@article{sturm2014state,
title={The state of the art ten years after a state of the art: Future research in music information retrieval},
author={Sturm, Bob L},
journal={Journal of new music research},
volume={43},
number={2},
pages={147--172},
year={2014},
publisher={Taylor \& Francis}
}
```
```bibtex
@article{tzanetakis2002musical,
title={Musical genre classification of audio signals},
author={Tzanetakis, George and Cook, Perry},
journal={IEEE Transactions on speech and audio processing},
volume={10},
number={5},
pages={293--302},
year={2002},
publisher={IEEE}
}
``` |