设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>文科论文 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
Music recommendation system based on a personalized label model
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

1Introduction
Along with the development of World Wide Web, millions of free online music
makes it hard for people to find out what they like manually. The recommendersystems provide a widely adopted solution to the information overload problem,and can automatically help people to decide what to listen.
The current music recommendation technologies mainly fall into two cate-
gories: content-based filtering [1] and collaborative filtering [2]. Content-based filtering technology analyzes the similarity between users or items by the meta-data, such as user profiles and music acoustic features. In contrast, collaborativefiltering technology analyzes the similarity between users or items by users’ past behaviors, no requiring domain knowledge. The Latent factor models like ma-
trix factorization (MF) and the neighborhood model are typical approaches in collaborative filtering. They found the relationships between users and items by analyzing users’ listening histories. Besides, there are other new techniques, such as LDA methods [3] and graph-based models [4].
Though the traditional recommenders can effectively predict which song a user likes, they can hardly make an understandable explanation why they do these recommends, and difficultly answer the question of what kind music a user likes or unlike
In this paper, a personalized tag model was proposed for music recommenda-
tion. The music’s metadata was replaced with the social tags to represent songs.Here, the social tags are keywords generated by internet users on a platform and they are used to describe and categorize an object, concept or idea. As they are originally created by users’ own way, they contain meaningful concepts to users.Furthermore, a song’s top tags are the most popular ones which are attached by the users on this platform, so that they can stand for the social opinion to songs. Comparing with the audio features, such as pitch and tempo, social tags can better classify and label resource, besides they can make the recommender more understandable. Moreover, the tags were weighted on the perspective of statistic analysis of each user’s implicit feedbacks to build each user’s person-alized tag model. On the LastFm dataset, experiments demonstrate that the
proposed method can outperform the traditional content-based method in both rating and ranking prediction.
The remainder of this paper is organized as follows. Section 2 introduces prior work related to this paper. Then the details of the proposed method are presented in Section 3. In Section 4, experiments are discussed, followed by conclusion and future work in Secti on 5.
2Related Work In this section, some of research works related to tag-based music recommender systems are presented. The methods which recent research papers apply in tag-based music recommendation can be classified into two categories. One way is to use tag data as content information to compute users or items similarity. For examples, Bosteels et al. [5] used social top tags to calculate similarity values between listened songs and candidate songs, and then used those values as the fuzzy relationship degrees to compare performance of some different heuristics. It can reduce the predicting failure rate comparing with the method in [6], which used the audio-based similarity. The main difference between the proposed method and [5] is that the tags’ weights were equal in [5] but in the proposed method tags were assigned with different weights according to their frequency in the collected tags. Kim [7] assigned weight to tags according to the intensity of tag’s emotion which was judged by the SentiWordNet [8], after then, user profiles using the weighted tags were generated and a user-based collaborative filtering algorithm was executed. The main barrier in [7] is the sparsity problem as the tags each user assigned to a song are very poor. The other way is to make use of the tag data to build recommend models. For example, Zhang et al. [9] proposed a random walk model, which was based on Page Rank liked random walks among the user-item, user-tag and item-tag bipartite graphs. Besides, it also made use of the tag information to build item graphs and user graphs based on a probabilistic method. As it applied random walks on ternary interaction graphs to capture transitive associations between users and items, the sparsity problem had been alleviated but it brought the huge time consumption on building graphs and searching. Hariri et al. [10] proposed a LDA model to predict what topics next song contains. In that paper, the tag data was used to establish the topic modeling module. Each song was represented as a set of topics. By matching the current topic sequence  with history frequent topic sequential pattern, the next topics were found. Then songs which contain these topics were recommended. The main problem is that the recommender’s performance relies on the number of LDA topics, so that different settings result in different frequent sequential patterns and affect the recommendation performance. Taramigkou et al. [3] also used the LDA model, the difference is the tags are artists’ tags which are assigned by users. Then a users graph was build and the weights of edges were assigned using the cosine similarity between topic vectors generated for each user by LDA model. Finally, the Dijkstra algorithm [11] was used as a graph search approach to recommend a list of artists. But all these mentioned models didn’t do a good job of explaining why the song is recommended, and answering the
question what users like or unlike. In this paper, those weighted tags are straightly used to form users’ profiles. The greater weight the tag has, the more a user like the tag, vice versa.
3The Proposed Method Give the history logs which contain songs that have been listened previously by users, each user’s music taste can be established by analyzing these logs. This paper uses social tagging web sites to retrieve each song’s top tags and use these tags as features to build up users’ personalized tag model. Then for a given user, a list of songs which are close match with his/her tag model will be recommended. This section first presents the format of users’ listening logs from LastFm website, and the method of capturing extra information for each entry. Then these complementary logs are used to analysis users’ behaviors. At last, the personalized tag model for music recommendation is presented. 3.1 Acquiring the Extra Information The logs is formatted one entry per line as follows: userid \ timestamp \ musicbrainz-artist-id\ artist-name\ musicbrainz-track-id \ track-name. The timestamp was the moment when a user started this track. The musicbrainz-artist-id and musicbrainz-track-id are MusciBrainz Identifiers (MBIDs),1 an MBID is a 36 character Universally Unique Identifier that is permanently assigned to each entity in the MusicBrainz database. For example, the artist Adele has an artist MBID of cc2c9c3c-b7bc-4b8b-84d8-4fbd8779e493, and her song Best for Last has a recording MBID of 84c00aff-b2cf-4bf7-a2e3-9460820efb03. The aim of MusicBrainz is to be the universal lingua franca for music by providing a reliable
and unambiguous form of music identification. So if the logs’multi-entries have the same musicbrainz-track-id, then it means they are the same track objects, and different musicbrainz-track-ids mean different track objects. Having these musicbrainz-track-ids, the duration and top5 tags of each track in the users’ history logs can be got by using the method named track.getinfo, which is provided by the LastFm API. This extra information is very important, and it will be combined with the original logs to analysis users’ behaviors and establish each user’s personalized tag model in the following sections. 3.2 Analysis of Users’ Behaviors To capture users’ music bias, it is necessary to find the implicit feedbacks through looking inside the logs. The proposed method is based on a simplistic assumption that a user like a song if he continuously repeated it, and a user dislike a song if he skipped it several times. Despite once skip didn’t infer dislike, you skipped a special song many times may infer you dislike it. The main goal of this subsection is to present the key method of finding out such behaviors. Supposing you listen to the songs like this: there are some buttons which can be used to control the music player to “play next”, “play back”, and when you started a song the timestamp and its’ mbid was recorded in the log. At the beginning, you listened to two songs and during this time you didn’t press any button. Then, you listened to the third one but in the half way you pressed the “play next” button
because you felt it’s not good. After that, you completely finish listening to the fourth one and found this song is very fit for you, so you pressed the “play back” button in order to re-listen it, after listening it twice you closed the player. During this procedure five entries were wrote into the log, which can be simply formatted as follows: Session 1={⟨ t1,m1⟩,⟨t2,m2⟩,⟨t3,m3⟩,⟨t4,m4⟩,⟨t5,m4⟩}. One tuple stands for one entry, and the notations are defined in Table 1. All tuples are in chronological order. What we need to do is to find out the “play next”, “play back” actions in this session. An algorithm was proposed: 1. Step 1, calculate the length of each song played. As the timestamp is the start moment, so p1=t2-t1; 2. Step 2, compare the length with song’s duration. If you pressed “play next”, then length
3. Repeating, it means in one session the user u continuously plays the track i. It corresponds to “play back”, and is marked as “Repeat” The commonly used notations for this work are displayed in Table 1.Two main functions are the length’s calculation of each entry in the logs heard, and the method to find repeating behavior. They are defined as follows:
In Algorithm.1 the purpose of line 6-9 is to calculate the length of each song had been listened. The purpose of line 13-14 is to find the Repeating behavior, and mark it “Repeat”. The purpose of line 15-16 is to find the Skipping behavior, and mark it “Skip”. The purpose of line 17-18 is to find the Shuffling behavior, and mark it “Normal”. The purpose of line 23 is to add these marks into user’s original datasets. 3.3 The Proposed Model As it was mentioned in section 3.1, the extra information of top tags will be used in the proposed model. The reason for choosing these tags is that they not only describe various features of the songs including genre, artist name and era, but also describe users’ attitudes toward the songs, such as sadness, mellowness, and so on. Although people may have different opinions about songs, top tags with frequency above a minimum threshold capture the social opinion about each song. These features can often be very helpful in explaining the commonalities in a set of songs selected by a user. Table 2 shows a set of songs’ top tags as example.
Genres like “jazz”, eras like “90s” ,artists likes “u2”, mood likes “mellow” can be found in the Table 2. Using these top tags, more diverse and deeper factors can be found, and the recommender can be more precise and understandable. To build the proposed model, all the songs’ top tags were collected in skip set, repeat set, and normal set respectively. After getting rid of the same tags, weights were assigned to them according to frequency. Marking a user u’s  skip tags set, repeat  tags set and normal tags set as ULT , LT and NT respectively, the function to compute weight is: Where $ ti∈{iT∩ULT} score(ti|u, ULT ) is the accumulated weight of tags in both of iT and ULT ,
we treat this value as the possible degree of user u hate this candidate song i. Where $ ti∈{iT∩LT}
score(ti|u, LT ) is the possible degree of user u like this song i, and $ ti∈{iT∩NT} score(ti|u, NT )
is the possible degree of user u neither hate nor like this song i. In Algorithm.2 the purpose of line 3-5 is to remove the same tags in intersections. The purpose of line 7 is to assign weight to tags. The purpose of line 8 is to establish user’s personalized tag model. Based on the user’s personalized tag model, the predicted score of a candidate song can be calculated using the function (7). The higher the song’s score is, the more the user like it, vice versa.
4Experimentations 4.1 Dataset The public dataset (Last.fm Dataset-1K users) 2 from the website of Music Recommendation Datasets for Research was chosen to evaluate the proposed method in this paper. This dataset contains the whole listening habits during May, 5th 2009 to May 2010 for 992 users. The total number of records is 19,150,868. Each entry includes “userid”, “timestamp”, “artid”, “artname”, “trackid” and “trackname”, and there have 961,416 unique trackids. 4.2 Evaluation Measures To evaluate the proposed model, two different kinds of evaluation metric are chosen. One is the rating prediction, and the other is the traditional top-K recommendation evaluation metric. The recent 1/11 entries of each user’s records are chosen as test set, and the remaining as training set. The first task of this recommender is to predict whether the user u will repeat/skip/normal play the track i in test set according to its’ predict score which is produced by u’s personalized tag model. Then counted how many times it does the right decision. More formally, each user corresponds to a (R, S, N, rr, ss, nn) tuple, where R, S and N are the sets of repeated, skipped and normal played songs by the user, respectively. And “rr” means this repeated song is judged to be repeated, and it’s a correct judgment, and the same to“ss”and “nn”. Then the hit rate of repeated songs is Hit(R) = ! ! rr |R|, the hit rate of skipped songs is Hit(S) = ! ! ss |S| , and the hit rate of normal played songs is Hit(N) = ! ! nn |N| . The overall hit rate is Hit = ! ! (rr+ss+nn) (|R|+|S|+|N|) . The second task of our recommender
is to rank the songs in test set according to the predicted scores, then recommend top-K songs to the user. We compute the precision and recall of top-K recommendations as follows:
4.3 Performance Comparison In this section, the proposed model and the Fuzzy theory method [5] are compared to evaluate whether the weighted tags can improve the recommender’s performance when compared with the unweighted tags. Tracks were considered skipped when the user listened to less than 50% of them.For the listening session segmentation, we let the songs to be in the same session, if the user’s inactive intervals between adjacent songs are less than 1 hour, which refer to Xiang et al. [12]. And the parameters such as α, β, γ are determined experimentally. In this experiment we set α = 1, β = −1, γ = 0.5. First Task Result. After getting song i’s predicted score , do the judgments as follow: 1) song i will be skipped, if r"ui < −|threshold|. 2) song i will be repeated, if r"ui > |threshold|. 3) song i will be normal played, if −|threshold| ≤ r"ui ≤ |threshold|. The threshold value is changed from 0 to 1 by step 0.05. In fuzzy theory method the skip hit rate is
8.5% and the overall hit rate is 94.78%. Fig. 1 shows the hit ratios of the proposed model for different threshold values. It can be found that along with the bigger value of threshold, both of the Hit(R) and Hit(S) decrease, and both of the Hit(N) and overall Hit increase. The reason of these phenomena is that the threshold divides user bias space into three areas. The bigger of threshold the larger of normal area, the smaller of repeat area and skip area. The best performance of overall hit rate is 91.73% when the threshold is 0.25, meanwhile the normal hit rate is 99.9%, the skipped hit rate is 9.02%, and the repeated hit rate is 1.91%. Comparing to the fuzzy theory method, the proposed approach do have significant improvement in the skip hit rate. It has a gain of 6.12% over the fuzzy model (8.5%), although the overall hit rate slightly reduces 3.22%. It indicates the proposed model can better identify what users unlike.
Second Task Result. The proposed model and the fuzzy theory method are compared in this section. The results are showed in Fig. 2. Here, the horizontal axis stands for different number of recommendations, and the three vertical axes stand for the value of recall, precision and F1-measure respectively. From Fig. 2, it could be observed that the proposed model is better than the fuzzy theory method in precision, recall and F1-measure. Specifically, the proposed Model achieves an average improvement in precision of 1.68% over the fuzzy method. And it achieves an average improvement in recall of 0.748% and an average improvement in F1-measure of 0.751% over the fuzzy method.
5Conclusion This paper proposes a simple and effective personalized tag model to mine users’ music bias. Due to the weighted tags, it can explain what user likes or unlike understandably as  the greater weight the tag has, the more the user like it, vice versa. Experiments conducted on the LastFm dataset show that the personalized tag model outperforms the traditional content-based model in recall, precision and F1-measure, and also has a big improvement in detecting skipping behavior. In the future, we plan to take the time into account to build a dynamic personalized tag model. Acknowledgments. This work is supported by the Natural Science Foundation Natural Science Foundation of China under Grant No.61070212 and 61003195, the Zhejiang Province Natural Science Foundation Natural Science Foundation of China under Grant No.Y1090114 and LY12F02006, the Zhejiang Province key industrial projects in the priority themes of China under
Grant No 2010C11050, the soft science research project of Hangzhou (No. 20130834M15).

  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
The characterist Design and Imple Autonomous Fruit
Mechatronics and Influence Resear DEPRESSION DETEC
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!