博碩士論文 107423061 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:35 、訪客IP:3.139.239.18
姓名 連國佑(Guo-You Lian)  查詢紙本館藏   畢業系所 資訊管理學系
論文名稱 電腦遊戲評量之擇優推薦系統
(A selected recommender system based on computer game evaluation)
相關論文
★ 探討國內田徑競賽資訊系統-以103年全國大專田徑公開賽資訊系統為例★ 生物晶片之基因微陣列影像分析之研究
★ 台灣資訊家電產業IPv6技術地圖與發展策略之研究★ 台灣第三代行動通訊產業IPv6技術地圖與發展策略之研究
★ 影響消費者使用電子書閱讀器採納意願之研究★ 以資訊素養映對數位學習平台功能之研究
★ 台商群聚指標模式與資料分析之研究★ 未來輪輔助軟體發展之需求擷取研究
★ 以工作流程圖展現未來研究方法配適於前瞻研究流程之研究★ 以物件導向塑模未來研究方法配適於前瞻研究之系統架構
★ 應用TRIZ 探討核心因素 建構電子商務新畫布★ 企業策略資訊策略人力資源管理策略對組織績效的影響
★ 採用Color Petri Net方法偵測程式原始碼緩衝區溢位問題★ 簡單且彈性化的軟體代理人通訊協定之探討與實作
★ 利用分析層級程序法探討台灣中草藥製造業之關鍵成功因素★ 利用微陣列資料分析於基因調控網路之建構與預測
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) Steam平台內,擁有超過3萬多個遊戲,這些眾多推出的遊戲,而難以選擇符合自身喜好的遊戲,因此消費者若要尋找符合興趣喜好的遊戲,則需花費更多的時間進行查找。若能開發有效的推薦系統,更能使消費者容易觸及到符合各自喜好的遊戲,吸引消費者進行消費。
本研究以steam平台資料集,結合傳統以使用者為基礎(user-based)推薦方式如:以雅卡爾相似度進行評分預測的協同過濾方法,以及以模型為基礎(model-based)推薦方式如:奇異值分解(SVD)、非負矩陣分解(NMF)兩方法,設計實作一電腦遊戲評量之擇優推薦系統。
藉由將原始資料集進行資料前處理,組合成使用者評分矩陣,以符合後續研究使用,再將評分矩陣對兩模型進行運算與訓練,並以擇優的方式將兩模型的預測進行不同程度的結合與實驗,產生混合的推薦結果。實驗一提出一擇優方式,在兩模型間選擇較好的組合,以此對使用者進行推薦。而在實驗二,改進了實驗一的擇優方式,對原先的擇優方式與判斷標準進行改良,發現實驗二的結果與實驗一整體結果相差不大,然實驗二所提出之方式卻更能讓使用者接觸到那些未曾接觸的遊戲。
摘要(英) here are more than 30,000 games on the Steam platform. These numerous games make it difficult for users to choose games that match their own preferences. Therefore, user need to spend more time to find games that match their preferences. If we can develop an effective recommendation system, user can easily reach games which users are interested in and also attract user to purchase.
This study uses the steam platform dataset, combined with traditional user-based and model-based recommendation methods such as singular value decomposition (SVD) and non-negative matrix decomposition (NMF) method, designed and implement a selected recommender system based on computer game evaluation.
For the use of research, we pre-processing the original data set, combining into user scoring matrix. Then the scoring matrix is used to train the two models, and the predictions of the two models are combined and selected optimized by different degrees of criteria. The last combined predictions produces mixed recommendation results. In the first experiment, we propose a method of choosing the best combination between the two models, so as to recommend the user. In the second experiment, we improved the method of first experiment, improved the original method and standard, and found that the result of second experiment was not much different from the overall result of first experiment, but the method proposed in second experiment allows users to access games that have not been touched.
關鍵字(中) ★ 推薦系統
★ 雅卡爾相似度
★ 矩陣分解
★ 協同過濾
★ 混合式推薦系統
關鍵字(英)
論文目次 論文摘要 i
Abstract ii
目錄 iii
圖目錄 vi
表目錄 viii
第1章、 緒論 1
1.1 研究背景 1
1.2 研究動機 2
1.3 研究目的 2
1.4 論文架構 3
第2章、 文獻探討 4
2.1 協同過濾推薦系統 4
2.1.1 以內容為基礎推薦系統 4
2.1.2 以模型為基礎推薦系統 5
2.1.3 混合式推薦系統 6
2.2 相似度計算 7
2.2.1 餘弦相似性 7
2.2.2 簡單匹配係數 7
2.2.3 雅卡爾相似係數 8
2.3 矩陣分解 10
2.3.1 奇異值分解 10
2.3.2 非負矩陣分解 10
2.4 評估指數 10
2.4.1 均方誤差 10
2.4.2 均方根誤差 11
2.4.3 平均絕對誤差 11
第3章、 研究方法 12
3.1 研究流程 12
3.2 步驟一 : 資料前處理 13
3.2.1 使用者評分 13
3.3 步驟二 : 產生用戶評分矩陣 15
3.4 步驟三 : 計算相似度矩陣 15
3.4.1 以使用者為基礎相似度矩陣 16
3.4.2 以模型為基礎矩陣分解 16
3.5 步驟四:產生推薦內容 17
3.6 α值測定與擇優標準測定 18
3.7 訓練奇異值分解模型、非負矩陣分解模型 23
3.7.1 訓練奇異值分解模型 23
3.7.2 訓練非負矩陣分解模型 24
3.8 模型比較 24
3.9 擇優推薦系統流程圖 24
第4章、 實驗結果 26
4.1 資料彙整 26
4.2 以使用者為基礎之相似度計算結果 30
4.3 以模型為基礎之模型訓練結果 32
4.3.1 奇異值分解模型訓練結果 32
4.3.2 非負矩陣分解模型訓練結果 33
4.4 擇優方式實驗結果 34
4.4.1 實驗一 34
4.4.2 實驗二 41
第5章、 結論 49
5.1 結論與貢獻 49
5.2 研究限制 50
5.3 未來研究發展與建議 50
參考文獻 51
參考文獻 參考文獻

Albatayneh, N. A., Ghauth, K. I., & Chua, F.-F. (2018). Utilizing learners’ negative ratings in semantic content-based recommender system for e-learning forum. Journal of Educational Technology & Society, 21(1), 112-125.
Anwar, T., & Uma, V. (2019). MRec-CRM: Movie Recommendation based on Collaborative Filtering and Rule Mining Approach. Paper presented at the 2019 International Conference on Smart Structures and Systems (ICSSS).
Balabanović, M., & Shoham, Y. (1997). Fab: content-based, collaborative recommendation. Communications of the ACM, 40(3), 66-72.
Brand, M. (2002). Incremental singular value decomposition of uncertain data with missing values. Paper presented at the European Conference on Computer Vision.
Burke, R. (2002). Hybrid recommender systems: Survey and experiments. User modeling and user-adapted interaction, 12(4), 331-370.
Chai, T., & Draxler, R. R. (2014). Root mean square error (RMSE) or mean absolute error (MAE)? GMDD, 7(1), 1525-1534.
Cueto, P. F., Roet, M., & Słowik, A. (2019). Completing partial recipes using item-based collaborative filtering to recommend ingredients. arXiv preprint arXiv:1907.12380.
Gu, Q., Zhou, J., & Ding, C. (2010). Collaborative filtering: Weighted nonnegative matrix factorization incorporating user and item graphs. Paper presented at the Proceedings of the 2010 SIAM international conference on data mining.
He, C., Li, H., Fei, X., Tang, Y., & Zhu, J. (2015). A topic community-based method for friend recommendation in online social networks via joint nonnegative matrix factorization. Paper presented at the 2015 Third International Conference on Advanced Cloud and Big Data.
Ji, H., Li, J., Ren, C., & He, M. (2013). Hybrid collaborative filtering model for improved recommendation. Paper presented at the Proceedings of 2013 IEEE International Conference on Service Operations and Logistics, and Informatics.
Kang, W.-C., & McAuley, J. (2018). Self-attentive sequential recommendation. Paper presented at the 2018 IEEE International Conference on Data Mining (ICDM).
Kaššák, O., Kompan, M., & Bieliková, M. (2016). Personalized hybrid recommendation for group of users: Top-N multimedia recommender. Information Processing & Management, 52(3), 459-477.
Kim, J. K., & Cho, Y. H. (2003). Using Web usage mining and SVD to improve e-commerce recommendation quality. Paper presented at the Pacific Rim International Workshop on Multi-Agents.
Lee, D. D., & Seung, H. S. (2001). Algorithms for non-negative matrix factorization. Paper presented at the Advances in neural information processing systems.
Lekakos, G., & Caravelas, P. (2008). A hybrid approach for movie recommendation. Multimedia tools and applications, 36(1-2), 55-70.
Nguyen, H. V., & Bai, L. (2010). Cosine similarity metric learning for face verification. Paper presented at the Asian conference on computer vision.
Pal, A., Parhi, P., & Aggarwal, M. (2017). An improved content based collaborative filtering algorithm for movie recommendations. Paper presented at the 2017 tenth international conference on contemporary computing (IC3).
Pathak, A., Gupta, K., & McAuley, J. (2017). Generating and personalizing bundle recommendations on steam. Paper presented at the Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval.
Pazzani, M. J., & Billsus, D. (2007). Content-based recommendation systems. In The adaptive web (pp. 325-341): Springer.
Sano, N., Machino, N., Yada, K., & Suzuki, T. (2015). Recommendation system for grocery store considering data sparsity. Procedia Computer Science, 60, 1406-1413.
Su, X., Greiner, R., Khoshgoftaar, T. M., & Zhu, X. (2007). Hybrid collaborative filtering algorithms using a mixture of experts. Paper presented at the IEEE/WIC/ACM International Conference on Web Intelligence (WI′07).
Sunitha, M., & Adilakshmi, T. (2018). Music Recommendation System with User-Based and Item-Based Collaborative Filtering Technique, Singapore.
Tewari, A. S., Kumar, A., & Barman, A. G. (2014). Book recommendation system based on combine features of content based filtering, collaborative filtering and association rule mining. Paper presented at the 2014 IEEE International Advance Computing Conference (IACC).
Thorat, P. B., Goudar, R., & Barve, S. (2015). Survey on collaborative filtering, content-based filtering and hybrid recommendation system. International Journal of Computer Applications, 110(4), 31-36.
Vaidhehi, V., & Suchithra, R. (2019). An Enhanced Approach Using Collaborative Filtering For Generating Under Graduate Program Recommendations. Paper presented at the 2019 Second International Conference on Advanced Computational and Communication Paradigms (ICACCP).
Vaz, P. C., Martins de Matos, D., Martins, B., & Calado, P. (2012). Improving a hybrid literary book recommendation system through author ranking. Paper presented at the Proceedings of the 12th ACM/IEEE-CS joint conference on Digital Libraries.
Verstrepen, K., Bhaduriy, K., Cule, B., & Goethals, B. (2017). Collaborative filtering for binary, positiveonly data. ACM SIGKDD Explorations Newsletter, 19(1), 1-21.
Volkovs, M., & Yu, G. W. (2015). Effective latent models for binary feedback in recommender systems. Paper presented at the Proceedings of the 38th international ACM SIGIR conference on research and development in information retrieval.
Wan, M., & McAuley, J. (2018). Item recommendation on monotonic behavior chains. Paper presented at the Proceedings of the 12th ACM Conference on Recommender Systems.
Wang, L., Meng, X., Zhang, Y., & Shi, Y. (2010). New approaches to mood-based hybrid collaborative filtering. Paper presented at the Proceedings of the workshop on context-aware movie recommendation.
Willmott, C. J., & Matsuura, K. (2005). Advantages of the mean absolute error (MAE) over the root mean square error (RMSE) in assessing average model performance. Climate research, 30(1), 79-82.
Zhang, S., Yao, L., & Xu, X. (2017). AutoSVD++ An Efficient Hybrid Collaborative Filtering Model via Contractive Auto-encoders. Paper presented at the Proceedings of the 40th International ACM SIGIR conference on Research and Development in Information Retrieval.
指導教授 薛義誠(Yih-Chearng Shiue) 審核日期 2020-7-17
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明