博碩士論文 103522020 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:26 、訪客IP:54.205.179.155
姓名 李彣龍(Wen-Long Lee)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 應用大數據分析開發適性化學習路徑推薦系統
(Applying Big Data analytics to develop an adaptive learning path recommendation system)
相關論文
★ 應用智慧分類法提升文章發佈效率於一企業之知識分享平台★ 家庭智能管控之研究與實作
★ 開放式監控影像管理系統之搜尋機制設計及驗證★ 資料探勘應用於呆滯料預警機制之建立
★ 探討問題解決模式下的學習行為分析★ 資訊系統與電子簽核流程之總管理資訊系統
★ 製造執行系統應用於半導體機台停機通知分析處理★ Apple Pay支付於iOS平台上之研究與實作
★ 應用集群分析探究學習模式對學習成效之影響★ 應用序列探勘分析影片瀏覽模式對學習成效的影響
★ 一個以服務品質為基礎的網際服務選擇最佳化方法★ 維基百科知識推薦系統對於使用e-Portfolio的學習者滿意度調查
★ 學生的學習動機、網路自我效能與系統滿意度之探討-以e-Portfolio為例★ 藉由在第二人生內使用自動對話代理人來改善英文學習成效
★ 合作式資訊搜尋對於學生個人網路搜尋能力與策略之影響★ 數位註記對學習者在線上學習環境中反思等級之影響
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 隨著雲端運算技術的成熟,數位學習利用其優點發展出各種應用。其中大規模開放式線上課程以及開放教育資源提供了豐富的教學資源,然而過多的教學資源將會造成資訊過載的問題,以及不適當教學資源結構所產生的學習迷失,學生無法決定該從何處學習、如何學習。因此可以利用知識地圖呈現知識架構來解決學習迷失,以及使用推薦系統幫助學生選擇適合的教學資源來解決資訊過載的問題。
本研究應用了目前熱門的大數據分析技術開發了適性化學習路徑推薦系統,使用Spark on Yarn的運算框架來建置分析環境。透過網路爬蟲收集教學資源、知識架構與專家詞庫,藉由教育專家詞庫中擷取教學資源的特徵,利用頻繁樣式探勘演算法建立關聯規則找出教學資源之關聯性。結合分類演算法分析教學資源的單元與難度,使得教學資源的關聯具有順序性。最後將分析結果使用知識地圖的方式視覺化的呈現在系統的Web端介面,並在知識地圖上規劃基本學習路徑提供學生參考。隨著學生使用紀錄、學習行為的資料逐漸增加,系統使用循序樣式演算法分析適合學生學習的路徑,達到適性化學習路徑的推薦。
本研究收集了「LearnMode學習吧」線上學習平台的國小數學教學影片,在沒有教育專家的幫助下,經過系統分析計算自動關聯在一起。透過資料視覺化產生知識地圖,使得學生容易發現教學影片之間的相關性。分析學生在系統上的使用歷程,並在知識地圖上推薦適合學生學習的路徑。本系統利用Chrome瀏覽器的plugin作為系統接口,強化「LearnMode學習吧」的功能,解決其學習迷失以及資訊負載的問題。
摘要(英) In recent year, E-Learning uses Cloud Computing techniques to develop a variety of applications. Massive Open Online Courses and Open Education Resource provide a wealth of education resource. However, too many resources will lead to information overload. The inappropriate structure of E-Learning will cause learning disorientation and students are not easy to know where to learn and how to learn. Therefore, this research uses knowledge map and adaptive learning path to solving these problems. This research applies the popular technology of Big Data analytics to develop an adaptive learning path recommendation system. The system builds analysis environment with Spark on Yarn. Using the Web crawler to collect resources, knowledge structure, and expert vocabulary. This research combined with Frequent Pattern and Naive Bayes classifier to automatically establish the association of learning resource without the assistance of education expert. The analysis results are visualized and presented on the Web-based system. The Web-based system records the interaction log for each learner on the knowledge map. Through the sequential pattern mining to find out learner’s learning path. In addition, the system enhanced LearnMode by Chrome plugin. The research results show that applying Big Data analytics to develop an adaptive learning path recommendation system, and achieve adaptive learning and help learners to solve information overload and learning disorientation on LearnMode.
關鍵字(中) ★ 大數據分析
★ 適性化數位學習
★ 知識地圖
★ 學習路徑
★ 關聯規則
★ 分類
★ 推薦系統
關鍵字(英) ★ Big Data analytics
★ adaptive E-Learning
★ knowledge map
★ learning path
★ association rule
★ classification
★ recommendation system
論文目次 摘要 I
ABSTRACT II
圖目錄 IV
表目錄 V
一、 緒論 1
二、 文獻探討 3
2.1 知識地圖(Knowledge Map) 3
2.2 學習路徑(Learning Path) 4
2.3 適性化數位學習(Adaptive E-learning) 4
2.4 推薦系統(Recommendation System) 5
三、 系統設計 7
3.1 系統環境 7
3.2 系統架構 11
3.3 資料收集 14
3.4 資料儲存 17
3.5 資訊萃取與分析 19
3.6.1 教材關聯分析 19
3.6.2 學習路徑分析 24
3.6 資訊應用 26
四、 實驗設計 29
五、 結果與討論 29
六、 結論與未來研究 33
七、 參考文獻 35
參考文獻 Adomavicius, G., & Tuzhilin, A. (2005). Toward the next generation of recommender systems: A survey of the state-of-the-art and possible extensions. IEEE transactions on knowledge and data engineering, 17(6), 734-749.
Agrawal, R., & Srikant, R. (1994, September). Fast algorithms for mining association rules. In Proc. 20th int. conf. very large databases, VLDB (Vol. 1215, pp. 487-499).
Barla, M., Bieliková, M., Ezzeddinne, A. B., Kramár, T., Šimko, M., & Vozár, O. (2010). On the impact of adaptive test question selection for learning efficiency. Computers & Education, 55(2), 846-857.
Biletskiy, Y., Wojcenovic, M., & Baghi, H. (2009). Focused crawling for downloading learning objects–an architectural perspective. Interdisciplinary Journal of E-Learning and Learning Objects, 5, 169-180.
Brusilovsky, P. (1998). Methods and techniques of adaptive hypermedia. In Adaptive hypertext and hypermedia (pp. 1-43). Springer Netherlands.
Brusilovsky, P., Eklund, J., & Schwarz, E. (1998). Web-based education for all: a tool for development adaptive courseware. Computer networks and ISDN systems, 30(1), 291-300.
Burke, R. (2007). Hybrid web recommender systems. In The adaptive web (pp. 377-408). Springer Berlin Heidelberg.
Chang, K. E., Sung, Y. T., & Chiou, S. K. (2002). Use of hierarchical hyper concept map in web-based courses. Journal of Educational Computing Research, 27(4), 335-353.
Chen, C. M. (2008). Intelligent web-based learning system with personalized learning path guidance. Computers & Education, 51(2), 787-814.
Chen, C. M. (2009). Ontology‐based concept map for planning a personalized learning path. British Journal of Educational Technology, 40(6), 1028-1058.
Chen, C. M., Lee, H. M., & Chen, Y. H. (2005). Personalized e-learning system using item response theory. Computers & Education, 44(3), 237-255.
Chen, M., Mao, S., & Liu, Y. (2014). Big data: a survey. Mobile Networks and Applications, 19(2), 171-209.
Chen, N. S., Wei, C. W., & Chen, H. J. (2008). Mining e-Learning domain concept map from academic articles. Computers & Education, 50(3), 1009-1021.
Chiou, C. C., Huang, H. S., & Hsieh, J. H. (2004). Applying hypermedia assisted concept maps to construct accounting inventory teaching material.Journal of National Taipei Teachers College, 17(2), 57-84.
Choi, H., & Varian, H. (2012). Predicting the present with Google Trends.Economic Record, 88(s1), 2-9.
Davenport, T. H., & Prusak, L. (1998). Working knowledge: How organizations manage what they know. Harvard Business Press.
De Smet, C., De Wever, B., Schellens, T., & Valcke, M. (2016). Differential impact of learning path based versus conventional instruction in science education. Computers & Education, 99, 53-67.
Dias, P., & Sousa, A. P. (1997). Understanding navigation and disorientation in hypermedia learning environments. Journal of educational multimedia and hypermedia, 6, 173-186.
García, E., Romero, C., Ventura, S., & de Castro, C. (2006, September). Using rules discovery for the continuous improvement of e-learning courses. InInternational Conference on Intelligent Data Engineering and Automated Learning (pp. 887-895). Springer Berlin Heidelberg.
González-Martínez, J. A., Bote-Lorenzo, M. L., Gómez-Sánchez, E., & Cano-Parra, R. (2015). Cloud computing and education: A state-of-the-art survey.Computers & Education, 80, 132-151.
Hall, R. H., Dansereau, D. F., & Skaggs, L. P. (1992). Knowledge maps and the presentation of related information domains. The Journal of Experimental Education, 61(1), 5-18..
Han, J., Pei, J., & Yin, Y. (2000, May). Mining frequent patterns without candidate generation. In ACM Sigmod Record (Vol. 29, No. 2, pp. 1-12). ACM.
Hicks, S. (2000). Evaluating e‐learning. Training and Development (Vol. 54 No. 12, December)
Howard, S. K., Ma, J., & Yang, J. (2016). Student rules: Exploring patterns of students’ computer-efficacy and engagement with digital technologies in learning. Computers & Education, 101, 29-42.
Huang, H. S., Chiou, C. C., Chiang, H. K., Lai, S. H., Huang, C. Y., & Chou, Y. Y. (2012). Effects of multidimensional concept maps on fourth graders’ learning in web-based computer course. Computers & Education, 58(3), 863-873..
Ives, B., & Hoy, C. (2003). Graphic organizers applied to higher–level secondary mathematics. Learning Disabilities Research & Practice, 18(1), 36-51.
Khan, S. (2012). The one world schoolhouse: Education reimagined. Twelve.
Khribi, M. K., Jemni, M., & Nasraoui, O. (2008, July). Automatic recommendations for e-learning personalization based on web usage mining techniques and information retrieval. In 2008 Eighth IEEE International Conference on Advanced Learning Technologies (pp. 241-245). IEEE.
Klašnja-Milićević, A., Vesin, B., Ivanović, M., & Budimac, Z. (2011). E-Learning personalization based on hybrid recommendation strategy and learning style identification. Computers & Education, 56(3), 885-899.
Kuo, R., Lien, W. P., Chang, M., & Heh, J. S. (2004). Analyzing problem′s difficulty based on neural networks and knowledge map. Educational Technology & Society, 7(2), 42-50.
L. Johnson, S. Adams, M. Cummins. NMC horizon report: 2012 higher education edition. Technical Report The New Media Consortium (2012)
Lee, J. H., & Segev, A. (2012). Knowledge maps for E-learning. Computers & Education, 59(2), 353-364.
Li, H., Wang, Y., Zhang, D., Zhang, M., & Chang, E. Y. (2008, October). Pfp: parallel fp-growth for query recommendation. In Proceedings of the 2008 ACM conference on Recommender systems (pp. 107-114). ACM.
Lin, C. F., Yeh, Y. C., Hung, Y. H., & Chang, R. I. (2013). Data mining for providing a personalized learning path in creativity: An application of decision trees. Computers & Education, 68, 199-210.
Lin, W., Alvarez, S. A., & Ruiz, C. (2002). Efficient adaptive-support association rule mining for recommender systems. Data mining and knowledge discovery, 6(1), 83-105.
Liu, B., Hsu, W., & Ma, Y. (1999, August). Mining association rules with multiple minimum supports. In Proceedings of the fifth ACM SIGKDD international conference on Knowledge discovery and data mining (pp. 337-341). ACM.
Liu, F. J., & Shih, B. J. (2007, December). Learning activity-based e-learning material recommendation system. In Multimedia Workshops, 2007. ISMW′07. Ninth IEEE International Symposium on (pp. 343-348). IEEE.
Mayer-Schönberger, V., & Cukier, K. (2014). Learning with big data: The future of education. Houghton Mifflin Harcourt.
Mooney, R. J., & Roy, L. (2000, June). Content-based book recommending using learning for text categorization. In Proceedings of the fifth ACM conference on Digital libraries (pp. 195-204). ACM.
O′donnell, A. M., Dansereau, D. F., & Hall, R. H. (2002). Knowledge maps as scaffolds for cognitive processing. Educational psychology review, 14(1), 71-86.
Pazzani, M. J. (1999). A framework for collaborative, content-based and demographic filtering. Artificial Intelligence Review, 13(5-6), 393-408.
Pazzani, M. J., & Billsus, D. (2007). Content-based recommendation systems. In The adaptive web (pp. 325-341). Springer Berlin Heidelberg.
Perugini, S., Gonçalves, M. A., & Fox, E. A. (2004). Recommender systems research: A connection-centric survey. Journal of Intelligent Information Systems, 23(2), 107-143.
Quinlan, J. R. (1986). Induction of decision trees. Machine learning, 1(1), 81-106.
Resnick, P., & Varian, H. R. (1997). Recommender systems. Communications of the ACM, 40(3), 56-58.
Romero, C., & Ventura, S. (2007). Educational data mining: A survey from 1995 to 2005. Expert systems with applications, 33(1), 135-146.
Romero, C., Ventura, S., Pechenizkiy, M., & Baker, R. S. (Eds.). (2010). Handbook of educational data mining. CRC Press.
Romero, C., Ventura, S., Zafra, A., & De Bra, P. (2009). Applying Web usage mining for personalizing hyperlinks in Web-based adaptive educational systems. Computers & Education, 53(3), 828-840.
Rokach, L., & Maimon, O. (2014). Data mining with decision trees: theory and applications. World scientific.
Rosenberg, M. J. (2001). E-learning: Strategies for delivering knowledge in the digital age (Vol. 3). New York: McGraw-Hill
Ruiz-Calleja, A., Vega-Gorgojo, G., Asensio-Pérez, J. I., Bote-Lorenzo, M. L., Gómez-Sánchez, E., & Alario-Hoyos, C. (2012). A Linked Data approach for the discovery of educational ICT tools in the Web of Data. Computers & Education, 59(3), 952-962.
S. Marston, Z. Li, S. Bandyopadhyay, J. Zhang, A. Ghalsasi. Cloud computing – the business perspective. Decision Support Systems, 51 (1) (2011), pp. 176–189
Salehi, M., & Kmalabadi, I. N. (2012). A hybrid attribute–based recommender system for e–learning material recommendation. IERI Procedia, 2, 565-570.
Salehi, M., Kmalabadi, I. N., & Ghoushchi, M. B. G. (2012). A new recommendation approach based on implicit attributes of learning material. IERI Procedia, 2, 571-576.
Savasere, A., Omiecinski, E. R., & Navathe, S. B. (1995). An efficient algorithm for mining association rules in large databases.
Schafer, J. B., Frankowski, D., Herlocker, J., & Sen, S. (2007). Collaborative filtering recommender systems. In The adaptive web (pp. 291-324). Springer Berlin Heidelberg.
Shaw, R. S. (2010). A study of learning performance of e-learning materials design with knowledge maps. Computers & Education, 54(1), 253-264.
Shute, V., & Towle, B. (2003). Adaptive e-learning. Educational Psychologist, 38(2), 105-114.
Van Seters, J. R., Ossevoort, M. A., Tramper, J., & Goedhart, M. J. (2012). The influence of student characteristics on the use of adaptive e-learning material. Computers & Education, 58(3), 942-952.
Verbert, K., Ochoa, X., Derntl, M., Wolpers, M., Pardo, A., & Duval, E. (2012). Semi-automatic assembly of learning resources. Computers & Education, 59(4), 1257-1272.
Wang, P. Y., & Yang, H. C. (2012). Using collaborative filtering to support college students’ use of online forum for English learning. Computers & Education, 59(2), 628-637.
指導教授 楊鎮華(Stephen J.H. Yang) 審核日期 2016-7-22
推文 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聯絡  - 隱私權政策聲明