SlideShare a Scribd company logo
模糊决策树 Soft Decision Tree [email_address] June 2010
清晰决策树( Crisp Decision Tree ) 数据预处理 属性值及分类是清晰的; 连续值属性数据需做离散化处理; 每个属性值(术语) 为属性空间上的经典集。 生成决策树 决策树的每个结点是属性空间上的经典子集; 每一条从根到叶子的路径对应一条清晰规则; 位于同一层的结点的交集为空集。 匹配 测试示例仅与一条路径匹配。 适用性 适用于符号值属性和分类较清晰、 噪音小的中小型数据库。
模糊决策树( Fuzzy Decision Tree ) 数据预处理 属性值及分类是模糊的; 连续值属性数据需做模糊化处理; 每个属性值( 术语) 为属性空间上的模糊集。 生成决策树 决策树的每个结点是属性空间上的模糊子集; 每一条从根到叶子路径对应一条模糊规则; 位于同一层的结点的交集一般不空。 匹配 测试示例可与多条路径近似匹配。 适用范围 适用于各种情况的数据库, 特别是对属性和类模糊性强, 有噪音的数据库。
Fuzzy set theory ,[object Object]
Fuzzy set theory ,[object Object]
Fuzzy set theory ,[object Object],[object Object],[object Object]
Fuzzy set theory
Soft Decision Tree ,[object Object]
Soft decision trees VS.  Crisp regression trees
T1->T2->D5
Crisp regression tree ,[object Object],[object Object]
Leaf L 4  with membership degree of0.43  Leaf L 5  with membership degree of 0.57 1:0 ∗0:43 ∗ label L4  +1:0 ∗ 0:57 ∗ label L5  =1:0 ∗ 0:43 ∗ 0:44+1:0 ∗ 0:57 ∗ 1:00=0.76
Soft decision tree ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Building a soft decision tree GS: growing set  PS: pruning set LS: learning set TS: test set  LS =GS ∪PS
Soft tree semantics
Soft tree semantics
Soft tree semantics Fuzzy set S into two fuzzy subsets, S L  the left one and S R  the right one Discriminator function v(a(o), α , β , γ …)->[0,1]
Soft tree semantics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Soft tree semantics ,[object Object],[object Object],[object Object]
SDT growing
SDT growing ,[object Object],[object Object],[object Object]
Automatic fuzzy partitioning of a node ,[object Object]
Automatic fuzzy partitioning of a node ,[object Object],[object Object]
Automatic fuzzy partitioning of a node ,[object Object],[object Object],[object Object]
SDT pruning
SDT pruning ,[object Object],[object Object]
SDT pruning
SDT pruning ,[object Object],[object Object],[object Object]
SDT pruning ,[object Object],[object Object],[object Object],[object Object],[object Object]
SDT tuning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Empirical results
References ,[object Object],[object Object],[object Object]

More Related Content

What's hot

MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)
MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)
MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)
csandit
 
Data mining classifiers.
Data mining classifiers.Data mining classifiers.
Data mining classifiers.
ShwetaPatil174
 
Tree models with Scikit-Learn: Great models with little assumptions
Tree models with Scikit-Learn: Great models with little assumptionsTree models with Scikit-Learn: Great models with little assumptions
Tree models with Scikit-Learn: Great models with little assumptions
Gilles Louppe
 
Lecture 1 an introduction to data structure
Lecture 1   an introduction to data structureLecture 1   an introduction to data structure
Lecture 1 an introduction to data structure
Dharmendra Prasad
 
Lecture 1 computational intelligence
Lecture 1  computational intelligenceLecture 1  computational intelligence
Lecture 1 computational intelligence
ParveenMalik18
 
FUNCTION APPROXIMATION
FUNCTION APPROXIMATIONFUNCTION APPROXIMATION
FUNCTION APPROXIMATION
ankita pandey
 
Function Approx2009
Function Approx2009Function Approx2009
Function Approx2009
Imthias Ahamed
 
Tensor representations in signal processing and machine learning (tutorial ta...
Tensor representations in signal processing and machine learning (tutorial ta...Tensor representations in signal processing and machine learning (tutorial ta...
Tensor representations in signal processing and machine learning (tutorial ta...
Tatsuya Yokota
 
Lda
LdaLda
Chapter 02-logistic regression
Chapter 02-logistic regressionChapter 02-logistic regression
Chapter 02-logistic regression
Raman Kannan
 
Unit 4.1 (tree)
Unit 4.1 (tree)Unit 4.1 (tree)
Unit 4.1 (tree)
DurgaDeviCbit
 
Fuzzy and nn
Fuzzy and nnFuzzy and nn
Fuzzy and nn
Shimi Haridasan
 
ANFIS
ANFISANFIS
Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learning
Pranav Challa
 
Fuzzy Set Theory
Fuzzy Set TheoryFuzzy Set Theory
Fuzzy Set Theory
AMIT KUMAR
 
Decision tree
Decision treeDecision tree
Decision tree
ShraddhaPandey45
 
Soft computing Chapter 1
Soft computing Chapter 1Soft computing Chapter 1
Soft computing Chapter 1
Dr.Ashvini Chaudhari Bhongade
 
ID3 Algorithm & ROC Analysis
ID3 Algorithm & ROC AnalysisID3 Algorithm & ROC Analysis
ID3 Algorithm & ROC Analysis
Talha Kabakus
 
NEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORM
NEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORMNEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORM
NEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORM
mathsjournal
 

What's hot (19)

MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)
MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)
MULTI RESOLUTION LATTICE DISCRETE FOURIER TRANSFORM (MRL-DFT)
 
Data mining classifiers.
Data mining classifiers.Data mining classifiers.
Data mining classifiers.
 
Tree models with Scikit-Learn: Great models with little assumptions
Tree models with Scikit-Learn: Great models with little assumptionsTree models with Scikit-Learn: Great models with little assumptions
Tree models with Scikit-Learn: Great models with little assumptions
 
Lecture 1 an introduction to data structure
Lecture 1   an introduction to data structureLecture 1   an introduction to data structure
Lecture 1 an introduction to data structure
 
Lecture 1 computational intelligence
Lecture 1  computational intelligenceLecture 1  computational intelligence
Lecture 1 computational intelligence
 
FUNCTION APPROXIMATION
FUNCTION APPROXIMATIONFUNCTION APPROXIMATION
FUNCTION APPROXIMATION
 
Function Approx2009
Function Approx2009Function Approx2009
Function Approx2009
 
Tensor representations in signal processing and machine learning (tutorial ta...
Tensor representations in signal processing and machine learning (tutorial ta...Tensor representations in signal processing and machine learning (tutorial ta...
Tensor representations in signal processing and machine learning (tutorial ta...
 
Lda
LdaLda
Lda
 
Chapter 02-logistic regression
Chapter 02-logistic regressionChapter 02-logistic regression
Chapter 02-logistic regression
 
Unit 4.1 (tree)
Unit 4.1 (tree)Unit 4.1 (tree)
Unit 4.1 (tree)
 
Fuzzy and nn
Fuzzy and nnFuzzy and nn
Fuzzy and nn
 
ANFIS
ANFISANFIS
ANFIS
 
Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learning
 
Fuzzy Set Theory
Fuzzy Set TheoryFuzzy Set Theory
Fuzzy Set Theory
 
Decision tree
Decision treeDecision tree
Decision tree
 
Soft computing Chapter 1
Soft computing Chapter 1Soft computing Chapter 1
Soft computing Chapter 1
 
ID3 Algorithm & ROC Analysis
ID3 Algorithm & ROC AnalysisID3 Algorithm & ROC Analysis
ID3 Algorithm & ROC Analysis
 
NEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORM
NEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORMNEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORM
NEW METHOD OF SIGNAL DENOISING BY THE PAIRED TRANSFORM
 

Similar to 模糊决策树—Soft decision tree

Decision tree
Decision treeDecision tree
Decision tree
Soujanya V
 
Decision_Tree in machine learning with examples.ppt
Decision_Tree in machine learning with examples.pptDecision_Tree in machine learning with examples.ppt
Decision_Tree in machine learning with examples.ppt
amrita chaturvedi
 
Asymptotic Notation and Data Structures
Asymptotic Notation and Data StructuresAsymptotic Notation and Data Structures
Asymptotic Notation and Data Structures
Amrinder Arora
 
Project - Deep Locality Sensitive Hashing
Project - Deep Locality Sensitive HashingProject - Deep Locality Sensitive Hashing
Project - Deep Locality Sensitive Hashing
Gabriele Angeletti
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
An Optimal Approach For Knowledge Protection In Structured Frequent Patterns
An Optimal Approach For Knowledge Protection In Structured Frequent PatternsAn Optimal Approach For Knowledge Protection In Structured Frequent Patterns
An Optimal Approach For Knowledge Protection In Structured Frequent Patterns
Waqas Tariq
 
Clustering
ClusteringClustering
Clustering
Smrutiranjan Sahu
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
butest
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
butest
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
butest
 
Distributed Architecture of Subspace Clustering and Related
Distributed Architecture of Subspace Clustering and RelatedDistributed Architecture of Subspace Clustering and Related
Distributed Architecture of Subspace Clustering and Related
Pei-Che Chang
 
Machine Learning Algorithms (Part 1)
Machine Learning Algorithms (Part 1)Machine Learning Algorithms (Part 1)
Machine Learning Algorithms (Part 1)
Zihui Li
 
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
sherinmm
 
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
sherinmm
 
Leveraging a discriminative Dictionary learning for ECG Classification
Leveraging a discriminative Dictionary learning for ECG ClassificationLeveraging a discriminative Dictionary learning for ECG Classification
Leveraging a discriminative Dictionary learning for ECG Classification
sherinmm
 
Fuzzylogic
FuzzylogicFuzzylogic
Fuzzylogic
Manju Rajput
 
Jörg Stelzer
Jörg StelzerJörg Stelzer
Jörg Stelzer
butest
 
Linear discriminant analysis
Linear discriminant analysisLinear discriminant analysis
Linear discriminant analysis
Learnbay Datascience
 
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative ClassifiersML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
MastanaihnaiduYasam
 
Decision Trees for Classification: A Machine Learning Algorithm
Decision Trees for Classification: A Machine Learning AlgorithmDecision Trees for Classification: A Machine Learning Algorithm
Decision Trees for Classification: A Machine Learning Algorithm
Palin analytics
 

Similar to 模糊决策树—Soft decision tree (20)

Decision tree
Decision treeDecision tree
Decision tree
 
Decision_Tree in machine learning with examples.ppt
Decision_Tree in machine learning with examples.pptDecision_Tree in machine learning with examples.ppt
Decision_Tree in machine learning with examples.ppt
 
Asymptotic Notation and Data Structures
Asymptotic Notation and Data StructuresAsymptotic Notation and Data Structures
Asymptotic Notation and Data Structures
 
Project - Deep Locality Sensitive Hashing
Project - Deep Locality Sensitive HashingProject - Deep Locality Sensitive Hashing
Project - Deep Locality Sensitive Hashing
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
An Optimal Approach For Knowledge Protection In Structured Frequent Patterns
An Optimal Approach For Knowledge Protection In Structured Frequent PatternsAn Optimal Approach For Knowledge Protection In Structured Frequent Patterns
An Optimal Approach For Knowledge Protection In Structured Frequent Patterns
 
Clustering
ClusteringClustering
Clustering
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
 
Distributed Architecture of Subspace Clustering and Related
Distributed Architecture of Subspace Clustering and RelatedDistributed Architecture of Subspace Clustering and Related
Distributed Architecture of Subspace Clustering and Related
 
Machine Learning Algorithms (Part 1)
Machine Learning Algorithms (Part 1)Machine Learning Algorithms (Part 1)
Machine Learning Algorithms (Part 1)
 
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
 
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
LEVERAGING A DISCRIMINATIVE DICTIONARY LEARNING ALGORITHM FOR SINGLE-LEAD ECG...
 
Leveraging a discriminative Dictionary learning for ECG Classification
Leveraging a discriminative Dictionary learning for ECG ClassificationLeveraging a discriminative Dictionary learning for ECG Classification
Leveraging a discriminative Dictionary learning for ECG Classification
 
Fuzzylogic
FuzzylogicFuzzylogic
Fuzzylogic
 
Jörg Stelzer
Jörg StelzerJörg Stelzer
Jörg Stelzer
 
Linear discriminant analysis
Linear discriminant analysisLinear discriminant analysis
Linear discriminant analysis
 
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative ClassifiersML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
ML-PPT-UNIT-2 Generative Classifiers Discriminative Classifiers
 
Decision Trees for Classification: A Machine Learning Algorithm
Decision Trees for Classification: A Machine Learning AlgorithmDecision Trees for Classification: A Machine Learning Algorithm
Decision Trees for Classification: A Machine Learning Algorithm
 

Recently uploaded

JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
Intelisync
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
SAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloudSAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloud
maazsz111
 

Recently uploaded (20)

JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
SAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloudSAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloud
 

模糊决策树—Soft decision tree

  • 1. 模糊决策树 Soft Decision Tree [email_address] June 2010
  • 2. 清晰决策树( Crisp Decision Tree ) 数据预处理 属性值及分类是清晰的; 连续值属性数据需做离散化处理; 每个属性值(术语) 为属性空间上的经典集。 生成决策树 决策树的每个结点是属性空间上的经典子集; 每一条从根到叶子的路径对应一条清晰规则; 位于同一层的结点的交集为空集。 匹配 测试示例仅与一条路径匹配。 适用性 适用于符号值属性和分类较清晰、 噪音小的中小型数据库。
  • 3. 模糊决策树( Fuzzy Decision Tree ) 数据预处理 属性值及分类是模糊的; 连续值属性数据需做模糊化处理; 每个属性值( 术语) 为属性空间上的模糊集。 生成决策树 决策树的每个结点是属性空间上的模糊子集; 每一条从根到叶子路径对应一条模糊规则; 位于同一层的结点的交集一般不空。 匹配 测试示例可与多条路径近似匹配。 适用范围 适用于各种情况的数据库, 特别是对属性和类模糊性强, 有噪音的数据库。
  • 4.
  • 5.
  • 6.
  • 8.
  • 9. Soft decision trees VS. Crisp regression trees
  • 11.
  • 12. Leaf L 4 with membership degree of0.43 Leaf L 5 with membership degree of 0.57 1:0 ∗0:43 ∗ label L4 +1:0 ∗ 0:57 ∗ label L5 =1:0 ∗ 0:43 ∗ 0:44+1:0 ∗ 0:57 ∗ 1:00=0.76
  • 13.
  • 14. Building a soft decision tree GS: growing set PS: pruning set LS: learning set TS: test set LS =GS ∪PS
  • 17. Soft tree semantics Fuzzy set S into two fuzzy subsets, S L the left one and S R the right one Discriminator function v(a(o), α , β , γ …)->[0,1]
  • 18.
  • 19.
  • 21.
  • 22.
  • 23.
  • 24.
  • 26.
  • 28.
  • 29.
  • 30.
  • 32.

Editor's Notes

  1. B 的值越大,交集越大;定义的过渡区域越大,交集也越大 会有多条并行的路径
  2. 父节点的隶属度 * 分割函数
  3. This rule consists of evaluating the predictive accuracy of each tree in the sequence in some fashion (in our case, we use the PS to get an unbiased estimate of the MAE, together with its standard error estimate), and then selecting among the trees not the one of minimal MAE but rather the smallest tree in the sequence whose MAE is at most equal to min{MAE}+ σ MAE , where σ MAE is the standard error of MAE estimated from the PS. Notice that, if the PS size is very large this rule tends to select the tree of minimal MAE (since σ MAE ->0 with pruning sample size). On the other hand, for small size of PS, this rule tends to slightly over-prune the tree.