当前位置:高等教育资讯网  >  中国高校课件下载中心  >  大学文库  >  浏览文档

电子科技大学:《数据分析与数据挖掘 Data Analysis and Data Mining》课程教学资源(课件讲稿)Lecture 06 Classification

资源类别:文库,文档格式:PDF,文档页数:63,文件大小:2.8MB,团购合买
 6.1 Basic Concepts  6.2 Decision Tree Induction  6.3 Bayes Classification Methods  6.4 Rule-Based Classification  6.5 Model Evaluation and Selection  6.6 Techniques to Improve Classification Accuracy
点击下载完整版文档(PDF)

Lecture 6 Classification Dr.李晓瑜Xiaoyu Li Email:xiaoyuuestc@uestc.edu.cn http://blog.sciencenet.cn/u/uestc2014xiaoyu 2019-Spring SunData Group http://www.sundatagroup.org School of Information and Software Engineering,UESTC 1966 Copyright2019 by Xiaoyu Li

Dr.李晓瑜 Xiaoyu Li Email:xiaoyuuestc@uestc.edu.cn http://blog.sciencenet.cn/u/uestc2014xiaoyu 2019-Spring Lecture 6 Classification SunData Group http://www.sundatagroup.org/ School of Information and Software Engineering, UESTC Copyright © 2019 by Xiaoyu Li. 1

Gunbata Groun Content (6H) 。6.1 Basic Concepts 6.2 Decision Tree Induction .6.3 Bayes Classification Methods .6.4 Rule-Based Classification .6.5 Model Evaluation and Selection 6.6 Techniques to Improve Classification accuracy 2 Copyright 2019 by Xiaoyu Li

Content(6H)  6.1 Basic Concepts  6.2 Decision Tree Induction  6.3 Bayes Classification Methods  6.4 Rule-Based Classification  6.5 Model Evaluation and Selection  6.6 Techniques to Improve Classification Accuracy Copyright © 2019 by Xiaoyu Li. 2

Basic Concepts 3 DATA Copyright 2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 3 Basic Concepts

1 What's Classification? .A bank loans officer loan application>safe or risky A marketing manager judge customer buy a new PC Medical researchers>breast cancer data>treatment 。→Data analysis task is Classification Classification is a form of data analysis that extracts models describing important data classes. Such models,called classifiers,predict categorical (discrete,unordered)class labels. ATA 4 Copyright 2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 4 1 What’s Classification?  A bank loans officer → loan application→ safe or risky  A marketing manager → judge customer buy a new PC  Medical researchers→ breast cancer data→ treatment  → Data analysis task is Classification  Classification is a form of data analysis that extracts models describing important data classes.  Such models, called classifiers, predict categorical (discrete, unordered) class labels

1 What's Classification? Prediction problems .(1)Classification .(2)Numeric Prediction DATA 5 Copyright 2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 5 1 What’s Classification? Prediction Problems  (1) Classification  (2) Numeric Prediction

2 General Approach to Classification ·Two-step process: Step 1:Learning Step /Training Phase Supervised Learning V.S.Unsupervised Learning (e.g.Clustering) a classification model is constructed .Step 2:Classification Step the model is used to predict class labels for given data ATA 6 Copyright 2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 6 2 General Approach to Classification Two-step process:  Step 1: Learning Step / Training Phase  Supervised Learning V.S. Unsupervised Learning (e.g. Clustering)  a classification model is constructed  Step 2:Classification Step  the model is used to predict class labels for given data

Example-Step1 Classification algorithm Training data name age income loan decision Sandy Jones youth low risky Bill Lee youth low risky Caroline Fox middle_aged high safe Rick Field middle_aged low risky Susan Lake senior low safe Classification rules Claire Phips senior medium safe Joe Smith middle_aged high safe 4年0 IF age youth THEN loan_decision risky IF income high THEN loan_decision safe IF age middle_aged AND income low THEN loan_decision risky .Learning:Training data are analyzed by a classification algorithm.Here,the class label attribute is loan decision,and the learned model or classifier is represented in the form of classification rules. ATA Copyright2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 7 Example-Step1  Learning: Training data are analyzed by a classification algorithm. Here, the class label attribute is loan decision, and the learned model or classifier is represented in the form of classification rules

Example-Step2 Classification rules Test data New data name age income loan_decision (John Henry,middle_aged,low) Loan decision? Juan Bello senior low safe Sylvia Crest middle_aged low risky Anne Yee middle_aged high safe risky Classification:Test data are used to estimate the accuracy of the classification rules.If the accuracy is considered acceptable,the rules can be applied to the 8 classification of new data tuples. DATA Copyright2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 8 Example-Step2  Classification: Test data are used to estimate the accuracy of the classification rules. If the accuracy is considered acceptable, the rules can be applied to the classification of new data tuples

3 Training Set .A Training Set made up of database tuples and their associated class labels. A tuple,X,is represented by an n-dimensional attribute vector,X=(xI,x2,...,xn),depicting n measurements made on the tuple from n database attributes, respectively,A1,42,...,An. Each tuple,X,is assumed to belong to a predefined class as determined by another database attribute called the class label attribute. DATA 9 Copyright 2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 9 3 Training Set A Training Set made up of database tuples and their associated class labels.  A tuple, X, is represented by an n-dimensional attribute vector, X=(x1, x2,…, xn), depicting n measurements made on the tuple from n database attributes, respectively, A1, A2,…, An.  Each tuple, X, is assumed to belong to a predefined class as determined by another database attribute called the class label attribute

4 Test set .A Test Set made up of test tuples and their associated class labels. Test Set is independent of the training tuples, meaning that they were not used to construct the classifier. 10 DATA Copyright 2019 by Xiaoyu Li

Copyright © 2019 by Xiaoyu Li. 10 4 Test set A Test Set made up of test tuples and their associated class labels.  Test Set is independent of the training tuples, meaning that they were not used to construct the classifier

点击下载完整版文档(PDF)VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
共63页,可试读20页,点击继续阅读 ↓↓
相关文档

关于我们|帮助中心|下载说明|相关软件|意见反馈|联系我们

Copyright © 2008-现在 cucdc.com 高等教育资讯网 版权所有