Building a Music Recommender with Deep Learning
mattmurray.net
Building a Music Recommender with Deep Learning
1–10 of 74 posts
Re: Building a Music Recommender with Deep Learning
#2Re: Building a Music Recommender with Deep Learning
#3Re: Building a Music Recommender with Deep Learning
#4Re: Building a Music Recommender with Deep Learning
#5The results are good though! Good work! :D
[1] http://twistedsifter.com/2013/01/hidden-images-embedded-into...
Re: Building a Music Recommender with Deep Learning
#6http://webcache.googleusercontent.com/search?q=cache:http://...
Re: Building a Music Recommender with Deep Learning
#7My first thought was to wonder how a LSTM would do. Once might think it would be a better representation for music? There's some models which use convolutional layers along with a LSTM for video representation (eg [1]) and it would be interesting to see if convolutions are useful for capturing similar themes of music.
I wonder if one could build a music embedding (word2vec style) and use similarities in the embedding space as recommendations? The obvious objective function would be skip-gram, but there might be more interesting objectives there too.
[1] https://github.com/loliverhennigh/Convolutional-LSTM-in-Tens...
Re: Building a Music Recommender with Deep Learning
#8Perhaps. But of course, this is likely to put the user literally into an "echo chamber" :)
Re: Building a Music Recommender with Deep Learning
#9The first step to analyze this is to make a confusion matrix, [1]. It would be nice if the article included it.