API: Music recommendation on Spotify based on tweets, is word2vec or doc2vec required?
问题 I want to design a recommendation system that recommends user songs based on their tweets that use the hashtag #nowplaying. Initially, I wanted to weigh down their tweets and analyze word by word and see if they've tweeted anything ABOUT certain songs, but it seems like that will be taking more time for me. Since I won't be analyzing each tweet, but rather just looking up for tweets that contain the hashtag, do I still need to use word2vec or doc2vec in this case? Just for reference, I will