1st ML Project,
here, I learned how to train a neural network using tensorflow and keras, to classify audio samples obtained from MARSYAS's genre collection dataset.
obtain dataset from https://www.kaggle.com/datasets/andradaolteanu/gtzan-dataset-music-genre-classification?resource=download
- Multilayer Perceptron (MLP)
- Convoluted Neural Network (CNN)
- Reoccurent Neural Network - Long Short Term Memory (RNN-LSTM) Network
+ my interpretations of the plotted graphs.
+ features I implemented/explored on my own, in addition to what was taught in the tutorial.