forked from Cmxu/cse517a_example_application_project
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mbabbott edited this page Mar 28, 2018
·
4 revisions
Our goal with this project is to use machine learning to identify whether a musical piece is in the key of D major or G major, given a MIDI transcription of that piece. We chose these particular keys because most of the pieces we were able to find in MIDI format were in D major or G major. The way we read such transcriptions and handle our data is explained in the data section. We use multiple machine learning methods to determine which key is correct for a given piece, see the milestone pages for details.