Machine learning - music genre classifier
My final project for machine learning (6.867) was a classifier that, by listening to an audio file, attempts to sort it into one of rock, hip-hop, electronic, jazz, or classical. It runs music analysis algorithms to compute frequency domain features (such as bass, highs, rhythmic strength, etc.), which are then fed into various machine learning algorithms to classify the song’s genre.
More details coming soon!