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

摘 要
近年来,大数据引领的风潮不断向各大领域推进,推动了各个领域的发展和变革,教育领域也毫不例外地迈入了大数据时代。教育信息化的快速发展积累了大量的数据,而其中最为重要的就是考试成绩。因此,我们如何利用科学的方法对这些数据进行挖掘与分析,不断革新学生的学习模式、教师的教学模式以及教育政策制定的方法,这个问题引起了广大教育工作者们的关注。
目前,大部分学生成绩分析的研究方向一方面是基于关联规则算法展开的,另一方面是基于决策树算法展开的。尽管关联规则能够挖掘出课程之间的关联性,但是却没有考虑学生、教师自身等个性化因素对学生成绩造成的影响,因此关联规则得到的结果通常在个体分析时有失偏颇。而决策树算法虽然能够实现个体学生成绩的预测,但是由于没有考虑到个体学生的课程间的关联性,因而决策树算法得到的预测结果准确度不高。如果能结合关联规则和决策树两者的优势,弥补两者的劣势,就能实现高效的挖掘分析。
针对目前研究方向的缺陷,本文提出一种高效的关联规则和决策树组合算法,综合考虑学生课程间的关联性和学生、教师自身等个性化因素,以期提高学生成绩分析结果的准确性。
首先,本文基于本校信息与安全工程学院信管专业的学生课程成绩设计以学生成绩为主题的数据仓库,为后续的成绩分析提高可靠的数据支持。其次,利用关联规则算法挖掘分析课程间的关联性,并生成用于构造决策树的新属性。最后,通过信息增益率的思想将生成的新属性和原有属性构造成决策树, 实现学生成绩分析预测。
综上所述,本文提出的组合算法应用于学生成绩分析是可行的,其得到的分析预测结果更全面,个体课程成绩预测更为准确,具有一定的实用性。
关键词:数据挖掘;关联规则;决策树;成绩分析;数据仓库
Abstract
In recent years, the trend which big data leads has continued to advance in all major areas, promoting development and changes in various fields, and the educational field has entered the era of big data without exception. The rapid development of educational informatization has accumulated a large amount of data, and the most important one is the test scores. Therefore, how do we use scientific methods to mine and analyze these data, and constantly innovate students' learning modes, teachers' teaching modes, and educational policy-making methods? This issue has become the focus of educators.
At present, most of the research on student achievement data mining is based on association  rule algorithm or decision tree algorithm. Although the association rules can excavate the relevance between courses, it does not consider the impact of individual factors such as students and teachers on scores. Therefore, the results obtained by association rules often have an inaccuracy in individual analysis. However, although the decision tree algorithm can achieve the prediction of individual scores, the accuracy of the prediction results obtained by the decision tree algorithm is not high because the relevance between individual students' courses is not taken into account. If we can combine the advantages of both the association rules and the decision tree to make up for the disadvantages of both, we can achieve efficient mining analysis.
In view of the shortcomings of the current research direction, this paper proposes an efficient combination algorithm of association rules and decision trees, which comprehensively considers the correlation between students' courses and individual factors such as students and teachers themselves, in order to improve the accuracy of student performance analysis results.
First of all, this paper designs a data warehouse based on students’ scores as a result of the student's course performance of the College of Information and Security Engineering College of Information Management so that we can provide reliable data support for subsequent scores’ analysis. Secondly, the association rule algorithm is used to mine and analyze the correlation between courses and generate new attributes for constructing a decision tree. Finally, through the idea of information gain rate, the generated new attributes and original attributes are constructed into a decision tree to achieve students’ scores analysis and prediction.
In summary, the combination algorithm proposed in this paper is applicable to the analysis of students’ scores. The analysis and prediction results obtained by it are more comprehensive, and the individual course performance is more accurate and has certain practicality.
Key words: Data mining; Association rules; Decision tree algorithm; Performance analysis; Data warehouse
目 录
一、绪论 1
(一)选题背景 1
(二)国内外研究现状 1
(三)论文的主要研究内容与意义 3
(四)论文的架构 3
二、数据仓库在成绩分析中的应用与设计 4
(一)数据仓库 4
(二)学生成绩数据仓库概述 7
(三)学生成绩数据仓库的概念模型设计 7
(四)学生成绩数据仓库的逻辑模型设计 8
(五)学生成绩数据仓库的物理模型设计 10
(六)学生成绩数据仓库的数据加载 11
三、数据挖掘技术综述 12
(一)数据挖掘 12
(二)关联规则 13
(三)决策树算法 15
(四)其他数据挖掘算法 18
四、关联规则和决策树组合算法在学生成绩分析中的应用 18
(一)关联规则和决策树组合算法概述 18
(二)关联规则在学生成绩分析中的应用 19
(三)关联规则与决策树组合算法在学生课程成绩分析中的应用 24
五、总结与展望 28
主要参考文献 29
附录 31




















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

                 

打印本页 | 关闭窗口
本类最新文章
基于VUE+SpringBoot 基于JavaSSM+MySQL的 基于VUE+SpringBoot
基于JSP+SSM的物流快递管理 基于JSP+SSM+MySQL的 基于JSP+SSM的图书借阅管理
| 关于我们 | 友情链接 | 毕业设计招聘 |

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