SlideShare a Scribd company logo
Big	Data	and	Machine	
Learning	for	businesses
By	Abdul	Wahid
Who	AM	I
Abdul	Wahid
CEO	at	GleeTech (http://gleetech.com)
• Started	working	as	a	Software	Engineer	in	2005.
• PhD	(Computer	Science).
• 2016,	Victoria	University	of	Wellington
• Help	people	to	develop	awesome	digital	products.
• Passionate	about
• Big	Data
• Machine	Learning
• Tech	Startups/Businesses
• Email:abdul@gleetech.com
• Personal	site:	http://awahid.net
What	is	Big	Data?
Big	Data
• Additional	Dimentions
• Complexity
• Multiple	sources	and	data	streams
• Variability
• Unpredictable	Data	flows.
• Social	media	trending.
Data	is	the	new	Oil	of	the	Digital	
Economy
Wired	2014
Why	Big	Data	is	important
• Data	contains	information.
• Information	leads	to	insights.
• Insights	helps	in	making	better	decisions.
Examples	- Using	data
• Weather	Data
• Utility	&	Manufacturing	companies	
• Transport	&	Tourism
• News,	Accidents,	Census
• Insurance	Companies	
• Survey,	Blogs,	Comments,	Tweets
• Marketing	Analysis
• Customer	Segmentation
Examples	- Benefits	of	data
• Sports
• Strategies,	Data	driven	analytics
• Entertainment
• Users	opinions,	Sentiments
• Retail
• Consumer	behavior
• Health	Care
• Patient/symptom	analysis
• Financial	Institutions
• Fraud	Detection
How	to	derive	insights	from	data?
Machine	Learning?
“Field	of	study	that	gives	computers	the	ability	to	learn	without	being	explicitly	
programmed.”	Arthur	Samuel	(1959).
https://www.linkedin.com/pulse/business-intelligence-its-relationship-big-data-geekstyle
Top	Algorithms
• Supervised	Learning
• Decision	Trees
• Naïve	Bayes	Classification
• Ordinary	Least	Squares	Regression
• Logistic	Regression
• Support	Vector	Machines
• Ensemble	Methods
• Unsupervised	Learning
• Clustering	Algorithms	
• Centroid-based	algorithms
• Connectivity-based	algorithms
• Density-based	algorithms
• Probabilistic
• Dimensionality	Reduction
• Neural	networks	/	Deep	Learning
• Principal	Component	Analysis
• Singular	Value	Decomposition
• Independent	Component	Analysis
Example
• We	want	some	hypothesis	h	that	predicts	whether	we	will	be	paid	back
1. +a,	-c,	+i,	+e,	+o,	+u:	Y
2. -a,	+c,	-i,	+e,	-o,	-u:	N
3. +a,	-c,	+i,	-e,	-o,	-u:	Y
4. -a,	-c,	+i,	+e,	-o,	-u:	Y
5. -a,	+c,	+i,	-e,	-o,	-u:	N
6. -a,	-c,	+i,	-e,	-o,	+u:	Y
7. +a,	-c,	-i,	-e,	+o,	-u:	N
8. +a,	+c,	+i,	-e,	+o,	-u:	N
• Lots	of	possible	hypotheses:	will	be	paid	back	if…
• Income	is	high	(wrong	on	2	occasions	in	training	data)
• Income	is	high	and	no	Criminal	record	(always	right	in	training	data)
• (Address	is	known	AND	((NOT	Old)	OR	Unemployed))	OR	((NOT	Address	is	known)	AND	(NOT	
Criminal	Record))	(always	right	in	training	data)
• Which	one	seems	best?		Anything	better?
Decision	trees
high	Income?
yes no
NO
yes no
NO
Criminal	record?
YES
Constructing	a	decision	
tree,	one	step	at	a	time address?
yes no
+a,	-c,	+i,	+e,	+o,	+u:	Y
-a,	+c,	-i,	+e,	-o,	-u:	N
+a,	-c,	+i,	-e,	-o,	-u:	Y
-a,	-c,	+i,	+e,	-o,	-u:	Y
-a,	+c,	+i,	-e,	-o,	-u:	N
-a,	-c,	+i,	-e,	-o,	+u:	Y
+a,	-c,	-i,	-e,	+o,	-u:	N
+a,	+c,	+i,	-e,	+o,	-u:	N
-a,	+c,	-i,	+e,	-o,	-u:	N
-a,	-c,	+i,	+e,	-o,	-u:	Y
-a,	+c,	+i,	-e,	-o,	-u:	N
-a,	-c,	+i,	-e,	-o,	+u:	Y
+a,	-c,	+i,	+e,	+o,	+u:	Y
+a,	-c,	+i,	-e,	-o,	-u:	Y
+a,	-c,	-i,	-e,	+o,	-u:	N
+a,	+c,	+i,	-e,	+o,	-u:	N
criminal? criminal?
-a,	+c,	-i,	+e,	-o,	-u:	N
-a,	+c,	+i,	-e,	-o,	-u:	N
-a,	-c,	+i,	+e,	-o,	-u:	Y
-a,	-c,	+i,	-e,	-o,	+u:	Y
+a,	-c,	+i,	+e,	+o,	+u:	Y
+a,	-c,	+i,	-e,	-o,	-u:	Y
+a,	-c,	-i,	-e,	+o,	-u:	N
+a,	+c,	+i,	-e,	+o,	-u:	N
income?
+a,	-c,	+i,	+e,	+o,	+u:	Y
+a,	-c,	+i,	-e,	-o,	-u:	Y
+a,	-c,	-i,	-e,	+o,	-u:	N
yes no
yes no
yes no Address	was	
maybe	not	the	
best	attribute	to	
start	with…
Starting	with	a	different	attribute
• Seems	like	a	much	better	starting	point	than	address
• Each	node	almost	completely	uniform
• Almost	completely	predicts	whether	we	will	be	paid	back
yes no
+a,	-c,	+i,	+e,	+o,	+u:	Y
-a,	+c,	-i,	+e,	-o,	-u:	N
+a,	-c,	+i,	-e,	-o,	-u:	Y
-a,	-c,	+i,	+e,	-o,	-u:	Y
-a,	+c,	+i,	-e,	-o,	-u:	N
-a,	-c,	+i,	-e,	-o,	+u:	Y
+a,	-c,	-i,	-e,	+o,	-u:	N
+a,	+c,	+i,	-e,	+o,	-u:	N
criminal?
-a,	+c,	-i,	+e,	-o,	-u:	N
-a,	+c,	+i,	-e,	-o,	-u:	N
+a,	+c,	+i,	-e,	+o,	-u:	N
+a,	-c,	+i,	+e,	+o,	+u:	Y
+a,	-c,	+i,	-e,	-o,	-u:	Y
-a,	-c,	+i,	+e,	-o,	-u:	Y
-a,	-c,	+i,	-e,	-o,	+u:	Y
+a,	-c,	-i,	-e,	+o,	-u:	N
Naïve	Bayes	Classification
Linear	Regression
• The	task	of	fitting	a	
straight	line	through	a	
set	of	points
Logistic	Regression
• Measures	the	relationship	
between	the	categorical	
dependent	variable	and	
one	or	more	independent	
variables
• Credit	Scoring
• Measuring	the	success	
rates	of	marketing	
campaigns
• Predicting	the	revenues	of	
a	certain	product
Support	Vector	Machine
• Binary	classification	algorithm
• SVM	generates	a	(N — 1)	
dimensional	hyperlane to	
separate	those	points	into	2	
groups.
Ensemble	Methods
Clustering	Algorithms
Principle	Component	Analysis
Singular	Value	Decomposition
• PCA	is	actually	a	simple	
application	of	SVD
Independent	Component	Analysis
• Revealing	hidden	factors	that	
underlie	sets	of	random	
variables.
• data	variables	are	assumed	to	
be	linear	mixtures	of	some	
unknown	latent	variables,	and	
the	mixing	system	is	also	
unknown.
• The	latent	variables	are	
assumed	non-gaussian and	
mutually	independent.
• Images,	Documents
https://thinkgrowth.org/artificial-intelligence-and-you-demystifying-the-technology-landscape-21d4d34fbb10
Conclusions
• Data	is	nothing	without	insights
• Machine	learning	is	the	key	for	deriving	insights	from	data	
• Big	Data	and	Machine	Learning	has	a	huge	potential
• Mobile	First	to	AI	First	Approach
Next	Steps
• Machine	Learning	Course
• https://www.coursera.org/learn/machine-learning
• Big	Data	Course
• https://www.coursera.org/specializations/big-data
• Must	know	Machine	Learning	Algorithms
• http://www.kdnuggets.com/2016/08/10-algorithms-machine-learning-
engineers.html
• Machine	Learning	Startups
• https://angel.co/machine-learning
• Recent	Cool	Startups
• http://www.informationweek.com/big-data/software-platforms/10-cool-machine-
learning-startups-to-watch/d/d-id/1326571
References
• https://www.slideshare.net/nasrinhussain1/big-data-ppt-
31616290?from_action=save
• http://www.kdnuggets.com/2016/08/10-algorithms-machine-learning-engineers.html
• https://www.slideshare.net/larsga/introduction-to-big-datamachine-learning/40-
Top_10_machine_learning_algs1
• https://www.google.com.pk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUK
Ewjx0_2Q5b7TAhXFPRQKHfiNCV8QFggmMAE&url=http%3A%2F%2Fnlp.cs.rpi.edu%2Fco
urse%2Fspring16%2Flecture10.pptx&usg=AFQjCNFFg6FbId7hqMj1lwbufcfPvb7Wmw
• https://thinkgrowth.org/artificial-intelligence-and-you-demystifying-the-technology-
landscape-21d4d34fbb10
• https://www.linkedin.com/pulse/business-intelligence-its-relationship-big-data-geekstyle

More Related Content

What's hot

Ppt on data science
Ppt on data science Ppt on data science
Ppt on data science
Ansh Budania
 
Artificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesArtificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecases
Vikas Jain
 
Social Media Meets Artificial Intelligence
Social Media Meets Artificial IntelligenceSocial Media Meets Artificial Intelligence
Social Media Meets Artificial Intelligence
Horacio González Duhart
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
Ganesh Satpute
 
Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science
Venkata Reddy Konasani
 
Introduction to AI & ML
Introduction to AI & MLIntroduction to AI & ML
Introduction to AI & ML
Mandy Sidana
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Kumar P
 
Machine learning
Machine learning Machine learning
Machine learning
Saurabh Agrawal
 
What is MLOps
What is MLOpsWhat is MLOps
What is MLOps
Henrik Skogström
 
Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...
Simplilearn
 
Data science
Data scienceData science
Data science
Mohamed Loey
 
Introduction to Machine learning with Python
Introduction to Machine learning with PythonIntroduction to Machine learning with Python
Introduction to Machine learning with Python
Chariza Pladin
 
The Future is in Responsible Generative AI
The Future is in Responsible Generative AIThe Future is in Responsible Generative AI
The Future is in Responsible Generative AI
Saeed Al Dhaheri
 
Machine learning seminar presentation
Machine learning seminar presentationMachine learning seminar presentation
Machine learning seminar presentation
sweety seth
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data science
Tharushi Ruwandika
 
Prediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptxPrediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptx
kumari36
 
A Framework for Navigating Generative Artificial Intelligence for Enterprise
A Framework for Navigating Generative Artificial Intelligence for EnterpriseA Framework for Navigating Generative Artificial Intelligence for Enterprise
A Framework for Navigating Generative Artificial Intelligence for Enterprise
RocketSource
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecases
Sreenatha Reddy K R
 
Introduction to ChatGPT and Overview of its capabilities and functionality.pdf
Introduction to ChatGPT and Overview of its capabilities and functionality.pdfIntroduction to ChatGPT and Overview of its capabilities and functionality.pdf
Introduction to ChatGPT and Overview of its capabilities and functionality.pdf
AD Techlogix - Website & Mobile App Development Company
 
Machine learning
Machine learningMachine learning
Machine learning
Navdeep Asteya
 

What's hot (20)

Ppt on data science
Ppt on data science Ppt on data science
Ppt on data science
 
Artificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesArtificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecases
 
Social Media Meets Artificial Intelligence
Social Media Meets Artificial IntelligenceSocial Media Meets Artificial Intelligence
Social Media Meets Artificial Intelligence
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 
Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science
 
Introduction to AI & ML
Introduction to AI & MLIntroduction to AI & ML
Introduction to AI & ML
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine learning
Machine learning Machine learning
Machine learning
 
What is MLOps
What is MLOpsWhat is MLOps
What is MLOps
 
Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...
 
Data science
Data scienceData science
Data science
 
Introduction to Machine learning with Python
Introduction to Machine learning with PythonIntroduction to Machine learning with Python
Introduction to Machine learning with Python
 
The Future is in Responsible Generative AI
The Future is in Responsible Generative AIThe Future is in Responsible Generative AI
The Future is in Responsible Generative AI
 
Machine learning seminar presentation
Machine learning seminar presentationMachine learning seminar presentation
Machine learning seminar presentation
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data science
 
Prediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptxPrediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptx
 
A Framework for Navigating Generative Artificial Intelligence for Enterprise
A Framework for Navigating Generative Artificial Intelligence for EnterpriseA Framework for Navigating Generative Artificial Intelligence for Enterprise
A Framework for Navigating Generative Artificial Intelligence for Enterprise
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecases
 
Introduction to ChatGPT and Overview of its capabilities and functionality.pdf
Introduction to ChatGPT and Overview of its capabilities and functionality.pdfIntroduction to ChatGPT and Overview of its capabilities and functionality.pdf
Introduction to ChatGPT and Overview of its capabilities and functionality.pdf
 
Machine learning
Machine learningMachine learning
Machine learning
 

Viewers also liked

Agile Software Development Scrum Vs Lean
Agile Software Development Scrum Vs LeanAgile Software Development Scrum Vs Lean
Agile Software Development Scrum Vs LeanAbdul Wahid
 
Machine Learning on Big Data
Machine Learning on Big DataMachine Learning on Big Data
Machine Learning on Big Data
Max Lin
 
Deep Learning through Examples
Deep Learning through ExamplesDeep Learning through Examples
Deep Learning through Examples
Sri Ambati
 
An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...
Sebastian Raschka
 
Tutorial on Deep learning and Applications
Tutorial on Deep learning and ApplicationsTutorial on Deep learning and Applications
Tutorial on Deep learning and Applications
NhatHai Phan
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningLior Rokach
 
Introduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningIntroduction to Big Data/Machine Learning
Introduction to Big Data/Machine Learning
Lars Marius Garshol
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
Lukas Masuch
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkDEEPASHRI HK
 

Viewers also liked (9)

Agile Software Development Scrum Vs Lean
Agile Software Development Scrum Vs LeanAgile Software Development Scrum Vs Lean
Agile Software Development Scrum Vs Lean
 
Machine Learning on Big Data
Machine Learning on Big DataMachine Learning on Big Data
Machine Learning on Big Data
 
Deep Learning through Examples
Deep Learning through ExamplesDeep Learning through Examples
Deep Learning through Examples
 
An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...
 
Tutorial on Deep learning and Applications
Tutorial on Deep learning and ApplicationsTutorial on Deep learning and Applications
Tutorial on Deep learning and Applications
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Introduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningIntroduction to Big Data/Machine Learning
Introduction to Big Data/Machine Learning
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 

Similar to Big data and machine learning for Businesses

The Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics SuccessThe Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics Success
BigInsights
 
The Value of Open Data_ Softelligence Romania
The Value of Open Data_ Softelligence RomaniaThe Value of Open Data_ Softelligence Romania
The Value of Open Data_ Softelligence Romania
Softelligence Romania
 
big data analytics pgpmx2015
big data analytics pgpmx2015big data analytics pgpmx2015
big data analytics pgpmx2015
Sanmeet Dhokay
 
Trends in data analytics
Trends in data analyticsTrends in data analytics
Trends in data analytics
Ramakrishnan Venkataramanan
 
Pervasive Analytics Gets Real
Pervasive Analytics Gets RealPervasive Analytics Gets Real
Pervasive Analytics Gets Real
Cloudera, Inc.
 
Insurance Industry Trends in 2015: #1 Big Data and Analytics
Insurance Industry Trends in 2015: #1 Big Data and AnalyticsInsurance Industry Trends in 2015: #1 Big Data and Analytics
Insurance Industry Trends in 2015: #1 Big Data and Analytics
Euro IT Group
 
How to create a kick ass business case for accessibility
How to create a kick ass business case for accessibilityHow to create a kick ass business case for accessibility
How to create a kick ass business case for accessibility
Intopia
 
Social Media in Organizations -Limerick Chamber of Commerce - Business Week
Social Media in Organizations -Limerick Chamber of Commerce - Business Week Social Media in Organizations -Limerick Chamber of Commerce - Business Week
Social Media in Organizations -Limerick Chamber of Commerce - Business Week
Stephen Jio
 
Big Data -- a free and open world
Big Data -- a free and open worldBig Data -- a free and open world
Big Data -- a free and open world
Charles Mok
 
Big data Business Use Cases
Big data  Business Use CasesBig data  Business Use Cases
Big data Business Use Cases
PromptCloud
 
How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...
How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...
How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...
Stephen Jio
 
Geary LSF MEDevice Healthcare Marketing Conference Presentation
Geary LSF MEDevice Healthcare Marketing Conference PresentationGeary LSF MEDevice Healthcare Marketing Conference Presentation
Geary LSF MEDevice Healthcare Marketing Conference Presentation
Katie Fellenz
 
Digital Transformation Business Evolution
Digital Transformation Business Evolution Digital Transformation Business Evolution
Digital Transformation Business Evolution
Digital Catapult
 
UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...
UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...
UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...
MicheleNati
 
Data Governance in a big data era
Data Governance in a big data eraData Governance in a big data era
Data Governance in a big data era
Pieter De Leenheer
 
Big data and analytics
Big data and analyticsBig data and analytics
Big data and analytics
Atilla Elçi
 
Data-driven marketing - expert panel
Data-driven marketing - expert panelData-driven marketing - expert panel
Data-driven marketing - expert panel
Cloudera, Inc.
 
Big Data in Financial Services
Big Data in Financial ServicesBig Data in Financial Services
Big Data in Financial Services
Thorhildur Jetzek, Ph.D.
 
The Tech-Minded CFO
The Tech-Minded CFO The Tech-Minded CFO
The Tech-Minded CFO
Argyle Executive Forum
 
The Rise of Data Science Master Class - Joe Nguyen, H Plus
The Rise of Data Science Master Class - Joe Nguyen, H PlusThe Rise of Data Science Master Class - Joe Nguyen, H Plus
The Rise of Data Science Master Class - Joe Nguyen, H Plus
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 

Similar to Big data and machine learning for Businesses (20)

The Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics SuccessThe Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics Success
 
The Value of Open Data_ Softelligence Romania
The Value of Open Data_ Softelligence RomaniaThe Value of Open Data_ Softelligence Romania
The Value of Open Data_ Softelligence Romania
 
big data analytics pgpmx2015
big data analytics pgpmx2015big data analytics pgpmx2015
big data analytics pgpmx2015
 
Trends in data analytics
Trends in data analyticsTrends in data analytics
Trends in data analytics
 
Pervasive Analytics Gets Real
Pervasive Analytics Gets RealPervasive Analytics Gets Real
Pervasive Analytics Gets Real
 
Insurance Industry Trends in 2015: #1 Big Data and Analytics
Insurance Industry Trends in 2015: #1 Big Data and AnalyticsInsurance Industry Trends in 2015: #1 Big Data and Analytics
Insurance Industry Trends in 2015: #1 Big Data and Analytics
 
How to create a kick ass business case for accessibility
How to create a kick ass business case for accessibilityHow to create a kick ass business case for accessibility
How to create a kick ass business case for accessibility
 
Social Media in Organizations -Limerick Chamber of Commerce - Business Week
Social Media in Organizations -Limerick Chamber of Commerce - Business Week Social Media in Organizations -Limerick Chamber of Commerce - Business Week
Social Media in Organizations -Limerick Chamber of Commerce - Business Week
 
Big Data -- a free and open world
Big Data -- a free and open worldBig Data -- a free and open world
Big Data -- a free and open world
 
Big data Business Use Cases
Big data  Business Use CasesBig data  Business Use Cases
Big data Business Use Cases
 
How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...
How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...
How Dell aligns Social within the Organisation - PRII Annual Conference - PR ...
 
Geary LSF MEDevice Healthcare Marketing Conference Presentation
Geary LSF MEDevice Healthcare Marketing Conference PresentationGeary LSF MEDevice Healthcare Marketing Conference Presentation
Geary LSF MEDevice Healthcare Marketing Conference Presentation
 
Digital Transformation Business Evolution
Digital Transformation Business Evolution Digital Transformation Business Evolution
Digital Transformation Business Evolution
 
UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...
UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...
UNICOM Conference on Digital Transformation - The Trust Framework Initiative ...
 
Data Governance in a big data era
Data Governance in a big data eraData Governance in a big data era
Data Governance in a big data era
 
Big data and analytics
Big data and analyticsBig data and analytics
Big data and analytics
 
Data-driven marketing - expert panel
Data-driven marketing - expert panelData-driven marketing - expert panel
Data-driven marketing - expert panel
 
Big Data in Financial Services
Big Data in Financial ServicesBig Data in Financial Services
Big Data in Financial Services
 
The Tech-Minded CFO
The Tech-Minded CFO The Tech-Minded CFO
The Tech-Minded CFO
 
The Rise of Data Science Master Class - Joe Nguyen, H Plus
The Rise of Data Science Master Class - Joe Nguyen, H PlusThe Rise of Data Science Master Class - Joe Nguyen, H Plus
The Rise of Data Science Master Class - Joe Nguyen, H Plus
 

Recently uploaded

哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
slg6lamcq
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
2023240532
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
vcaxypu
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
g4dpvqap0
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
ukgaet
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
pchutichetpong
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
benishzehra469
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
ahzuo
 
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
74nqk8xf
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
enxupq
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
Opendatabay
 

Recently uploaded (20)

哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
 
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
 

Big data and machine learning for Businesses