Skip to content

harishy0406/Music_Genre_Classification

Repository files navigation

This project uses the GTZAN Music Genre Dataset to classify songs into different genres by experimenting with multiple deep learning models — AutoEncoder, CNN, LSTM, and Transformer — trained and evaluated separately. Each model learns distinct representations of the audio features:

  • AutoEncoder compresses and reconstructs features for unsupervised learning.
  • CNN captures spatial and frequency patterns in spectrograms.
  • LSTM models the temporal dynamics in musical sequences.
  • TCN

The performance of each architecture is compared to identify the most effective approach for accurate and robust music genre classification.

AutoEncoder:

AutoEncoder-ezgif com-video-to-gif-converter

CNN:

LSTM:

TCN:

About

This project classifies songs from the GTZAN Music Genre Dataset using deep learning models — AutoEncoder, CNN, LSTM, and Transformer — each trained separately to analyze and compare their performance in music genre classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors