SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxColleen Farrelly
 
Ppt on data science
Ppt on data science Ppt on data science
Ppt on data science Ansh Budania
 
Data Science in Manufacturing and Automation
Data Science in Manufacturing and AutomationData Science in Manufacturing and Automation
Data Science in Manufacturing and AutomationRavishankar Rajagopalan
 
Journey of Generative AI
Journey of Generative AIJourney of Generative AI
Journey of Generative AIthomasjvarghese49
 
Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)Krishnaram Kenthapadi
 
The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022Bernard Marr
 
Machine Learning
Machine LearningMachine Learning
Machine LearningKumar P
 
Unleashing the Power of OpenAI GPT-3 in FME Data Integration Workflows
Unleashing the Power of OpenAI GPT-3 in FME Data Integration WorkflowsUnleashing the Power of OpenAI GPT-3 in FME Data Integration Workflows
Unleashing the Power of OpenAI GPT-3 in FME Data Integration WorkflowsSafe Software
 
Large Language Models Bootcamp
Large Language Models BootcampLarge Language Models Bootcamp
Large Language Models BootcampData Science Dojo
 
Introduction to data science club
Introduction to data science clubIntroduction to data science club
Introduction to data science clubData Science Club
 
ChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxJesus Rodriguez
 
Interpretable Machine Learning
Interpretable Machine LearningInterpretable Machine Learning
Interpretable Machine LearningSri Ambati
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data ScienceChristy Abraham Joy
 
Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...
Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...
Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...Simplilearn
 
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...Edureka!
 
Presentation on Big Data
Presentation on Big DataPresentation on Big Data
Presentation on Big DataMd. Salman Ahmed
 
Data Engineering Basics
Data Engineering BasicsData Engineering Basics
Data Engineering BasicsCatherine Kimani
 

Was ist angesagt? (20)

Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
 
Deep learning and Healthcare
Deep learning and HealthcareDeep learning and Healthcare
Deep learning and Healthcare
 
Ppt on data science
Ppt on data science Ppt on data science
Ppt on data science
 
Data Science in Manufacturing and Automation
Data Science in Manufacturing and AutomationData Science in Manufacturing and Automation
Data Science in Manufacturing and Automation
 
Journey of Generative AI
Journey of Generative AIJourney of Generative AI
Journey of Generative AI
 
Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)
 
The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Unleashing the Power of OpenAI GPT-3 in FME Data Integration Workflows
Unleashing the Power of OpenAI GPT-3 in FME Data Integration WorkflowsUnleashing the Power of OpenAI GPT-3 in FME Data Integration Workflows
Unleashing the Power of OpenAI GPT-3 in FME Data Integration Workflows
 
Large Language Models Bootcamp
Large Language Models BootcampLarge Language Models Bootcamp
Large Language Models Bootcamp
 
Introduction to data science club
Introduction to data science clubIntroduction to data science club
Introduction to data science club
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
ChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptx
 
Interpretable Machine Learning
Interpretable Machine LearningInterpretable Machine Learning
Interpretable Machine Learning
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...
Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...
Machine Learning vs Deep Learning vs Artificial Intelligence | ML vs DL vs AI...
 
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
 
Presentation on Big Data
Presentation on Big DataPresentation on Big Data
Presentation on Big Data
 
Data Engineering Basics
Data Engineering BasicsData Engineering Basics
Data Engineering Basics
 

Andere mochten auch

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 DataMax Lin
 
Deep Learning through Examples
Deep Learning through ExamplesDeep Learning through Examples
Deep Learning through ExamplesSri 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 ApplicationsNhatHai 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 LearningLars 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 IntelligenceLukas Masuch
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkDEEPASHRI HK
 

Andere mochten auch (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
 

Ähnlich wie 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 SuccessBigInsights
 
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 RomaniaSoftelligence Romania
 
big data analytics pgpmx2015
big data analytics pgpmx2015big data analytics pgpmx2015
big data analytics pgpmx2015Sanmeet Dhokay
 
Pervasive Analytics Gets Real
Pervasive Analytics Gets RealPervasive Analytics Gets Real
Pervasive Analytics Gets RealCloudera, 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 AnalyticsEuro 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 accessibilityIntopia
 
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 worldCharles Mok
 
Big data Business Use Cases
Big data  Business Use CasesBig data  Business Use Cases
Big data Business Use CasesPromptCloud
 
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 PresentationKatie 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 eraPieter De Leenheer
 
Big data and analytics
Big data and analyticsBig data and analytics
Big data and analyticsAtilla Elçi
 
Data-driven marketing - expert panel
Data-driven marketing - expert panelData-driven marketing - expert panel
Data-driven marketing - expert panelCloudera, Inc.
 

Ähnlich wie 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
 

KĂźrzlich hochgeladen

CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...gajnagarg
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...gajnagarg
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...only4webmaster01
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Pooja Nehwal
 
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...gajnagarg
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...amitlee9823
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectBoston Institute of Analytics
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNKTimothy Spann
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 

KĂźrzlich hochgeladen (20)

CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 

Big data and machine learning for Businesses