Abstract:
With the growth of music streaming, both for pleasure and other applications, such as
music therapy, being able to understand how music makes someone feel has increased in
importance. The goal of this study was twofold: first, create a machine learning model to predict
a subject’s emotional response to music; then integrate this trained model into an application that
can predict someone’s emotional response based on live data. Using support vector machines
(SVMs) as the basis of the machine learning model, a model was trained to recognize the correct
emotional response with 64% accuracy, and the model was successfully implemented into a
demonstration web application.