1
Project / Coder's Corner / Re: Related File Analysis
« on: February 25, 2020, 23:18:57 »
I was able to write a simple genre classifier using the genre information. It has a decent reliability considering the number of genres, but it is far from perfect.
The results are in two files. The mod_genre_results.tsv includes an analysis for all mod files I have, while mod_genre_results_only_modarchive.tsv is specific to modarchive.
The format is TSV, with the following fields: md5, modarchive_id, genre_id, genre_name, confidence
Download: https://iwalton.com/ushare/modarchive_genre_classifier.7z
Here is some accuracy information. It typically identifies genres really well for genres such as trance and chiptunes where there is a heavy correlation between genre and instruments.
Total Songs Tested: 2000
Total Songs Identified: 1763
Identified Songs Correct: 38.45717526942711%
Total Songs Correct: 33.900000000000006%
With broad genre categories instead of subgenres:
Identified Songs Correct: 49.80147475893364%
Total Songs Correct: 43.9%
The results are in two files. The mod_genre_results.tsv includes an analysis for all mod files I have, while mod_genre_results_only_modarchive.tsv is specific to modarchive.
The format is TSV, with the following fields: md5, modarchive_id, genre_id, genre_name, confidence
Download: https://iwalton.com/ushare/modarchive_genre_classifier.7z
Here is some accuracy information. It typically identifies genres really well for genres such as trance and chiptunes where there is a heavy correlation between genre and instruments.
Total Songs Tested: 2000
Total Songs Identified: 1763
Identified Songs Correct: 38.45717526942711%
Total Songs Correct: 33.900000000000006%
With broad genre categories instead of subgenres:
Identified Songs Correct: 49.80147475893364%
Total Songs Correct: 43.9%