SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Downloaden Sie, um offline zu lesen
Pa#ern	Mining	and	Machine	Learning	for	
Demographic	Sequences	
Dmitry	I.	Ignatov1,	Ekaterina	Mitrofanova2,	Anna	Muratova1,	
and	Danil	Gizdatulin1	
		
1Computer Science Faculty & 2Institute of Demography
National Research University Higher School of Economics, Moscow, Russia
KESW 2015, Moscow
Outline
KESW 2015, Moscow
• 	Problem	Statement	
• 	Demographic	Data	
• 	Methods	and	Results	
Ø Decision	Trees	
§ 	First	lifecourse	event	predicGon	
§ 	Next	lifecourse	event	predicGon	
§ 	Rules	for	‘gender’	aLribute	
Ø Frequent	PaLerns	
§ 	Frequent	closed	sequences	
§ 	Emerging	sequences	for	men	and	women	
• 	Conclusion	and	Future	Work	
2
•  Analysis	of	demographic	data	by	means	of	machine	learning	and	data	mining	
[Blockeel et al, 2001; Billari et al., 2006]	
	
•  	Demographers	quesGons:	
§ What	are	the	differences	between	demographic behaviour of men	and	
women?	
§ What	are	the	typical	(frequent)	event	sequences	that	appear	in	lifecourse	
trajectories?	
§ What	are	the	first	and	the	next	starGng	events	a	parGcular	person	may	
have?	
§ And	many	more…	
	
• 		Simple	DM	&	ML	tools	preferably	with	GUI:		
§ Orange http://orange.biolab.si/		
§ SPMF	hLp://www.philippe-fournier-viger.com/spmf/						
§ 	Ad-hoc	scripts	in	Python	
Problem	Statement	
3	KESW 2015, Moscow
The	survey	«Parents	and	children,	men	and	women	in	family	and	society»	
www.socpol.ru/gender/RIDMIZ.shtml			
•  		4857	people	including	1545	men	3312	women	
•  		11	generaGons	are	split	in	5	years	intervals	from	1930	Gll	1984	
	
Demographic	Data	
4	KESW 2015, Moscow
Comparison	of	classifiers	for	the	first	event	predic?on	
5	KESW 2015, Moscow
Why	Decision	Trees?	
5	KESW 2015, Moscow
•  Not	a	black-box	approach	
•  Simple	if-then	rule	based	representaGon	
•  However…
The	first	event	predic?on	by	
Decision	Trees	
The	tree	is	built	in	Orange	
The	first	event	mainly	depends	on	educaGon	type	
6	KESW 2015, Moscow
Feature	Encoding	Schemes	
General attributes:
• Gender
• Generation
• Type of education
• Locality
• Religious views
• Religious activity
Events encoding:
• Binary encoding (0 - absence, 1 - presence)
• Time-base encoding (age in months)
• Pairs of events ordered by precedence relations (<, >, =, n/a)
7	KESW 2015, Moscow
The anonymised datasets for each experiment are freely available in
CSV files: http://bit.ly/KESW2015seqdem
Influence	of	feature	encoding	on	the	next	event	
predic?on	
	
Encoding	type	
Classifica?on	Accuracy	
Imbalanced	data	 Balanced	data	
Binary	(BE)	 0.8498	 						0.8780	(*)	
Time-based	(TE)		 0.3516	 0.3591	
Pairs	of	events	(PE)	 0.7076	 0.7013	
BE+	TE	 						0.7293	(~)	 0.7459	
BE	+	PE	 0.8407	 0.8438	
TE	+	PE	 0.5465	 0.4959	
BE	+	TE	+	PE	 						0.7295	(~)	 0.7503	
(*)	means	the	best	result,	(~)	means	almost	equivalent	results	
8	KESW 2015, Moscow
The	confusion	matrix	for	the	next	event	
predic?on	
8	KESW 2015, Moscow
– binary encoding for balanced dataset
– “br” means “break up” and “div” means “divorce” events
Examples	of	rules	for	the	next	event	predic?on	
9	KESW 2015, Moscow
The	next	event	predic?on	based	on	
general	a#ributes	
A decision tree diagram built only for general attributes.
The next event is influenced by the type of education.
10	KESW 2015, Moscow
Classifica?on	accuracy	of	different	encoding	
schemes	for	gender	predic?on	
(∼) means very close results, and (*) means the best result in the column.
11	KESW 2015, Moscow
Men:	
	
	
	
	
	
	
	
Women:	
	
	
	
	
	
	
	
Examples	of	rules	for	predic?on	of	target	
a#ribute	«gender»	
Antecedent	 Confidence	
First	job	aper	19.9	years,	marriage	in	20.6-22.4,	educaGon	before	20.7,	
break	up	aper	27.6,	divorce	before	30.5	
65.9%	
First	job	aper	19.9,	marriage	in	20.6-22.4,	break-up	before	27.6	 61.1%	
First	job	before	17.2,	marriage	in	20.6-22.4,	break-up	before	27.6	 61.3%	
First	job	aper	21,	marriage	aper	29.5	 70.2%	
Antecedent	 Confidence	
First	job	in	18.2-19.9,	marriage	in	20.6-22.4,	break-up	aper	27.6,	divorce	
aper	30.5	
71.9%	
First	job	in	18.2-19.9,	marriage	in	20.6-22.4,	break-up	aper	27.6,	divorce	
before	30.5	
70.9%	
First	job	in	17.2-19.9,	marriage	in	20.6-22.4,	break-up	before	27.6	 62.8%	
First	job	in	17.7-21,	marriage	aper	29.5	 62.8%	
12	KESW 2015, Moscow
•  A	sequence		is	an	ordered	set	of	elements	(events)	
		
	
•  The	support	of	sequence	r	in	database																																				is	the	number	of	
sequences	in	D	that	contain	r		
																																																			
	
•  The	rela?ve	support	of		r	is	the	fracGon	of	sequences	that	contain	r	
	
	
•  A	sequence	r	is	frequent	in	a	database	D	if	
																																			,	where	minsup	is	a	minimal	support	threshold		
	
•  A	frequent	closed	sequence	is a sequence such that there is no any its
supersequence with the same support	
Sequence	Mining	
13	KESW 2015, Moscow
[Zaki & Meira, 2014; Agrawal & Srikant, 1995]
sup(r) = #{si ∈ D | r is subsequence of si}
•  An	emerging	sequence		is	a	sequence	such	that	its	support	growths	drasGcally	
in	the	transiGon	from	one	database	to	another	one		
	
•  The	growth	rate	of	a	sequence	s	in	the	transiGon	from	databases	D1	to	D2:		
(1)
•  The	contribu?on	of	a	sequence	to	a	parGcular	class:	
																																																																																																
																																																																																																															,																			(2)	
	
	where	e	is	a	subsequence	of	s		
	
The	idea	is	based	on	[Mill,	1843;	Finn,	1983;	Dong	&	Li,	1999]	
		
	
Emerging	Sequences	
14	KESW 2015, Moscow
•  An SPMF	output	for	frequent	closed	sequences	mining	
Frequent	closed	sequences	
15	KESW 2015, Moscow
•  Implemented	in	Python	2.7	
	
Input:	two	datasets	for	men	and	women	with	age	indicaGon	for	demographic	
events	
1.  TransformaGon	of	events	to	sequences	(80:20	test-to-training	raGo)	
2.  Passing	the	test	set	to	SPMF	and	finding	frequent	sequences.	
3.  Finding	emerging	sequences	(classificaGon	rules)	and	their	contribuGons	to	
classes.	
4.  Defining	the	class	of	a	rule	by	its	contribuGon	and	then	contribuGon	
normalisaGon.	
5.  Accuracy	calculaGon	for	the	test	set.	
Output:	files	with	classificaGon	rules	for	men	and	women	
	
•  minsup = 0.005; for each class we use 3312 sequences after
oversampling.
•  The best classification accuracy (0.936) has been reached at minimal
growth rate 1.0, with 577 rules for men and 1164 for women, and 3 non-
covered objects.	
	
Emerging	Sequence	Mining	
16	KESW 2015, Moscow
•  The list of emerging sequences for men	(with their class contribution):	
	
	
	
	
	
	
	
•  	The	list	of	emerging	sequences	for	women:	
Emerging	sequences	
17	KESW 2015, Moscow
•  We have shown that decision trees and sequence mining could become
the tools of choice for demographers.
•  Machine learning and data mining tools can help in finding regularities
and dependencies that are hidden in voluminous demographic datasets.
However, these methods need to be properly tuned and adapted to the
domain needs.
•  In the near future we are planning:
•  to implement emerging prefix-string mining and learning to deal with
sequences without gaps
•  to use different rule-based techniques that are able to cope with
unbalanced multi-class data (Cerf et al., 2013)
•  to apply Pattern Structures to demographic sequence mining
(Kuznetsov et al., 2013).
•  	and	many	more	ideas	and	tricks…	
Conclusion	and	Future	Work	
18	KESW 2015, Moscow
Thank	you.	
Ques?ons?	
KESW 2015, Moscow

Weitere ähnliche Inhalte

Andere mochten auch

On the Family of Concept Forming Operators in Polyadic FCA
On the Family of Concept Forming Operators in Polyadic FCAOn the Family of Concept Forming Operators in Polyadic FCA
On the Family of Concept Forming Operators in Polyadic FCADmitrii Ignatov
 
RAPS: A Recommender Algorithm Based on Pattern Structures
RAPS: A Recommender Algorithm Based on Pattern StructuresRAPS: A Recommender Algorithm Based on Pattern Structures
RAPS: A Recommender Algorithm Based on Pattern StructuresDmitrii Ignatov
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clusteringDmitrii Ignatov
 
Putting OAC-triclustering on MapReduce
Putting OAC-triclustering on MapReducePutting OAC-triclustering on MapReduce
Putting OAC-triclustering on MapReduceDmitrii Ignatov
 
AIST 2016 Opening Slides
AIST 2016 Opening SlidesAIST 2016 Opening Slides
AIST 2016 Opening SlidesDmitrii Ignatov
 
Enhancing medical evidence discovery through Interactive Pattern Recognition ...
Enhancing medical evidence discovery through Interactive Pattern Recognition ...Enhancing medical evidence discovery through Interactive Pattern Recognition ...
Enhancing medical evidence discovery through Interactive Pattern Recognition ...Universitat Politècnica de València
 
Введение в рекомендательные системы. 3 case-study без NetFlix.
Введение в рекомендательные системы. 3 case-study без NetFlix.Введение в рекомендательные системы. 3 case-study без NetFlix.
Введение в рекомендательные системы. 3 case-study без NetFlix.Dmitrii Ignatov
 
A One-Pass Triclustering Approach: Is There any Room for Big Data?
A One-Pass Triclustering Approach: Is There any Room for Big Data?A One-Pass Triclustering Approach: Is There any Room for Big Data?
A One-Pass Triclustering Approach: Is There any Room for Big Data?Dmitrii Ignatov
 
Boolean matrix factorisation for collaborative filtering
Boolean matrix factorisation for collaborative filteringBoolean matrix factorisation for collaborative filtering
Boolean matrix factorisation for collaborative filteringDmitrii Ignatov
 
Intro to Data Mining and Machine Learning
Intro to Data Mining and Machine LearningIntro to Data Mining and Machine Learning
Intro to Data Mining and Machine LearningDmitrii Ignatov
 

Andere mochten auch (10)

On the Family of Concept Forming Operators in Polyadic FCA
On the Family of Concept Forming Operators in Polyadic FCAOn the Family of Concept Forming Operators in Polyadic FCA
On the Family of Concept Forming Operators in Polyadic FCA
 
RAPS: A Recommender Algorithm Based on Pattern Structures
RAPS: A Recommender Algorithm Based on Pattern StructuresRAPS: A Recommender Algorithm Based on Pattern Structures
RAPS: A Recommender Algorithm Based on Pattern Structures
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clustering
 
Putting OAC-triclustering on MapReduce
Putting OAC-triclustering on MapReducePutting OAC-triclustering on MapReduce
Putting OAC-triclustering on MapReduce
 
AIST 2016 Opening Slides
AIST 2016 Opening SlidesAIST 2016 Opening Slides
AIST 2016 Opening Slides
 
Enhancing medical evidence discovery through Interactive Pattern Recognition ...
Enhancing medical evidence discovery through Interactive Pattern Recognition ...Enhancing medical evidence discovery through Interactive Pattern Recognition ...
Enhancing medical evidence discovery through Interactive Pattern Recognition ...
 
Введение в рекомендательные системы. 3 case-study без NetFlix.
Введение в рекомендательные системы. 3 case-study без NetFlix.Введение в рекомендательные системы. 3 case-study без NetFlix.
Введение в рекомендательные системы. 3 case-study без NetFlix.
 
A One-Pass Triclustering Approach: Is There any Room for Big Data?
A One-Pass Triclustering Approach: Is There any Room for Big Data?A One-Pass Triclustering Approach: Is There any Room for Big Data?
A One-Pass Triclustering Approach: Is There any Room for Big Data?
 
Boolean matrix factorisation for collaborative filtering
Boolean matrix factorisation for collaborative filteringBoolean matrix factorisation for collaborative filtering
Boolean matrix factorisation for collaborative filtering
 
Intro to Data Mining and Machine Learning
Intro to Data Mining and Machine LearningIntro to Data Mining and Machine Learning
Intro to Data Mining and Machine Learning
 

Ähnlich wie Pattern Mining and Machine Learning for Demographic Sequences

Presentation 14 th malaysia_singapore forum_1
Presentation 14 th malaysia_singapore forum_1Presentation 14 th malaysia_singapore forum_1
Presentation 14 th malaysia_singapore forum_1Dr. Vignes Gopal
 
Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...
Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...
Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...Philipp Singer
 
Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...
Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...
Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...CSCJournals
 
ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS ACADEMIC PERFO...
ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS  ACADEMIC PERFO...ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS  ACADEMIC PERFO...
ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS ACADEMIC PERFO...Emily Smith
 
Time series forecasting of solid waste generation in arusha city tanzania
Time series forecasting of solid waste generation in arusha city   tanzaniaTime series forecasting of solid waste generation in arusha city   tanzania
Time series forecasting of solid waste generation in arusha city tanzaniaAlexander Decker
 
Introduction to Futures Studies: Methods and Techniques
Introduction to Futures Studies: Methods and TechniquesIntroduction to Futures Studies: Methods and Techniques
Introduction to Futures Studies: Methods and TechniquesVahid Shamekhi
 
Transitions of digital practices and development of digital literacy skills a...
Transitions of digital practices and development of digital literacy skills a...Transitions of digital practices and development of digital literacy skills a...
Transitions of digital practices and development of digital literacy skills a...Mengjie Jiang
 
SEM on MIDUS Dataset
SEM on MIDUS DatasetSEM on MIDUS Dataset
SEM on MIDUS DatasetKan Yuenyong
 
USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...
USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...
USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...Christian Bokhove
 
Profiling Linked Open Data
Profiling Linked Open DataProfiling Linked Open Data
Profiling Linked Open DataBlerina Spahiu
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic AlgorithmsDr. C.V. Suresh Babu
 
Challenges in Software Ecosystems Research
Challenges in Software Ecosystems ResearchChallenges in Software Ecosystems Research
Challenges in Software Ecosystems ResearchAlexander Serebrenik
 
An analysis on team heterogeneity outcomes and gender gap at PoliMi
An analysis on team heterogeneity outcomes and gender gap at PoliMiAn analysis on team heterogeneity outcomes and gender gap at PoliMi
An analysis on team heterogeneity outcomes and gender gap at PoliMiNECST Lab @ Politecnico di Milano
 
Social networks protection against fake profiles and social bots attacks
Social networks protection against  fake profiles and social bots attacksSocial networks protection against  fake profiles and social bots attacks
Social networks protection against fake profiles and social bots attacksAboul Ella Hassanien
 
2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».eMadrid network
 

Ähnlich wie Pattern Mining and Machine Learning for Demographic Sequences (20)

Presentation 14 th malaysia_singapore forum_1
Presentation 14 th malaysia_singapore forum_1Presentation 14 th malaysia_singapore forum_1
Presentation 14 th malaysia_singapore forum_1
 
Big Data Talk
Big Data TalkBig Data Talk
Big Data Talk
 
Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...
Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...
Sequential Action Patterns in Collaborative Ontology Engineering Projects: A ...
 
Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...
Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...
Estimation of Age Through Fingerprints Using Wavelet Transform and Singular V...
 
ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS ACADEMIC PERFO...
ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS  ACADEMIC PERFO...ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS  ACADEMIC PERFO...
ARTIFICIAL NEURAL NETWORK (ANN) MODEL FOR PREDICTING STUDENTS ACADEMIC PERFO...
 
Time series forecasting of solid waste generation in arusha city tanzania
Time series forecasting of solid waste generation in arusha city   tanzaniaTime series forecasting of solid waste generation in arusha city   tanzania
Time series forecasting of solid waste generation in arusha city tanzania
 
Ml in genomics
Ml in genomicsMl in genomics
Ml in genomics
 
Introduction to Futures Studies: Methods and Techniques
Introduction to Futures Studies: Methods and TechniquesIntroduction to Futures Studies: Methods and Techniques
Introduction to Futures Studies: Methods and Techniques
 
Fhs talk
Fhs talkFhs talk
Fhs talk
 
Transitions of digital practices and development of digital literacy skills a...
Transitions of digital practices and development of digital literacy skills a...Transitions of digital practices and development of digital literacy skills a...
Transitions of digital practices and development of digital literacy skills a...
 
SEM on MIDUS Dataset
SEM on MIDUS DatasetSEM on MIDUS Dataset
SEM on MIDUS Dataset
 
2010 ICGSE - Challenges and Solutions in Distributed Software Development Pro...
2010 ICGSE - Challenges and Solutions in Distributed Software Development Pro...2010 ICGSE - Challenges and Solutions in Distributed Software Development Pro...
2010 ICGSE - Challenges and Solutions in Distributed Software Development Pro...
 
USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...
USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...
USING MRQAP TO ANALYSE THE DEVELOPMENT OF MATHEMATICS PRE-SERVICE TRAINEES’ C...
 
Profiling Linked Open Data
Profiling Linked Open DataProfiling Linked Open Data
Profiling Linked Open Data
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
 
Challenges in Software Ecosystems Research
Challenges in Software Ecosystems ResearchChallenges in Software Ecosystems Research
Challenges in Software Ecosystems Research
 
25893434.pdf
25893434.pdf25893434.pdf
25893434.pdf
 
An analysis on team heterogeneity outcomes and gender gap at PoliMi
An analysis on team heterogeneity outcomes and gender gap at PoliMiAn analysis on team heterogeneity outcomes and gender gap at PoliMi
An analysis on team heterogeneity outcomes and gender gap at PoliMi
 
Social networks protection against fake profiles and social bots attacks
Social networks protection against  fake profiles and social bots attacksSocial networks protection against  fake profiles and social bots attacks
Social networks protection against fake profiles and social bots attacks
 
2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».
 

Mehr von Dmitrii Ignatov

Interpretable Concept-Based Classification with Shapley Values
Interpretable Concept-Based Classification with Shapley ValuesInterpretable Concept-Based Classification with Shapley Values
Interpretable Concept-Based Classification with Shapley ValuesDmitrii Ignatov
 
AIST2019 – opening slides
AIST2019 – opening slidesAIST2019 – opening slides
AIST2019 – opening slidesDmitrii Ignatov
 
Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...
Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...
Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...Dmitrii Ignatov
 
Personal Experiences of Publishing with Springer from both Editor and Author ...
Personal Experiences of Publishing with Springer from both Editor and Author ...Personal Experiences of Publishing with Springer from both Editor and Author ...
Personal Experiences of Publishing with Springer from both Editor and Author ...Dmitrii Ignatov
 
Online Recommender System for Radio Station Hosting: Experimental Results Rev...
Online Recommender System for Radio Station Hosting: Experimental Results Rev...Online Recommender System for Radio Station Hosting: Experimental Results Rev...
Online Recommender System for Radio Station Hosting: Experimental Results Rev...Dmitrii Ignatov
 
Social Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic RulesSocial Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic RulesDmitrii Ignatov
 
Orpailleur -- triclustering talk
Orpailleur -- triclustering talkOrpailleur -- triclustering talk
Orpailleur -- triclustering talkDmitrii Ignatov
 
CoClus ICDM Workshop talk
CoClus ICDM Workshop talkCoClus ICDM Workshop talk
CoClus ICDM Workshop talkDmitrii Ignatov
 
Radio recommender system for FMHost
Radio recommender system for FMHostRadio recommender system for FMHost
Radio recommender system for FMHostDmitrii Ignatov
 

Mehr von Dmitrii Ignatov (12)

Interpretable Concept-Based Classification with Shapley Values
Interpretable Concept-Based Classification with Shapley ValuesInterpretable Concept-Based Classification with Shapley Values
Interpretable Concept-Based Classification with Shapley Values
 
AIST2019 – opening slides
AIST2019 – opening slidesAIST2019 – opening slides
AIST2019 – opening slides
 
Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...
Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...
Turning Krimp into a Triclustering Technique on Sets of Attribute-Condition P...
 
Personal Experiences of Publishing with Springer from both Editor and Author ...
Personal Experiences of Publishing with Springer from both Editor and Author ...Personal Experiences of Publishing with Springer from both Editor and Author ...
Personal Experiences of Publishing with Springer from both Editor and Author ...
 
Online Recommender System for Radio Station Hosting: Experimental Results Rev...
Online Recommender System for Radio Station Hosting: Experimental Results Rev...Online Recommender System for Radio Station Hosting: Experimental Results Rev...
Online Recommender System for Radio Station Hosting: Experimental Results Rev...
 
Aist2014
Aist2014Aist2014
Aist2014
 
Social Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic RulesSocial Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic Rules
 
Orpailleur -- triclustering talk
Orpailleur -- triclustering talkOrpailleur -- triclustering talk
Orpailleur -- triclustering talk
 
CoClus ICDM Workshop talk
CoClus ICDM Workshop talkCoClus ICDM Workshop talk
CoClus ICDM Workshop talk
 
Pseudo-triclustering
Pseudo-triclusteringPseudo-triclustering
Pseudo-triclustering
 
Radio recommender system for FMHost
Radio recommender system for FMHostRadio recommender system for FMHost
Radio recommender system for FMHost
 
CrowDM system
CrowDM systemCrowDM system
CrowDM system
 

Kürzlich hochgeladen

Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxAArockiyaNisha
 
Types of different blotting techniques.pptx
Types of different blotting techniques.pptxTypes of different blotting techniques.pptx
Types of different blotting techniques.pptxkhadijarafiq2012
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 

Kürzlich hochgeladen (20)

Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
 
Types of different blotting techniques.pptx
Types of different blotting techniques.pptxTypes of different blotting techniques.pptx
Types of different blotting techniques.pptx
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 

Pattern Mining and Machine Learning for Demographic Sequences