SlideShare a Scribd company logo
Supervised	
Learning	
Algorithms	
Analysis	
of	
	Different	
approaches	
Evgeniy	Marinov	
ML	Consultant	
Philip	Yankov	
x8academy
ML	DefiniCon	
•  There	are	plenty	of	definiCons...		
•  Informal:	The	field	of	study	that	gives	
computers	the	ability	to	learn	without	being	
explicitly	programmed	(Arthur	Samuel,	1959)		
•  Formal:	A	computer	program	is	said	to	learn	
from	experience	E,	with	respect	to	some	task	
T,	and	some	performance	measure	P,	if	its	
performance	on	T	as	measured	by	P	improves	
with	experience	E	(Tom	Mitchell,	1998).
From	Wikipedia	
•  Machine	learning	is:		
– a	subfield	of	computer	science	that	evolved	from	
the	study	of	paRern	recogniCon	and	in	AI	in	the	
1980s	(ML	is	a	separate	field	flourishing	from	the	
1990s,	first	benefited	from	staCsCcs	and	then	
from	the	increasing	availability	of	digiCzed	
informaCon	at	that	Cme).
Why	ML?
Why	ML?
Key	factors	enabling	ML	growth	today	
•  Cloud	Compu)ng	
•  Internet	of	Things	
•  Big	Data	(+	Unstructured	Data)
Why	Data	is	so	important?
Why	Data	is	so	important?	
•  Google	Photos	
– Unlimited	storage	
•  Google	voice	
– OK,	Google
Nowadays	
•  It	is	so	easy	to	get	data	you	need	and	to	use	
an	API	or	service	of	some	company	to	
experiment	with	them
Methods	for	collecCng	data
Methods	for	collecCng	data	
•  Download	
– Spreadsheet	
– Text	
•  API	
•  Crawling	/	scraping
Supervised	Learning
Task Description
Pipeline
IniCal	example
NotaCon
•  Asdasd	
•  Asdasd	
•  Asdasd	
•  Asdasd	
The	regression	funcCon	f(x)
•  as	
•  as	
•  as
How	to	evaluate	our	model?
Pipeline
Assessing the Model Accuracy
Bias-variance	trade-off
Bias-variance	trade-off
Cross-validaCon
GeneralizaCon	Error	and	Overfi`ng
Choosing	a	Model	by	data	types	of	
response
Pipeline
Data	types	and	Generalized	Linear	
model	
•  Simple	and	General	linear	models	
•  RestricCons	of	the	linear	model		
•  Data	type	of	the	response	Y	
	
1)  	(General)	Linear	model	R,	Y	~	Gaussian(µ,	σ^2)			--	conCnuous	
2)  	LogisCc	regression	{0,	1},	Y	~	Bernoulli(p)		--	binary	data	
3)		Poisson	regression	{0,	1,...},	Y	~	Poisson(µ)		--	counCng	data
Simple	and	General	linear	models	
Simple:	
General:
Error	of	the	General	Linear	model	
		
Click	to	add	Text
RestricCons	of	Linear	models	
Although	the	General	linear	model	is	a	useful	
framework,	it	is	not	appropriate	in	the	following	cases:	
•  The	range	of	Y	is	restricted	(e.g.	binary,	count,	
posiCve/negaCve)	
•  Var[Y]	depends	on	the	mean	E[Y]	(for	the	Gaussian	
they	are	independent)	
Name	 Mean	 Variance	
Bernoulli(p)	 p	 p(1 - p)	
Binomial(p, n)	 np	 np(1 - p)	
Poisson(p)	 p	 p
Binary	response	Y	–	{0,	1}		
•  The	Bernoulli(p)	is	discrete	r.v.	with	two	possible	outcomes:	
•  p	and	q	=	1	–	p	
•  The	parameter	p	does	not	change	over	Cme			
•  Bernoulli	is	building	block	for	other	more	complicated	
distribuCons	
•  Examples:	
•  Coin	flips	{Heads,	Tails}	–	if	unbiased	
•  then	p	=	0.5	
•  Click	on	Ad,	Fail/Success	on	Exam
Generalized	Linear	model	-	IntuiCon
ExponenCal	Family
General	linear	model
Binary Data
Modeling	CounCng	/	Poisson	Data
Maximizing	the	Log-Likelihood	and	Parameters	
esCmaCon
Preprocessing
Pipeline
Problems	with	feature	types	
•  Big	number	of	features	->	Dimensionality	
reducCon	->	SVD,	PCA	
– Dimensionality	reduc)on:	“compress”	the	data	
from	a	high-dimensional	representaCon	into	a	
lower-dimensional	one	(useful	for	visualizaCon	or	
as	an	internal	transformaCon	for	other	ML	
algorithms)	
•  Sparse	features	->	Hashing
•  Instead	of	using	two	coordinates	( 𝒙, 𝒚)	to	describe	
point	locaCons,	let’s	use	only	one	coordinate	(𝒛)	
•  Point’s	posiCon	is	its	locaCon	along	vector	​ 𝒗↓ 𝟏 	
•  How	to	choose	​ 𝒗↓ 𝟏 ?	Minimize	reconstruc)on	error	
SVD	–	Dimensionality	ReducCon	
v1
first right
singular vector
Movie 1 rating
Movie2rating
SVD	-	Dimensionality	ReducCon	
More	details	
•  Q:	How	exactly	is	dim.	reduc)on	done?	
•  A:	Set	smallest	singular	values	to	zero	
	
46	
0.56 0.59 0.56 0.09 0.09
0.12 -0.02 0.12 -0.69 -0.69
0.40 -0.80 0.40 0.09 0.09
x	 x	
1 1 1 0 0
3 3 3 0 0
4 4 4 0 0
5 5 5 0 0
0 2 0 4 4
0 0 0 5 5
0 1 0 2 2
0.13 0.02 -0.01
0.41 0.07 -0.03
0.55 0.09 -0.04
0.68 0.11 -0.05
0.15 -0.59 0.65
0.07 -0.73 -0.67
0.07 -0.29 0.32
12.4 0 0
0 9.5 0
0 0 1.3
≈
SVD	-	Dimensionality	ReducCon	
More	details	
•  Q:	How	exactly	is	dim.	reduc)on	done?	
•  A:	Set	smallest	singular	values	to	zero	
	
47	
x	 x	
1 1 1 0 0
3 3 3 0 0
4 4 4 0 0
5 5 5 0 0
0 2 0 4 4
0 0 0 5 5
0 1 0 2 2
0.13 0.02 -0.01
0.41 0.07 -0.03
0.55 0.09 -0.04
0.68 0.11 -0.05
0.15 -0.59 0.65
0.07 -0.73 -0.67
0.07 -0.29 0.32
12.4 0 0
0 9.5 0
0 0 1.3
0.56 0.59 0.56 0.09 0.09
0.12 -0.02 0.12 -0.69 -0.69
0.40 -0.80 0.40 0.09 0.09
≈
SVD	-	Dimensionality	ReducCon	
More	details	
•  Q:	How	exactly	is	dim.	reduc)on	done?	
•  A:	Set	smallest	singular	values	to	zero	
	
≈	 x	 x	
1 1 1 0 0
3 3 3 0 0
4 4 4 0 0
5 5 5 0 0
0 2 0 4 4
0 0 0 5 5
0 1 0 2 2
0.13 0.02
0.41 0.07
0.55 0.09
0.68 0.11
0.15 -0.59
0.07 -0.73
0.07 -0.29
12.4 0
0 9.5
0.56 0.59 0.56 0.09 0.09
0.12 -0.02 0.12 -0.69 -0.69
ǁA-BǁF =	√	Σij (Aij-Bij)2
is	“small”	
SVD	–	Dimensionality	ReducCon	(PCA	
generalizaCon)	
More	details	
•  Q:	How	exactly	is	dim.	reduc)on	done?	
•  A:	Set	smallest	singular	values	to	zero	
	
≈	
1 1 1 0 0
3 3 3 0 0
4 4 4 0 0
5 5 5 0 0
0 2 0 4 4
0 0 0 5 5
0 1 0 2 2
0.92 0.95 0.92 0.01 0.01
2.91 3.01 2.91 -0.01 -0.01
3.90 4.04 3.90 0.01 0.01
4.82 5.00 4.82 0.03 0.03
0.70 0.53 0.70 4.11 4.11
-0.69 1.34 -0.69 4.78 4.78
0.32 0.23 0.32 2.01 2.01
Frobenius	norm:	
ǁMǁF =	√Σij Mij
2
Feature selection - example
Dummy Encoding
(De)MoCvaCon
SoluCon	to	those	problems	with	
features
Pipeline
Factorization Machine (degree 2)
General Applications of FMs
Summary	Pipeline
Pipeline
From	prototype	to	producCon	
•  Prototype	vs	ProducCon	Cme?	–	model	
(pipeline)	should	stay	the	same
Libraries
QuesCons?
Thank	you!!!
References	
•  hRps://www.coursera.org/learn/machine-
learning	
•  hRp://www.cs.cmu.edu/~tom/	
•  hRp://scikit-learn.org/stable/	
•  hRp://www.scalanlp.org/	
•  hRp://www.algo.uni-konstanz.de/members/
rendle/pdf/Rendle2010FM.pdf	
•  hRps://securityintelligence.com/factorizaCon-
machines-a-new-way-of-looking-at-machine-
learning/
References	
•  An	IntroducCon	to	Generalized	Linear	Models	
–	AnneRe	Dobson,	Adrian	BarneR	
•  Applying	Generalized	Linear	Models	–	James	
Lindsey	
•  hRps://www.codementor.io/jadianes/
building-a-recommender-with-apache-spark-
python-example-app-part1-du1083qbw	
•  hRps://www.chrisstucchio.com/blog/
index.html

More Related Content

What's hot

H2O Distributed Deep Learning by Arno Candel 071614
H2O Distributed Deep Learning by Arno Candel 071614H2O Distributed Deep Learning by Arno Candel 071614
H2O Distributed Deep Learning by Arno Candel 071614
Sri Ambati
 
Training Neural Networks
Training Neural NetworksTraining Neural Networks
Training Neural Networks
Databricks
 
"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)
"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)
"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)
Tech in Asia ID
 
Squeezing Deep Learning Into Mobile Phones
Squeezing Deep Learning Into Mobile PhonesSqueezing Deep Learning Into Mobile Phones
Squeezing Deep Learning Into Mobile Phones
Anirudh Koul
 
Applying your Convolutional Neural Networks
Applying your Convolutional Neural NetworksApplying your Convolutional Neural Networks
Applying your Convolutional Neural Networks
Databricks
 
Practical Deep Learning
Practical Deep LearningPractical Deep Learning
Practical Deep Learning
André Karpištšenko
 
Deep Learning for AI (3)
Deep Learning for AI (3)Deep Learning for AI (3)
Deep Learning for AI (3)
Dongheon Lee
 
Deep Learning in Python with Tensorflow for Finance
Deep Learning in Python with Tensorflow for FinanceDeep Learning in Python with Tensorflow for Finance
Deep Learning in Python with Tensorflow for Finance
Ben Ball
 
Neural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for PhysicistsNeural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for Physicists
Héloïse Nonne
 
The Art Of Backpropagation
The Art Of BackpropagationThe Art Of Backpropagation
The Art Of Backpropagation
Jennifer Prendki
 
Wapid and wobust active online machine leawning with Vowpal Wabbit
Wapid and wobust active online machine leawning with Vowpal Wabbit Wapid and wobust active online machine leawning with Vowpal Wabbit
Wapid and wobust active online machine leawning with Vowpal Wabbit Antti Haapala
 
How to win data science competitions with Deep Learning
How to win data science competitions with Deep LearningHow to win data science competitions with Deep Learning
How to win data science competitions with Deep Learning
Sri Ambati
 
PFN Spring Internship Final Report: Autonomous Drive by Deep RL
PFN Spring Internship Final Report: Autonomous Drive by Deep RLPFN Spring Internship Final Report: Autonomous Drive by Deep RL
PFN Spring Internship Final Report: Autonomous Drive by Deep RL
Naoto Yoshida
 
Deep Learning: Advances Of The Last Year
Deep Learning: Advances Of The Last Year Deep Learning: Advances Of The Last Year
Deep Learning: Advances Of The Last Year
Eduard Tyantov
 
AI powered emotion recognition: From Inception to Production - Global AI Conf...
AI powered emotion recognition: From Inception to Production - Global AI Conf...AI powered emotion recognition: From Inception to Production - Global AI Conf...
AI powered emotion recognition: From Inception to Production - Global AI Conf...
Apache MXNet
 
H2O Deep Learning at Next.ML
H2O Deep Learning at Next.MLH2O Deep Learning at Next.ML
H2O Deep Learning at Next.ML
Sri Ambati
 
Large Scale Deep Learning with TensorFlow
Large Scale Deep Learning with TensorFlow Large Scale Deep Learning with TensorFlow
Large Scale Deep Learning with TensorFlow
Jen Aman
 
TensorFlow 101
TensorFlow 101TensorFlow 101
TensorFlow 101
Raghu Rajah
 
Generating Sequences with Deep LSTMs & RNNS in julia
Generating Sequences with Deep LSTMs & RNNS in juliaGenerating Sequences with Deep LSTMs & RNNS in julia
Generating Sequences with Deep LSTMs & RNNS in julia
Andre Pemmelaar
 
Neural networks
Neural networksNeural networks
Neural networks
Prakhar Mishra
 

What's hot (20)

H2O Distributed Deep Learning by Arno Candel 071614
H2O Distributed Deep Learning by Arno Candel 071614H2O Distributed Deep Learning by Arno Candel 071614
H2O Distributed Deep Learning by Arno Candel 071614
 
Training Neural Networks
Training Neural NetworksTraining Neural Networks
Training Neural Networks
 
"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)
"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)
"Practical Machine Learning With Ruby" by Iqbal Farabi (ID Ruby Community)
 
Squeezing Deep Learning Into Mobile Phones
Squeezing Deep Learning Into Mobile PhonesSqueezing Deep Learning Into Mobile Phones
Squeezing Deep Learning Into Mobile Phones
 
Applying your Convolutional Neural Networks
Applying your Convolutional Neural NetworksApplying your Convolutional Neural Networks
Applying your Convolutional Neural Networks
 
Practical Deep Learning
Practical Deep LearningPractical Deep Learning
Practical Deep Learning
 
Deep Learning for AI (3)
Deep Learning for AI (3)Deep Learning for AI (3)
Deep Learning for AI (3)
 
Deep Learning in Python with Tensorflow for Finance
Deep Learning in Python with Tensorflow for FinanceDeep Learning in Python with Tensorflow for Finance
Deep Learning in Python with Tensorflow for Finance
 
Neural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for PhysicistsNeural Networks and Deep Learning for Physicists
Neural Networks and Deep Learning for Physicists
 
The Art Of Backpropagation
The Art Of BackpropagationThe Art Of Backpropagation
The Art Of Backpropagation
 
Wapid and wobust active online machine leawning with Vowpal Wabbit
Wapid and wobust active online machine leawning with Vowpal Wabbit Wapid and wobust active online machine leawning with Vowpal Wabbit
Wapid and wobust active online machine leawning with Vowpal Wabbit
 
How to win data science competitions with Deep Learning
How to win data science competitions with Deep LearningHow to win data science competitions with Deep Learning
How to win data science competitions with Deep Learning
 
PFN Spring Internship Final Report: Autonomous Drive by Deep RL
PFN Spring Internship Final Report: Autonomous Drive by Deep RLPFN Spring Internship Final Report: Autonomous Drive by Deep RL
PFN Spring Internship Final Report: Autonomous Drive by Deep RL
 
Deep Learning: Advances Of The Last Year
Deep Learning: Advances Of The Last Year Deep Learning: Advances Of The Last Year
Deep Learning: Advances Of The Last Year
 
AI powered emotion recognition: From Inception to Production - Global AI Conf...
AI powered emotion recognition: From Inception to Production - Global AI Conf...AI powered emotion recognition: From Inception to Production - Global AI Conf...
AI powered emotion recognition: From Inception to Production - Global AI Conf...
 
H2O Deep Learning at Next.ML
H2O Deep Learning at Next.MLH2O Deep Learning at Next.ML
H2O Deep Learning at Next.ML
 
Large Scale Deep Learning with TensorFlow
Large Scale Deep Learning with TensorFlow Large Scale Deep Learning with TensorFlow
Large Scale Deep Learning with TensorFlow
 
TensorFlow 101
TensorFlow 101TensorFlow 101
TensorFlow 101
 
Generating Sequences with Deep LSTMs & RNNS in julia
Generating Sequences with Deep LSTMs & RNNS in juliaGenerating Sequences with Deep LSTMs & RNNS in julia
Generating Sequences with Deep LSTMs & RNNS in julia
 
Neural networks
Neural networksNeural networks
Neural networks
 

Viewers also liked

Will Internet of Things change the world or it is yet another buzzword?
Will Internet of Things change the world or it is yet another buzzword?Will Internet of Things change the world or it is yet another buzzword?
Will Internet of Things change the world or it is yet another buzzword?
Philip Yankov
 
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Mihail Stoynov
 
Robotics in Medical Care - Howie Choset
Robotics in Medical Care - Howie Choset Robotics in Medical Care - Howie Choset
Robotics in Medical Care - Howie Choset
World Economic Forum
 
Greatest Moments of Digital History
Greatest Moments of Digital HistoryGreatest Moments of Digital History
Greatest Moments of Digital HistoryMonty C. M. Metzger
 
Augmented Reality - Blair MacIntyre
Augmented Reality - Blair MacIntyre Augmented Reality - Blair MacIntyre
Augmented Reality - Blair MacIntyre
World Economic Forum
 
Our Data, Ourselves - Ramayya Krishnan
Our Data, Ourselves - Ramayya Krishnan Our Data, Ourselves - Ramayya Krishnan
Our Data, Ourselves - Ramayya Krishnan
World Economic Forum
 
Digital Apps At the Speed of Thought - Confluence of Agile & DevOps
Digital Apps At the Speed of Thought - Confluence of Agile & DevOpsDigital Apps At the Speed of Thought - Confluence of Agile & DevOps
Digital Apps At the Speed of Thought - Confluence of Agile & DevOps
VSR *
 
Managing Catastrophic Risks - Satoru Nishikawa
Managing Catastrophic Risks - Satoru NishikawaManaging Catastrophic Risks - Satoru Nishikawa
Managing Catastrophic Risks - Satoru Nishikawa
World Economic Forum
 
24 Tips for Leading Self & Leading Others
24 Tips for Leading Self & Leading Others 24 Tips for Leading Self & Leading Others
24 Tips for Leading Self & Leading Others
VSR *
 
Trend Watch: Eventbranche, Live Marketing, Event Agenturen, Event Marketing
Trend Watch: Eventbranche, Live Marketing, Event Agenturen, Event MarketingTrend Watch: Eventbranche, Live Marketing, Event Agenturen, Event Marketing
Trend Watch: Eventbranche, Live Marketing, Event Agenturen, Event MarketingMonty C. M. Metzger
 
Trend Hacking: Trends Verstehen & Nutzen
Trend Hacking: Trends Verstehen & NutzenTrend Hacking: Trends Verstehen & Nutzen
Trend Hacking: Trends Verstehen & Nutzen
Monty C. M. Metzger
 
The Internet of Things: Sensors, Smart Objects & Quantified Self
The Internet of Things: Sensors, Smart Objects & Quantified SelfThe Internet of Things: Sensors, Smart Objects & Quantified Self
The Internet of Things: Sensors, Smart Objects & Quantified Self
Monty C. M. Metzger
 
New Frontiers: Optogenetics - I-han Chou
New Frontiers: Optogenetics - I-han Chou New Frontiers: Optogenetics - I-han Chou
New Frontiers: Optogenetics - I-han Chou
World Economic Forum
 
Digital Future: Trends & Opportunities You Need to Know About
Digital Future: Trends & Opportunities You Need to Know AboutDigital Future: Trends & Opportunities You Need to Know About
Digital Future: Trends & Opportunities You Need to Know About
Monty C. M. Metzger
 
SAP HANA Express Edition
SAP HANA Express EditionSAP HANA Express Edition
SAP HANA Express Edition
Jose Nunes
 
Digital Big Bang: New TLDs, New Opportunities?
Digital Big Bang: New TLDs, New Opportunities?Digital Big Bang: New TLDs, New Opportunities?
Digital Big Bang: New TLDs, New Opportunities?Monty C. M. Metzger
 
Global Leadership Fellows Programme 2011
Global Leadership Fellows Programme 2011Global Leadership Fellows Programme 2011
Global Leadership Fellows Programme 2011
World Economic Forum
 
Übersicht über die SAP HANA Cloud Platform
Übersicht über die SAP HANA Cloud PlatformÜbersicht über die SAP HANA Cloud Platform
Übersicht über die SAP HANA Cloud Platform
Rui Nogueira
 

Viewers also liked (20)

Will Internet of Things change the world or it is yet another buzzword?
Will Internet of Things change the world or it is yet another buzzword?Will Internet of Things change the world or it is yet another buzzword?
Will Internet of Things change the world or it is yet another buzzword?
 
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
Modules in Java? Finally! (OpenJDK 9 Jigsaw, JSR376)
 
Robotics in Medical Care - Howie Choset
Robotics in Medical Care - Howie Choset Robotics in Medical Care - Howie Choset
Robotics in Medical Care - Howie Choset
 
Greatest Moments of Digital History
Greatest Moments of Digital HistoryGreatest Moments of Digital History
Greatest Moments of Digital History
 
Augmented Reality - Blair MacIntyre
Augmented Reality - Blair MacIntyre Augmented Reality - Blair MacIntyre
Augmented Reality - Blair MacIntyre
 
Our Data, Ourselves - Ramayya Krishnan
Our Data, Ourselves - Ramayya Krishnan Our Data, Ourselves - Ramayya Krishnan
Our Data, Ourselves - Ramayya Krishnan
 
The Next Wave of Social Media
The Next Wave of Social MediaThe Next Wave of Social Media
The Next Wave of Social Media
 
Connecting the Unconnected
Connecting the UnconnectedConnecting the Unconnected
Connecting the Unconnected
 
Digital Apps At the Speed of Thought - Confluence of Agile & DevOps
Digital Apps At the Speed of Thought - Confluence of Agile & DevOpsDigital Apps At the Speed of Thought - Confluence of Agile & DevOps
Digital Apps At the Speed of Thought - Confluence of Agile & DevOps
 
Managing Catastrophic Risks - Satoru Nishikawa
Managing Catastrophic Risks - Satoru NishikawaManaging Catastrophic Risks - Satoru Nishikawa
Managing Catastrophic Risks - Satoru Nishikawa
 
24 Tips for Leading Self & Leading Others
24 Tips for Leading Self & Leading Others 24 Tips for Leading Self & Leading Others
24 Tips for Leading Self & Leading Others
 
Trend Watch: Eventbranche, Live Marketing, Event Agenturen, Event Marketing
Trend Watch: Eventbranche, Live Marketing, Event Agenturen, Event MarketingTrend Watch: Eventbranche, Live Marketing, Event Agenturen, Event Marketing
Trend Watch: Eventbranche, Live Marketing, Event Agenturen, Event Marketing
 
Trend Hacking: Trends Verstehen & Nutzen
Trend Hacking: Trends Verstehen & NutzenTrend Hacking: Trends Verstehen & Nutzen
Trend Hacking: Trends Verstehen & Nutzen
 
The Internet of Things: Sensors, Smart Objects & Quantified Self
The Internet of Things: Sensors, Smart Objects & Quantified SelfThe Internet of Things: Sensors, Smart Objects & Quantified Self
The Internet of Things: Sensors, Smart Objects & Quantified Self
 
New Frontiers: Optogenetics - I-han Chou
New Frontiers: Optogenetics - I-han Chou New Frontiers: Optogenetics - I-han Chou
New Frontiers: Optogenetics - I-han Chou
 
Digital Future: Trends & Opportunities You Need to Know About
Digital Future: Trends & Opportunities You Need to Know AboutDigital Future: Trends & Opportunities You Need to Know About
Digital Future: Trends & Opportunities You Need to Know About
 
SAP HANA Express Edition
SAP HANA Express EditionSAP HANA Express Edition
SAP HANA Express Edition
 
Digital Big Bang: New TLDs, New Opportunities?
Digital Big Bang: New TLDs, New Opportunities?Digital Big Bang: New TLDs, New Opportunities?
Digital Big Bang: New TLDs, New Opportunities?
 
Global Leadership Fellows Programme 2011
Global Leadership Fellows Programme 2011Global Leadership Fellows Programme 2011
Global Leadership Fellows Programme 2011
 
Übersicht über die SAP HANA Cloud Platform
Übersicht über die SAP HANA Cloud PlatformÜbersicht über die SAP HANA Cloud Platform
Übersicht über die SAP HANA Cloud Platform
 

Similar to Supervised Learning Algorithms - Analysis of different approaches

Dimensionality reduction: SVD and its applications
Dimensionality reduction: SVD and its applicationsDimensionality reduction: SVD and its applications
Dimensionality reduction: SVD and its applications
Viet-Trung TRAN
 
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Mathieu DESPRIEE
 
Big Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao PauloBig Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao Paulo
OCTO Technology
 
Machine learning workshop @DYP Pune
Machine learning workshop @DYP PuneMachine learning workshop @DYP Pune
Machine learning workshop @DYP Pune
Ganesh Raskar
 
6 data envelopment_analysis
6 data envelopment_analysis6 data envelopment_analysis
6 data envelopment_analysis
FEG
 
Tim connecting-the-dots
Tim connecting-the-dotsTim connecting-the-dots
Tim connecting-the-dots
Timothy Head
 
Feature Engineering
Feature Engineering Feature Engineering
Feature Engineering
odsc
 
Big Data Challenges and Solutions
Big Data Challenges and SolutionsBig Data Challenges and Solutions
The Machine Learning Workflow with Azure
The Machine Learning Workflow with AzureThe Machine Learning Workflow with Azure
The Machine Learning Workflow with Azure
Ivo Andreev
 
Machine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data DemystifiedMachine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data Demystified
Omid Vahdaty
 
Keynote at IWLS 2017
Keynote at IWLS 2017Keynote at IWLS 2017
Keynote at IWLS 2017
Manish Pandey
 
Week2- Deep Learning Intuition.pptx
Week2- Deep Learning Intuition.pptxWeek2- Deep Learning Intuition.pptx
Week2- Deep Learning Intuition.pptx
fahmi324663
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine Learning
Rudradeb Mitra
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Provectus
 
Machine Learning, Deep Learning and Data Analysis Introduction
Machine Learning, Deep Learning and Data Analysis IntroductionMachine Learning, Deep Learning and Data Analysis Introduction
Machine Learning, Deep Learning and Data Analysis Introduction
Te-Yen Liu
 
Defcon 21-pinto-defending-networks-machine-learning by pseudor00t
Defcon 21-pinto-defending-networks-machine-learning by pseudor00tDefcon 21-pinto-defending-networks-machine-learning by pseudor00t
Defcon 21-pinto-defending-networks-machine-learning by pseudor00t
pseudor00t overflow
 
Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...
Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...
Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...
Ricardo Guerrero Gómez-Olmedo
 
An Introduction to Deep Learning with Apache MXNet (November 2017)
An Introduction to Deep Learning with Apache MXNet (November 2017)An Introduction to Deep Learning with Apache MXNet (November 2017)
An Introduction to Deep Learning with Apache MXNet (November 2017)
Julien SIMON
 
AI & ML in Cyber Security - Why Algorithms Are Dangerous
AI & ML in Cyber Security - Why Algorithms Are DangerousAI & ML in Cyber Security - Why Algorithms Are Dangerous
AI & ML in Cyber Security - Why Algorithms Are Dangerous
Raffael Marty
 
Introduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdfIntroduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdf
TulasiramKandula1
 

Similar to Supervised Learning Algorithms - Analysis of different approaches (20)

Dimensionality reduction: SVD and its applications
Dimensionality reduction: SVD and its applicationsDimensionality reduction: SVD and its applications
Dimensionality reduction: SVD and its applications
 
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
 
Big Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao PauloBig Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao Paulo
 
Machine learning workshop @DYP Pune
Machine learning workshop @DYP PuneMachine learning workshop @DYP Pune
Machine learning workshop @DYP Pune
 
6 data envelopment_analysis
6 data envelopment_analysis6 data envelopment_analysis
6 data envelopment_analysis
 
Tim connecting-the-dots
Tim connecting-the-dotsTim connecting-the-dots
Tim connecting-the-dots
 
Feature Engineering
Feature Engineering Feature Engineering
Feature Engineering
 
Big Data Challenges and Solutions
Big Data Challenges and SolutionsBig Data Challenges and Solutions
Big Data Challenges and Solutions
 
The Machine Learning Workflow with Azure
The Machine Learning Workflow with AzureThe Machine Learning Workflow with Azure
The Machine Learning Workflow with Azure
 
Machine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data DemystifiedMachine Learning Essentials Demystified part2 | Big Data Demystified
Machine Learning Essentials Demystified part2 | Big Data Demystified
 
Keynote at IWLS 2017
Keynote at IWLS 2017Keynote at IWLS 2017
Keynote at IWLS 2017
 
Week2- Deep Learning Intuition.pptx
Week2- Deep Learning Intuition.pptxWeek2- Deep Learning Intuition.pptx
Week2- Deep Learning Intuition.pptx
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine Learning
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
 
Machine Learning, Deep Learning and Data Analysis Introduction
Machine Learning, Deep Learning and Data Analysis IntroductionMachine Learning, Deep Learning and Data Analysis Introduction
Machine Learning, Deep Learning and Data Analysis Introduction
 
Defcon 21-pinto-defending-networks-machine-learning by pseudor00t
Defcon 21-pinto-defending-networks-machine-learning by pseudor00tDefcon 21-pinto-defending-networks-machine-learning by pseudor00t
Defcon 21-pinto-defending-networks-machine-learning by pseudor00t
 
Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...
Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...
Meetup Python Madrid 2018: ¿Segmentación semántica? ¿Pero de qué me estás hab...
 
An Introduction to Deep Learning with Apache MXNet (November 2017)
An Introduction to Deep Learning with Apache MXNet (November 2017)An Introduction to Deep Learning with Apache MXNet (November 2017)
An Introduction to Deep Learning with Apache MXNet (November 2017)
 
AI & ML in Cyber Security - Why Algorithms Are Dangerous
AI & ML in Cyber Security - Why Algorithms Are DangerousAI & ML in Cyber Security - Why Algorithms Are Dangerous
AI & ML in Cyber Security - Why Algorithms Are Dangerous
 
Introduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdfIntroduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdf
 

Recently uploaded

In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
AlaminAfendy1
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
alishadewangan1
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
sanjana502982
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Sérgio Sacani
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
Abdul Wali Khan University Mardan,kP,Pakistan
 
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdfMudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
frank0071
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
Wasswaderrick3
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
Gokturk Mehmet Dilci
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
University of Maribor
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
SAMIR PANDA
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
University of Maribor
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
RenuJangid3
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Studia Poinsotiana
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Erdal Coalmaker
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
fafyfskhan251kmf
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
PRIYANKA PATEL
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
Sharon Liu
 

Recently uploaded (20)

In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
 
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdfMudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
 

Supervised Learning Algorithms - Analysis of different approaches