政大機構典藏-National Chengchi University Institutional Repository(NCCUR):Item 140.119/124120
English  |  正體中文  |  简体中文  |  Post-Print筆數 : 27 |  全文筆數/總筆數 : 114501/145531 (79%)
造訪人次 : 53349047      線上人數 : 518
RC Version 6.0 © Powered By DSPACE, MIT. Enhanced by NTU Library IR team.
搜尋範圍 查詢小技巧:
  • 您可在西文檢索詞彙前後加上"雙引號",以獲取較精準的檢索結果
  • 若欲以作者姓名搜尋,建議至進階搜尋限定作者欄位,可獲得較完整資料
  • 進階搜尋
    政大機構典藏 > 商學院 > 統計學系 > 學位論文 >  Item 140.119/124120
    請使用永久網址來引用或連結此文件: https://nccur.lib.nccu.edu.tw/handle/140.119/124120


    題名: 應用Embedding於音樂播放推薦
    Application of embedding in music recommendation
    作者: 賴東昇
    Lai, Tung-Sheng
    貢獻者: 翁久幸
    Weng, Chiu-Hsing
    賴東昇
    Lai, Tung-Sheng
    關鍵詞: 推薦系統
    音樂推薦
    Embedding
    Recommendation
    日期: 2019
    上傳時間: 2019-07-01 10:43:21 (UTC+8)
    摘要: Embedding為一種學習出目標之向量表示的方法。透過類神經網路或其他模型架構,Embedding能學習出優良的向量表示,並被廣泛用於文字分析、社群網路、推薦系統等領域。本論文使用Word2vec與LINE兩種embedding方法,透過序列化之音樂播放紀錄學習出使用者與音樂之向量表示,並檢視其性質。接著,我們結合兩者,同時考慮使用者之長期偏好與當下播放歌曲之性質,將其用於使用者之下一首歌曲、演唱者預測,並取得了不錯的準確率。研究顯示embedding方法可用於學習序列化資料之資訊,除了能呈現音樂之間的相似關係外,亦可用於音樂推薦之任務中。
    Embedding is a method used for learning vector representation of target objects. With neural network or other model structure, embedding is able to learn well vector representation and is used in text analysis, social network, recommendation system and other fields. In this paper, we use two embedding method, Word2vec and LINE, along with music listening log data to learn the embedding of users and songs. We first show that the music embedding is able to preserve the genre similarity. Further, we combine user’s long term preference and current listening-session preference learned by embedding to conduct next n song and next n artist prediction. Result shows that embedding methods can be used in music recommendations.
    參考文獻: [1] http://www.cp.jku.at/datasets/LFM-1b/
    [2] M. Schedl. The LFM-1b Dataset for Music Retrieval and Recommendation. In Proceedings of the ICMR. 2016.
    [3] A. Poddar, E. Zangerle, and Y. Yang. #nowplaying-RS: A New Benchmark Dataset for Building Context-Aware Music Recommender Systems. In Proceedings of the Sound and Music Computing Conf. 2018.
    [4] T. Mikolov, K. Chen, G.Corrado, and J. Dean. Efficient Estimation of Word Representations in Vector Space. ICLR Workshop. 2013.
    [5] Q. Le, T. Mikolov. Distributed Representations of Sentences and Documents. In Proceedings of the ICML. 2014.
    [6] J. Tang, M. Qu, M. Wang, M. Zhang, J. Yan, and Q. Mei. Line: Large-scale Information Network Embedding. In Proceedings of the 24th International Conference on World Wide Web. 2015.
    [7] D. Wang, S. Deng, X. Zhang, and G. Xu. Learning Music Embedding with Metadata for Context Aware Recommendation. In Proceedings of the ICMR. 2016.
    [8] J. Tang and K. Wang. Personalized Top-n Sequential Recommendation Via Convolutional Sequence Embedding. In Proceedings of the WSDM. 2018.
    [9] H. Chen, B. Perozzi, R. Al-Rfou, and S. Skiena. A Tutorial on Network Embeddings. arXiv preprint arXiv:1808.02590. 2018.
    [10] B. Perozzi, R. Al-Rfou, and S. Skiena. Deepwalk: Online Learning of Social Representations. In Proceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining. 2014.
    [11] R. Salakhutdinov and A. Mnih. Probabilistic Matrix Factorization. In Advances in Neural Information Processing Systems, volume 20. 2008.
    [12] Y. Koren, R. Bell, and C. Volinsky. Matrix Factorization Techniques for Recommender Systems. IEEE Computer, 42(8):30–37, 2009.
    [13] Y. Hu, Y. Koren, and C. Volinsky. Collaborative Filtering for Implicit Feedback Datasets. In IEEE International Conference on Data Mining. 2008.
    [14] O. Barkan and N. Koenigstein. Item2vec: Neural Item Embedding for Collaborative Filtering. arXiv preprint arXiv:1603.04259. 2016.
    [15] M. Grbovic and H. Cheng. Real-time Personalization Using Embeddings for Search Ranking at Airbnb. In ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 2018.
    [16] H. Zamani, M. Schedl, P. Lamere, and C. Chen. An Analysis of Approaches Taken in the ACM RecSys Challenge 2018 for Automatic Music Playlist Continuation. arXiv preprint arXiv:1810.01520. 2018.
    [17] https://www.spotify.com/us/discoverweekly/
    [18] L. van der Maaten and G. Hinton. Visualizing High-Dimensional Data Using t-SNE. Journal of Machine Learning Research 9:2579-2605. 2008.
    [19] L. van der Maaten. Accelerating t-SNE Using Tree-based Algorithms. Journal of machine learning research. 2014.
    [20] O. Levy, Y. Goldberg, and I. RamatGan. Linguistic Regularities in Sparse and Explicit Word Representations. CoNLL-2014.
    [21] T. Bolukbasi, K. Chang, J. Zou, V. Saligrama, and A. Kalai. Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings. In Advances in Neural Information Processing Systems. 2016.
    [22] B. Hidasi, A. Karatzoglou, L. Baltrunas, and D. Tikk. Session-Based Recommendations with Recurrent Neural Networks. arXiv preprint arXiv:1511.06939. 2015.
    [23] Y. Kim. Convolutional neural networks for sentence classification. arXiv preprint arXiv:1408.5882. 2014.
    [24] https://en.wikipedia.org/wiki/Shoegazing#History
    [25] S. Rendle, C. Freudenthaler, and L. Schmidt-Thieme. Factorizing Personalized Markov Chains for Next-Basket Recommendation. In International Conference on World Wide Web. ACM, 811–820. 2010.
    [26] S. Zhang, L. Yao, and A. Sun. Deep Learning Based Recommender System: A survey and New Perspectives. arXiv preprint arXiv:1707.07435, 2017.
    [27] Z. Cheng, J. Shen, L. Zhu, M. Kankanhalli, and L. Nie. Exploiting Music Play Sequence for Music Recommendation. In Proceedings of the 26th International Joint Conference on Artificial Intelligence. 2017.
    [28] https://github.com/tangjianpku/LINE
    [29] R. R ̌ehu ̇r ̌ek and P. Sojka. Software Framework for Topic Modelling with Large Corpora. In LREC, 2010.
    [30] C. Chen, M. Tsai, Y. Lin, and Y. Yang. Query-based music recommendations via preference embedding. In Proceedings of the 10th ACM Conference on Recommender Systems, pages 79–82. ACM, 2016.
    描述: 碩士
    國立政治大學
    統計學系
    106354002
    資料來源: http://thesis.lib.nccu.edu.tw/record/#G0106354002
    資料類型: thesis
    DOI: 10.6814/NCCU201900087
    顯示於類別:[統計學系] 學位論文

    文件中的檔案:

    檔案 大小格式瀏覽次數
    400201.pdf1399KbAdobe PDF252檢視/開啟


    在政大典藏中所有的資料項目都受到原著作權保護.


    社群 sharing

    著作權政策宣告 Copyright Announcement
    1.本網站之數位內容為國立政治大學所收錄之機構典藏,無償提供學術研究與公眾教育等公益性使用,惟仍請適度,合理使用本網站之內容,以尊重著作權人之權益。商業上之利用,則請先取得著作權人之授權。
    The digital content of this website is part of National Chengchi University Institutional Repository. It provides free access to academic research and public education for non-commercial use. Please utilize it in a proper and reasonable manner and respect the rights of copyright owners. For commercial use, please obtain authorization from the copyright owner in advance.

    2.本網站之製作,已盡力防止侵害著作權人之權益,如仍發現本網站之數位內容有侵害著作權人權益情事者,請權利人通知本網站維護人員(nccur@nccu.edu.tw),維護人員將立即採取移除該數位著作等補救措施。
    NCCU Institutional Repository is made to protect the interests of copyright owners. If you believe that any material on the website infringes copyright, please contact our staff(nccur@nccu.edu.tw). We will remove the work from the repository and investigate your claim.
    DSpace Software Copyright © 2002-2004  MIT &  Hewlett-Packard  /   Enhanced by   NTU Library IR team Copyright ©   - 回饋