Difference between revisions of "2014:GC14UX:JSON Metadata"
(→Genre) |
(→Genre) |
||
Line 1: | Line 1: | ||
+ | The complete extracted JSON tags can be downloaded here: [[File:json_metadata.txt]] | ||
+ | |||
=Genre= | =Genre= | ||
− | Each song in the dataset has two to four genre tags. The histgram shows how many songs have at least 1, 2, 3, or 4 genres. | + | Each song in the dataset has two to four genre tags. The following histgram shows how many songs have at least 1, 2, 3, or 4 genres. |
+ | [[Image:ghistgram.png]] | ||
+ | |||
+ | The most popular genre tags are shown in the following diagram: | ||
[[Image:gdist.png]] | [[Image:gdist.png]] | ||
+ | |||
+ | The complete list of genre tags and their counts can be found in this file: [[File:json_g_dist.txt]] | ||
+ | |||
+ | =Free Tags= | ||
+ | Each song has zero to six free tags. The following histgram shows how many songs have at least 1,..,or 6 tags. | ||
+ | [[Image:thistgram.png]] | ||
+ | |||
+ | The most popular free tags are shown in the following diagram: | ||
+ | [[Image:tdist.png]] | ||
+ | |||
+ | The complete list of genre tags and their counts can be found in this file: [[File:json_t_dist.txt]] | ||
+ | |||
+ | =Instrument= | ||
+ | Each song has zero to three instrument tags. The following histgram shows how many songs have at least 1, 2 or 3 instrument tags. | ||
+ | [[Image:instrhistgram.png]] | ||
+ | |||
+ | The most popular instrument tags are shown in the following diagram: | ||
+ | [[Image:idist.png]] | ||
+ | |||
+ | The complete list of genre tags and their counts can be found in this file: [[File:json_i_dist.txt]] | ||
+ | |||
+ | =Vocal vs Instrumental= | ||
+ | Part of the songs have labels indicating whether they are vocal or instrumental. The following diagram shows the distribution: | ||
+ | [[Image:vocinst_histgram.png]] | ||
+ | |||
+ | =Speed= | ||
+ | Part of the songs have labels indicating their speeds. The following diagram shows the distribution: | ||
+ | [[Image:speed_histgram.png]] | ||
+ | |||
+ | =Language= | ||
+ | Some songs have labels indicating their languages. The following diagram shows the distribution: | ||
+ | [[Image:lang_histgram.png]] | ||
+ | |||
+ | =Duration= | ||
+ | All songs have their duration indicated in seconds. The following diagram shows the duration distribution of most songs: | ||
+ | [[Image:duration.png]] | ||
+ | |||
+ | The complete list of duration and their counts can be found in this file: [[json_d_dist.txt]] |
Revision as of 05:07, 30 August 2014
The complete extracted JSON tags can be downloaded here: File:Json metadata.txt
Genre
Each song in the dataset has two to four genre tags. The following histgram shows how many songs have at least 1, 2, 3, or 4 genres.
The most popular genre tags are shown in the following diagram:
The complete list of genre tags and their counts can be found in this file: File:Json g dist.txt
Free Tags
Each song has zero to six free tags. The following histgram shows how many songs have at least 1,..,or 6 tags.
The most popular free tags are shown in the following diagram:
The complete list of genre tags and their counts can be found in this file: File:Json t dist.txt
Instrument
Each song has zero to three instrument tags. The following histgram shows how many songs have at least 1, 2 or 3 instrument tags.
The most popular instrument tags are shown in the following diagram:
The complete list of genre tags and their counts can be found in this file: File:Json i dist.txt
Vocal vs Instrumental
Part of the songs have labels indicating whether they are vocal or instrumental. The following diagram shows the distribution:
Speed
Part of the songs have labels indicating their speeds. The following diagram shows the distribution:
Language
Some songs have labels indicating their languages. The following diagram shows the distribution:
Duration
All songs have their duration indicated in seconds. The following diagram shows the duration distribution of most songs:
The complete list of duration and their counts can be found in this file: json_d_dist.txt