dbarrejon / chordRecognizer

Music chord recognizer implemented as a project for the subject 'Multimedia information processing'.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chordRecognizer

Music chord recognizer implemented as a project for the subject 'Multimedia information processing'.

This was the final project for the subject 'Multimedia information processing'. This chord recognizar is primarily focused on the recognition of guitar chords, since it has been trained with a data set of guitar chords created by the University of Liège.

What we did for this project was trying to recreate the results obtained in this paper.

Classification Algorithms

The classification algorithms we used were a k-nn classifier and a multi class svm. For the multiclass svm we applied cross-validation to optimize the sigma.

Authors

  • Daniel Barrejón Moreno - Daniel
  • Miguel Fernández Díaa - Miguel

License

This project is licensed under the MIT License - see the license.md file for details

Acknowledgments

  • Creators of the data set at Liège University.
  • Proffesors from Multimedia Information Processing.

About

Music chord recognizer implemented as a project for the subject 'Multimedia information processing'.

License:MIT License


Languages

Language:MATLAB 100.0%