SlideShare a Scribd company logo
1 of 21
Download to read offline
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

More Related Content

Viewers also liked

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
 

Viewers also liked (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
 

Similar to 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
 

Similar to 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».
 

More from 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
 

More from 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
 

Recently uploaded

Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingNetHelix
 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxNandakishor Bhaurao Deshmukh
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.PraveenaKalaiselvan1
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...Universidade Federal de Sergipe - UFS
 
GenBio2 - Lesson 1 - Introduction to Genetics.pptx
GenBio2 - Lesson 1 - Introduction to Genetics.pptxGenBio2 - Lesson 1 - Introduction to Genetics.pptx
GenBio2 - Lesson 1 - Introduction to Genetics.pptxBerniceCayabyab1
 
Citronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayCitronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayupadhyaymani499
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentationtahreemzahra82
 
Pests of castor_Binomics_Identification_Dr.UPR.pdf
Pests of castor_Binomics_Identification_Dr.UPR.pdfPests of castor_Binomics_Identification_Dr.UPR.pdf
Pests of castor_Binomics_Identification_Dr.UPR.pdfPirithiRaju
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRlizamodels9
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...Universidade Federal de Sergipe - UFS
 
Transposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptTransposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptArshadWarsi13
 
STOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptx
STOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptxSTOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptx
STOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptxMurugaveni B
 
《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》rnrncn29
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxLIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxmalonesandreagweneth
 
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPirithiRaju
 

Recently uploaded (20)

Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
 
GenBio2 - Lesson 1 - Introduction to Genetics.pptx
GenBio2 - Lesson 1 - Introduction to Genetics.pptxGenBio2 - Lesson 1 - Introduction to Genetics.pptx
GenBio2 - Lesson 1 - Introduction to Genetics.pptx
 
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort ServiceHot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
 
Citronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayCitronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyay
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentation
 
Pests of castor_Binomics_Identification_Dr.UPR.pdf
Pests of castor_Binomics_Identification_Dr.UPR.pdfPests of castor_Binomics_Identification_Dr.UPR.pdf
Pests of castor_Binomics_Identification_Dr.UPR.pdf
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
 
Transposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptTransposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.ppt
 
STOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptx
STOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptxSTOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptx
STOPPED FLOW METHOD & APPLICATION MURUGAVENI B.pptx
 
《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
 
Volatile Oils Pharmacognosy And Phytochemistry -I
Volatile Oils Pharmacognosy And Phytochemistry -IVolatile Oils Pharmacognosy And Phytochemistry -I
Volatile Oils Pharmacognosy And Phytochemistry -I
 
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxLIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
 
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
 

Pattern Mining and Machine Learning for Demographic Sequences