SlideShare ist ein Scribd-Unternehmen logo
1 von 27
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Introduction to Mahout
with HDInsight (Hadoop)
Chris Price
Senior BI Consultant
@BluewaterSQL
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Intro
Chris Price
Senior BI Consultant with Pragmatic Works
Author
Regular Speaker
Data Geek & Super Dad!
@BluewaterSQL
http://bluewatersql.wordpress.com/
cprice@pragmaticworks.com
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Survey
 Whose currently using Machine Learning?
 Google
 Facebook
 LinkedIn
 Twitter
 Amazon
 Wal-Mart
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Outline
 Mahout Introduction
 The Algorithms
 Hands On:
 A recommendation engine
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Riding the Elephant
 Born out of the Apache Lucene project
 Top-level Apache project
 A scalable machine learning library
 Fast, Efficient & Pragmatic
 Many of the algorithms can be run on Hadoop
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Algorithms
 Collaborative Filtering
 Item/User Recommenders
 Clustering
 Grouping movies by type
 Classification
 Categorizing documents
 Frequent Itemset
 Market basket analysis
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Collaborative Filtering
 Find subset of users who have similar
taste/preferences to target user and use this
subset for recommendations
 Types:
 User-Based
 Item-Based
 Examples:
 Amazon
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Clustering
 Group similar objects
 Examples:
 News Aggregator
 Customer Grouping
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Clustering
 Algorithms:
 K-Means
 Fuzzy K-Means
 Mean Shift
 Canopy
 Dirichlet
 Similarity Distance:
 Euclidean
 Squared Euclidean
 Cosine
 Tanimoto
 Manhattan
** Also weighted measures
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Clustering
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Classification
 Using a pre-determined set of groups:
 Predict the type of a new object based on its
features
 Classifiable Data
 Continuous – Quantitative Value (i.e. Stock Price)
 Categorical – Small known set (i.e. Colors)
 Word-Like – Large unknown set
 Text-Like – Many word-like that are unordered
 Examples:
 Spam Identification
 Photo Facial Recognition
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Frequent Itemset
 Examples:
 Product Placement
 Market Basket Analysis
 Query Recommendations
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Mahout on HDInsight
 Installation
 Download
 http://www.apache.org/dyn/closer.cgi/mahout/
 Unpack
 Add to Path (Environment Variable)
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Recommendation Engine
 Define the Business Objective
 Metrics
 Context
 Identify Data
 Sources
 Normalization
 Data Shift
 Which Algorithm?
 Integration?
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Business Objective
Navigational
Inefficiency
Cross-Sell
Up-Sell
Increase #
of Orders
Increase Items
per Order
Increase
Average
Item Price
Website
Increase
Revenue
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Handling Context
???
January
20 degrees & Snowing…..
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Data Acquisition
 Sources of Data for Recommendation
 Implicit
 Ratings
 Feedback
 Demographics
 Pyschographics (Personality/Lifestyle/Attitude),
 Ephemeral Need (Need for a moment)
 Explicit
 Purchase History
 Click/Browse History
 Product/Item
 Taxonomy
 Attributes
 Descriptions
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Data Preparation
 Preparation
 Remove Outliers (Z-Score)
 Remove frequent buyers (Skew)
 Normalize Data (Unity-Based)
 Beware of Data Shift
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Algorithms
 Collaborative Filtering (Mahout)
 User-Based
 Item-Based
 Content-Based (Mahout Clustering)
 Data Mining (SSAS)
 Association
 Clustering
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
CF Recommendations
 Neighborhood Formation
 Similarity Metrics
 Pearson Correlation
 Euclidean Distance
 Spearman Correlation
 Cosine
 Tanimoto Coefficient
 Log-Likelihood
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
CF Pseudo-Code
for each item i that u has no preference
for each user v that has a preference for i
compute similarity s between u and v
calculate running average of v‘s
preference for i, weighted by s
return top ranked (weighted average) i
Restrict to Neighborhood
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Testing
 Smell Test
 Built-In (Requires Java Coding)
 Root Mean Squared Error (RMSE)
 Average Absolute Difference
RandomUtils.useTestSeed()
Evaluator.evaluate(builder,null,0.7,1.0)
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Recommendation Engine Steps
 1 – Generate List of ItemIDs
 2 – Create Preference Vector
 3 – Count Unique Users
 4 – Transpose Preference Vectors
 5 – Row Similarity
 Compute Weights
 Computer Similarities
 Similarity Matrix
 6 – Pre-Partial Multiply, Similarity Matrix
 7 – Pre-Partial Multiply, Preferences
 8 – Partial Multiple (Steps 6 & 7)
 9 – Filter Items
 10 – Aggregate & Recommend
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Batch Integration
 ETL Data to HDFS
 SSIS
 Map/Reduce
 Process with Mahout
 ETL Results
 Map/Reduce
 Hive/Sqoop
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Hands-On Demo
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Resources
 Mahout in Action
Sean Owen, Robin Anil,
Ted Dunning, Ellen Friedman
 Hadoop: The Definitive Guide
 Tom White
MAKING BUSINESS INTELLIGENT
www.pragmaticworks.comMAKING BUSINESS INTELLIGENT
www.pragmaticworks.com
Thank you!
@BluewaterSQL
http://bluewatersql.wordpress.com/
cprice@pragmaticworks.com

Weitere ähnliche Inhalte

Was ist angesagt?

An Introduction to Web Analytics
An Introduction to Web AnalyticsAn Introduction to Web Analytics
An Introduction to Web Analyticsiexpertsforum
 
Understanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsUnderstanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsPrathamesh Kulkarni
 
Localgov Google Analytics
Localgov Google AnalyticsLocalgov Google Analytics
Localgov Google AnalyticsPaul Canning
 
Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017Mark Edmondson
 
Web Analytics Tools Comparison
Web Analytics Tools ComparisonWeb Analytics Tools Comparison
Web Analytics Tools ComparisonTim Wilson
 
Web Analytics: Challenges in Data Modeling
Web Analytics: Challenges in Data ModelingWeb Analytics: Challenges in Data Modeling
Web Analytics: Challenges in Data ModelingExcella
 
An introduction to Google Analytics
An introduction to Google AnalyticsAn introduction to Google Analytics
An introduction to Google AnalyticsJoris Roebben
 
Introduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & InsightsIntroduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & InsightsThe Metropolitan Museum of Art
 
Web analytics presentation
Web analytics presentationWeb analytics presentation
Web analytics presentationJim Jansen
 

Was ist angesagt? (9)

An Introduction to Web Analytics
An Introduction to Web AnalyticsAn Introduction to Web Analytics
An Introduction to Web Analytics
 
Understanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsUnderstanding Web Analytics and Google Analytics
Understanding Web Analytics and Google Analytics
 
Localgov Google Analytics
Localgov Google AnalyticsLocalgov Google Analytics
Localgov Google Analytics
 
Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017Turning Analysis into Action with APIs - Superweek2017
Turning Analysis into Action with APIs - Superweek2017
 
Web Analytics Tools Comparison
Web Analytics Tools ComparisonWeb Analytics Tools Comparison
Web Analytics Tools Comparison
 
Web Analytics: Challenges in Data Modeling
Web Analytics: Challenges in Data ModelingWeb Analytics: Challenges in Data Modeling
Web Analytics: Challenges in Data Modeling
 
An introduction to Google Analytics
An introduction to Google AnalyticsAn introduction to Google Analytics
An introduction to Google Analytics
 
Introduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & InsightsIntroduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & Insights
 
Web analytics presentation
Web analytics presentationWeb analytics presentation
Web analytics presentation
 

Andere mochten auch

Max Ugaz Presentation for VWBPE 2013
Max Ugaz Presentation for VWBPE 2013Max Ugaz Presentation for VWBPE 2013
Max Ugaz Presentation for VWBPE 2013Max Ugaz
 
عشر مشروعات ناشئة من منطقة الشرق الأوسط
عشر مشروعات ناشئة من منطقة الشرق الأوسط عشر مشروعات ناشئة من منطقة الشرق الأوسط
عشر مشروعات ناشئة من منطقة الشرق الأوسط MOTC Qatar
 
2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...
2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...
2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...eMadrid network
 
ICRA: Intelligent Platform for Collaboration and Interaction
ICRA: Intelligent Platform for Collaboration and InteractionICRA: Intelligent Platform for Collaboration and Interaction
ICRA: Intelligent Platform for Collaboration and InteractionLukas Tencer
 
Watermarking & Encryption
Watermarking & EncryptionWatermarking & Encryption
Watermarking & EncryptionHossam Halapi
 
Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...
Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...
Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...eMadrid network
 

Andere mochten auch (6)

Max Ugaz Presentation for VWBPE 2013
Max Ugaz Presentation for VWBPE 2013Max Ugaz Presentation for VWBPE 2013
Max Ugaz Presentation for VWBPE 2013
 
عشر مشروعات ناشئة من منطقة الشرق الأوسط
عشر مشروعات ناشئة من منطقة الشرق الأوسط عشر مشروعات ناشئة من منطقة الشرق الأوسط
عشر مشروعات ناشئة من منطقة الشرق الأوسط
 
2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...
2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...
2014 10 23 (fie2014) emadrid uam exploring on e learning enhancement by mean ...
 
ICRA: Intelligent Platform for Collaboration and Interaction
ICRA: Intelligent Platform for Collaboration and InteractionICRA: Intelligent Platform for Collaboration and Interaction
ICRA: Intelligent Platform for Collaboration and Interaction
 
Watermarking & Encryption
Watermarking & EncryptionWatermarking & Encryption
Watermarking & Encryption
 
Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...
Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...
Seminario eMadrid "Reinventar la educación". Seiji Isotani, University of Sao...
 

Ähnlich wie Introduction to Mahout Machine Learning with HDInsight

Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...
Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...
Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...Amazon Web Services
 
Contextually Relevant Retail APIs for Dynamic Insights & Experiences
Contextually Relevant Retail APIs for Dynamic Insights & ExperiencesContextually Relevant Retail APIs for Dynamic Insights & Experiences
Contextually Relevant Retail APIs for Dynamic Insights & ExperiencesJason Lobel
 
Internet of Things Chicago - Meetup
Internet of Things Chicago - MeetupInternet of Things Chicago - Meetup
Internet of Things Chicago - MeetupJason Lobel
 
Web analyticsandbigdata techweek2011
Web analyticsandbigdata techweek2011Web analyticsandbigdata techweek2011
Web analyticsandbigdata techweek2011Raghu Kashyap
 
How Lazada ranks products to improve customer experience and conversion
How Lazada ranks products to improve customer experience and conversionHow Lazada ranks products to improve customer experience and conversion
How Lazada ranks products to improve customer experience and conversionEugene Yan Ziyou
 
Take Action: The New Reality of Data-Driven Business
Take Action: The New Reality of Data-Driven BusinessTake Action: The New Reality of Data-Driven Business
Take Action: The New Reality of Data-Driven BusinessInside Analysis
 
Architecture of Big Data Solutions
Architecture of Big Data SolutionsArchitecture of Big Data Solutions
Architecture of Big Data SolutionsGuido Schmutz
 
Cloud as a Data Platform
Cloud as a Data PlatformCloud as a Data Platform
Cloud as a Data PlatformAndrei Savu
 
Clicks, Conversions and Crawls
Clicks, Conversions and CrawlsClicks, Conversions and Crawls
Clicks, Conversions and CrawlsMichelle Robbins
 
Meet Magento 2015 Utrecht - ElasticSearch - Smile
Meet Magento 2015 Utrecht - ElasticSearch - SmileMeet Magento 2015 Utrecht - ElasticSearch - Smile
Meet Magento 2015 Utrecht - ElasticSearch - SmileSmile I.T is open
 
Wouldn't it be nice if... an introduction to Enterprise Data Mashups
Wouldn't it be nice if... an introduction to Enterprise Data MashupsWouldn't it be nice if... an introduction to Enterprise Data Mashups
Wouldn't it be nice if... an introduction to Enterprise Data MashupsJusto Hidalgo
 
Top 10 Tips for Google Tag Manager
Top 10 Tips for Google Tag ManagerTop 10 Tips for Google Tag Manager
Top 10 Tips for Google Tag ManagerAnna Lewis
 
Big Data Analytics Webinar
Big Data Analytics WebinarBig Data Analytics Webinar
Big Data Analytics WebinarEckerson Group
 
Hadoop and the Relational Database: The Best of Both Worlds
Hadoop and the Relational Database: The Best of Both WorldsHadoop and the Relational Database: The Best of Both Worlds
Hadoop and the Relational Database: The Best of Both WorldsInside Analysis
 
Fried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranetFried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranetJeff Fried
 
Gartner peer forum sept 2011 orbitz
Gartner peer forum sept 2011   orbitzGartner peer forum sept 2011   orbitz
Gartner peer forum sept 2011 orbitzRaghu Kashyap
 
Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011
Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011
Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011Jonathan Seidman
 

Ähnlich wie Introduction to Mahout Machine Learning with HDInsight (20)

Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...
Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...
Big Data and Analytics on Amazon Web Services: Building A Business-Friendly P...
 
Contextually Relevant Retail APIs for Dynamic Insights & Experiences
Contextually Relevant Retail APIs for Dynamic Insights & ExperiencesContextually Relevant Retail APIs for Dynamic Insights & Experiences
Contextually Relevant Retail APIs for Dynamic Insights & Experiences
 
Data driven search
Data driven searchData driven search
Data driven search
 
Internet of Things Chicago - Meetup
Internet of Things Chicago - MeetupInternet of Things Chicago - Meetup
Internet of Things Chicago - Meetup
 
Web analyticsandbigdata techweek2011
Web analyticsandbigdata techweek2011Web analyticsandbigdata techweek2011
Web analyticsandbigdata techweek2011
 
Data engineering design patterns
Data engineering design patternsData engineering design patterns
Data engineering design patterns
 
How Lazada ranks products to improve customer experience and conversion
How Lazada ranks products to improve customer experience and conversionHow Lazada ranks products to improve customer experience and conversion
How Lazada ranks products to improve customer experience and conversion
 
Take Action: The New Reality of Data-Driven Business
Take Action: The New Reality of Data-Driven BusinessTake Action: The New Reality of Data-Driven Business
Take Action: The New Reality of Data-Driven Business
 
KNIME Meetup 2016-04-16
KNIME Meetup 2016-04-16KNIME Meetup 2016-04-16
KNIME Meetup 2016-04-16
 
Architecture of Big Data Solutions
Architecture of Big Data SolutionsArchitecture of Big Data Solutions
Architecture of Big Data Solutions
 
Cloud as a Data Platform
Cloud as a Data PlatformCloud as a Data Platform
Cloud as a Data Platform
 
Clicks, Conversions and Crawls
Clicks, Conversions and CrawlsClicks, Conversions and Crawls
Clicks, Conversions and Crawls
 
Meet Magento 2015 Utrecht - ElasticSearch - Smile
Meet Magento 2015 Utrecht - ElasticSearch - SmileMeet Magento 2015 Utrecht - ElasticSearch - Smile
Meet Magento 2015 Utrecht - ElasticSearch - Smile
 
Wouldn't it be nice if... an introduction to Enterprise Data Mashups
Wouldn't it be nice if... an introduction to Enterprise Data MashupsWouldn't it be nice if... an introduction to Enterprise Data Mashups
Wouldn't it be nice if... an introduction to Enterprise Data Mashups
 
Top 10 Tips for Google Tag Manager
Top 10 Tips for Google Tag ManagerTop 10 Tips for Google Tag Manager
Top 10 Tips for Google Tag Manager
 
Big Data Analytics Webinar
Big Data Analytics WebinarBig Data Analytics Webinar
Big Data Analytics Webinar
 
Hadoop and the Relational Database: The Best of Both Worlds
Hadoop and the Relational Database: The Best of Both WorldsHadoop and the Relational Database: The Best of Both Worlds
Hadoop and the Relational Database: The Best of Both Worlds
 
Fried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranetFried toronto sps14 91 wcm intranet
Fried toronto sps14 91 wcm intranet
 
Gartner peer forum sept 2011 orbitz
Gartner peer forum sept 2011   orbitzGartner peer forum sept 2011   orbitz
Gartner peer forum sept 2011 orbitz
 
Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011
Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011
Architecting for Big Data - Gartner Innovation Peer Forum Sept 2011
 

Kürzlich hochgeladen

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 

Kürzlich hochgeladen (20)

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 

Introduction to Mahout Machine Learning with HDInsight

Hinweis der Redaktion

  1. Data Shift – changes in data collection or UI can create artificial shifting