SlideShare una empresa de Scribd logo
1 de 33
Descargar para leer sin conexión
Integrate the most
advanced text analytics into
your predictive models.
April 27th, 2017
Webinar
MeaningCloud Extension for RapidMiner
Before we get started…
Presenter
How to participate
• Send questions with the chat feature, or
• Click the “Raise your hand” button to speak
and we’ll enable your mic
• Afterwards, you’ll be able to access a recording of the
webinar and its contents as tutorials on our blog
Antonio Matarranz
CMO
MeaningCloud Extension for RapidMiner
The purpose of this webinar…
To learn how to combine
text and data in advanced
analytical models
MeaningCloud Extension for RapidMiner
Agenda
 Analytics platforms. Introduction to RapidMiner
 Text analytics. Introduction to MeaningCloud
 Combining text and data analytics. MeaningCloud
Extension for RapidMiner
 Practical case demo
 Application scenarios
 How this Extension is different
 Product roadmap
 Conclusions and Q&A
MeaningCloud Extension for RapidMiner
Data Prep
Speed and optimize all data
exploration, blending and
cleansing tasks
Operationalize
Easily deploy and
maintain models and
embed analytic results
Model & Validate
Apply machine learning to rapidly
prototype and confidently
validate predictive models
Embed results in
all types of
business apps and
data visualization
tools
Incorporate all
types of data
ACCELERATES TIME TO VALUE
Integrated analytics platforms
MeaningCloud Extension for RapidMiner
RapidMiner Studio
MeaningCloud Extension for RapidMiner
RapidMiner Studio
Access to Data and
Processes
All kind of Operators,
including 129 for
Modelling
MeaningCloud Extension for RapidMiner
Deploy
• High velocity scoring
• APIs to deploy your predictive
results into the broadest array of
business applications, e.g.,
Salesforce, Marketo, Tableau
• Lightning-fast creation of web-
based reports
• Model monitoring tools to
ensure continued performance
4
Prep Data
• Access all types of data:
structured, unstructured and
Big Data sources
• Interactive data visualizations.
Anomaly & outlier detection
• Normalization & standardization
• Dimension reduction / feature
selection
1
Validate
• Breadth of validation schemes
• Cross-validation
• Visual evaluation
• Honest validation
• Encapsulate data prep,
modeling into validation
• Model performance metrics
• Cluster performance measures
3
Model
• Statistical & machine learning
• Predictive modeling
• Segmentation & clustering
• Association mining
• Similarity computation
• Feature weighting
• Model, parameter & features
optimization
2
Ability to visually execute
your entire Predictive
Analytics workflow in a
single place
Mainly focused on
structured data
RapidMiner Studio
MeaningCloud Extension for RapidMiner
Why should we be using text analytics?
Structured data
Unstructured
content
MeaningCloud Extension for RapidMiner
Opinions
Facts
Concepts
Organizations
People
Semantic
Analysis
Relationships
Themes
Text analytics
Extract meaning and actionable insights from unstructured content
Automation of costly manual activities
MeaningCloud Extension for RapidMiner
MeaningCloud: “Meaning as a Service”
(SaaS and on-premises)
Sign up and use it for FREE at
http://www.meaningcloud.com
MeaningCloud Extension for RapidMiner
MeaningCloud’s APIs
Identifies occurrences of
names of people,
organizations, abstract
concepts, quantities, etc.
Theme classification
according to
predefined taxonomies
Identifies general and
attribute-level polarity
Distinguishes among 60
languages
Performs detailed morphosyntactic
analysis
Evaluates the impact of
opinions on several
reputational axes
Discovers meaningful topics
and similarities among texts
without relying on predefined
taxonomies
MeaningCloud Extension for RapidMiner
Add-in for Excel
 An experience fully integrated into Excel
 Easy to use - No programming!
 The most convenient way to evaluate, prototype, and use MeaningCloud
13
MeaningCloud Extension for RapidMiner
MeaningCloud Customization Tools
MeaningCloud Extension for RapidMiner
MeaningCloud Extension for RapidMiner
Integrating the most advanced text analytics into RapidMiner
Download it here
MeaningCloud Extension for RapidMiner
MeaningCloud Extension for RapidMiner
Combine text analytics and
structured data in powerful
predictive models
Operators for
• Topics Extraction
• Text Classification
• Sentiment Analysis
• Lemmatization
Access to personal
resources created with
Customization Tools
MeaningCloud Extension for RapidMiner
PRACTICAL CASE
MeaningCloud Extension for RapidMiner
Analysis of comments from Amazon
Data: 1,500 food reviews from Amazon (vía Kaggle)
Structured data Unstructured text
MeaningCloud Extension for RapidMiner
Questions we would like to ask
Is there any (co)relation between Score and Sentiment?
1 2 3 4 5
Score
P+ → 5
P → 4
Sentiment NEU → 3
N → 2
N+ → 1
MeaningCloud Extension for RapidMiner
What (co)relation exists between Score and Sentiment?
Correlation Score – Polarity
MeaningCloud Extension for RapidMiner
Questions we would like to ask
Which attributes have the biggest impact on sentiment?
Predictive analytics
Model: factors that
predict sentiment
f(Atr1, Atr2, Atr3,…)
Texto Atr1 Atr2 Atr3 … Sentim
This … 1 0 1 … P
I am … 0 1 1 … N
… … … … … …
Texto Atr1 Atr2 Atr3 … Sentim
Your … 0 1 0 … N
Today… 1 0 0 … P
… … … … … …
Texto Atr1 Atr2 Atr3 … Sentim Pred
Your … 0 1 0 … N N
Today… 1 0 0 … P NEU
… … … … … …
Training set
Test set
MeaningCloud Extension for RapidMiner
Which attributes have the biggest impact on sentiment?
Rule model
if HelpfulnessDenominator ≤ 0.500 and con_food ≤ 0.500 then positive (39 / 339 / 39)
if con_product ≤ 0.500 and HelpfulnessNumerator > 1.500 and ent_tea > 0.500 then positive (1 / 25 / 2)
if con_$ ≤ 0.500 and HelpfulnessNumerator > 0.500 and con_mistake ≤ 0.500 then positive (49 / 340 / 52)
if HelpfulnessNumerator ≤ 0.500 and HelpfulnessDenominator ≤ 5 and con_chip ≤ 0.500 and con_restaurant ≤ 0.500 and
con_beef ≤ 0.500 and ent_Science ≤ 0.500 and con_baby ≤ 0.500 and con_world ≤ 0.500 and con_pill ≤ 0.500 and
ent_Food_and_Drug_Administration ≤ 0.500 and ent_HAM_Base ≤ 0.500 and con_consumer ≤ 0.500 and con_book
≤ 0.500 then positive (8 / 74 / 3)
if con_snack > 0.500 then positive (0 / 3 / 0)
if HelpfulnessDenominator > 11.500 and HelpfulnessNumerator > 13 then neutral (3 / 1 / 0)
if HelpfulnessDenominator > 4.500 and HelpfulnessDenominator ≤ 7.500 then negative (0 / 0 / 3)
if con_can > 0.500 and con_scratch ≤ 0.500 then positive (0 / 3 / 0)
if HelpfulnessNumerator ≤ 2.500 and con_baby ≤ 0.500 then neutral (13 / 6 / 10)
if HelpfulnessNumerator ≤ 9 then positive (2 / 7 / 2)
else negative (0 / 0 / 1)
correct: 811 out of 1025 training examples.
MeaningCloud Extension for RapidMiner
Which attributes have the biggest impact on sentiment?
Performance Vector
MeaningCloud Extension for RapidMiner
OTHER FEATURES AND
APPLICATIONS OF THE EXTENSION
MeaningCloud Extension for RapidMiner
Combining data and unstructured information
Customer data
Consumption /
use activity
Interactions /
incidents
Social
comments
Predictive analytics
More actionable
insights
Increased
predictive capacity
Model: factors
that predict
variables
Enriching models purely based on structured data
MeaningCloud Extension for RapidMiner
Application scenarios
Root cause analysis Fraud & churn prevention
Segmentation, targeting &
scoring People analytics
MeaningCloud Extension for RapidMiner
Opinions
The sentence “The
highest interest rate in
industry!” is…
 Positive, if talking
about savings
 Negative, if talking
about mortgages
Customized linguistic resources improve accuracy
Mentions
 Names of banks and
financial companies,
e.g., JPMorgan, BNP
Paribas, Citibank
 Product names, e.g.,
Your Way Account.
Compass Account…
Themes
Example: analysis of bank’s customer opinions
Products
Accounts
Checking
Savings
Borrowing
Credit
Mortgage
Channel
Office
Phone
Internet
MeaningCloud Extension for RapidMiner
Customization tools
 Create your own dictionaries, classification
models, and sentiment analysis
 Graphical user interface - no programming!
 Improve precision & recall
Learn more about customization in this webinar
MeaningCloud Extension for RapidMiner
A view into the future
 Usability
 URL parameter
 Documents: creation and file
parameter
 Language identification
 Aspect-based sentiment analysis
 PoS (Part of Speech) tagging
 Text clustering
 User profiling
 Vertical packs, e.g., banking, health
 Emotion detection
 Intent detection
Q2 2017 Q3 2017 Q4 2017 Q1 2018 Q2 2018
Roadmap MeaningCloud Extension for RapidMiner
GA
MeaningCloud Extension for RapidMiner
In conclusion
Close integration between
RapidMiner and MeaningCloud
 For RapidMiner users
 For MeaningCloud users
Data + text combination
boost model value
MeaningCloud Extension for RapidMiner
Q & A
MeaningCloud Extension for RapidMiner
Stay tuned to our emails and blog
We’ll be posting a recording of the webinar and
its contents as tutorials soon
MeaningCloud Extension for RapidMiner
Thank you for your attention!
 MeaningCloud LLC
54 W. 40th St.
New York, NY 10018
+1 (646) 403-3104
 MeaningCloud Europe SL
Llano Castellano 13
28034 Madrid (Spain)
+34 91 3324301
sales@meaningcloud.com
support@meaningcloud.com
http://www.meaningcloud.com
@MeaningCloud
https://www.linkedin.com/company/meaningcloud

Más contenido relacionado

Similar a Integrate the most advanced text analytics into your predictive models - MeaningCloud webinar

Why Should Organizations Consider Extended Detection and Response (XDR)?
Why Should Organizations Consider Extended Detection and Response (XDR)?Why Should Organizations Consider Extended Detection and Response (XDR)?
Why Should Organizations Consider Extended Detection and Response (XDR)?Enterprise Management Associates
 
12 Steps to get Started with Cloud.pdf
12 Steps to get Started with Cloud.pdf12 Steps to get Started with Cloud.pdf
12 Steps to get Started with Cloud.pdfAmazon Web Services
 
ChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleMaxim Salnikov
 
7 Leading machine learning Use-cases (AWS)
7 Leading machine learning Use-cases (AWS)7 Leading machine learning Use-cases (AWS)
7 Leading machine learning Use-cases (AWS)Johnny Le
 
Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...
Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...
Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...Richard Harbridge
 
AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)Mauro Bennici
 
VWO - Mark de Winter - Run more experiments with fewer resources.pdf
VWO - Mark de Winter - Run more experiments with fewer resources.pdfVWO - Mark de Winter - Run more experiments with fewer resources.pdf
VWO - Mark de Winter - Run more experiments with fewer resources.pdfVWO
 
Run more experiments with fewer resources
Run more experiments with fewer resourcesRun more experiments with fewer resources
Run more experiments with fewer resourcesVWO
 
Best Practices for Sentiment Analysis Webinar
Best Practices for Sentiment Analysis Webinar Best Practices for Sentiment Analysis Webinar
Best Practices for Sentiment Analysis Webinar Mechanical Turk
 
Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?Maxim Salnikov
 
2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.Net2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.NetBruno Capuano
 
Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...
Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...
Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...Richard Harbridge
 
Real World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineReal World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineSrivatsan Srinivasan
 
Machine Learning in Autonomous Data Warehouse
 Machine Learning in Autonomous Data Warehouse Machine Learning in Autonomous Data Warehouse
Machine Learning in Autonomous Data WarehouseSandesh Rao
 
Respond-Recover-Reimagine: Building Business Resilience
Respond-Recover-Reimagine: Building Business ResilienceRespond-Recover-Reimagine: Building Business Resilience
Respond-Recover-Reimagine: Building Business ResilienceDavid J Rosenthal
 
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsBeyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsRichard Harbridge
 
Introduction to Machine Learning and Data Science using Autonomous Database ...
Introduction to Machine Learning and Data Science using Autonomous Database  ...Introduction to Machine Learning and Data Science using Autonomous Database  ...
Introduction to Machine Learning and Data Science using Autonomous Database ...Sandesh Rao
 
AI Overview and Capabilities
AI Overview and CapabilitiesAI Overview and Capabilities
AI Overview and CapabilitiesAnandSRao1962
 
AI for Customer Service: How to Improve Contact Center Efficiency with Machin...
AI for Customer Service: How to Improve Contact Center Efficiency with Machin...AI for Customer Service: How to Improve Contact Center Efficiency with Machin...
AI for Customer Service: How to Improve Contact Center Efficiency with Machin...Skyl.ai
 

Similar a Integrate the most advanced text analytics into your predictive models - MeaningCloud webinar (20)

Why Should Organizations Consider Extended Detection and Response (XDR)?
Why Should Organizations Consider Extended Detection and Response (XDR)?Why Should Organizations Consider Extended Detection and Response (XDR)?
Why Should Organizations Consider Extended Detection and Response (XDR)?
 
Machine learning
Machine learningMachine learning
Machine learning
 
12 Steps to get Started with Cloud.pdf
12 Steps to get Started with Cloud.pdf12 Steps to get Started with Cloud.pdf
12 Steps to get Started with Cloud.pdf
 
ChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scale
 
7 Leading machine learning Use-cases (AWS)
7 Leading machine learning Use-cases (AWS)7 Leading machine learning Use-cases (AWS)
7 Leading machine learning Use-cases (AWS)
 
Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...
Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...
Optimizing Organizational Knowledge With Project Cortex & The Microsoft Digit...
 
AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)
 
VWO - Mark de Winter - Run more experiments with fewer resources.pdf
VWO - Mark de Winter - Run more experiments with fewer resources.pdfVWO - Mark de Winter - Run more experiments with fewer resources.pdf
VWO - Mark de Winter - Run more experiments with fewer resources.pdf
 
Run more experiments with fewer resources
Run more experiments with fewer resourcesRun more experiments with fewer resources
Run more experiments with fewer resources
 
Best Practices for Sentiment Analysis Webinar
Best Practices for Sentiment Analysis Webinar Best Practices for Sentiment Analysis Webinar
Best Practices for Sentiment Analysis Webinar
 
Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?
 
2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.Net2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.Net
 
Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...
Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...
Getting More Out Of Microsoft 365: From The Microsoft Graph To Workplace Anal...
 
Real World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineReal World End to End machine Learning Pipeline
Real World End to End machine Learning Pipeline
 
Machine Learning in Autonomous Data Warehouse
 Machine Learning in Autonomous Data Warehouse Machine Learning in Autonomous Data Warehouse
Machine Learning in Autonomous Data Warehouse
 
Respond-Recover-Reimagine: Building Business Resilience
Respond-Recover-Reimagine: Building Business ResilienceRespond-Recover-Reimagine: Building Business Resilience
Respond-Recover-Reimagine: Building Business Resilience
 
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsBeyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
 
Introduction to Machine Learning and Data Science using Autonomous Database ...
Introduction to Machine Learning and Data Science using Autonomous Database  ...Introduction to Machine Learning and Data Science using Autonomous Database  ...
Introduction to Machine Learning and Data Science using Autonomous Database ...
 
AI Overview and Capabilities
AI Overview and CapabilitiesAI Overview and Capabilities
AI Overview and Capabilities
 
AI for Customer Service: How to Improve Contact Center Efficiency with Machin...
AI for Customer Service: How to Improve Contact Center Efficiency with Machin...AI for Customer Service: How to Improve Contact Center Efficiency with Machin...
AI for Customer Service: How to Improve Contact Center Efficiency with Machin...
 

Más de MeaningCloud

More scalable and valuable market intelligence with deep text analytics - Mea...
More scalable and valuable market intelligence with deep text analytics - Mea...More scalable and valuable market intelligence with deep text analytics - Mea...
More scalable and valuable market intelligence with deep text analytics - Mea...MeaningCloud
 
Inteligencia de mercado más escalable y valiosa mediante la analítica profund...
Inteligencia de mercado más escalable y valiosa mediante la analítica profund...Inteligencia de mercado más escalable y valiosa mediante la analítica profund...
Inteligencia de mercado más escalable y valiosa mediante la analítica profund...MeaningCloud
 
Transform your customer feedback into action with deep text analytics - Meani...
Transform your customer feedback into action with deep text analytics - Meani...Transform your customer feedback into action with deep text analytics - Meani...
Transform your customer feedback into action with deep text analytics - Meani...MeaningCloud
 
Convierte el feedback de tus clientes en acción con la analítica profunda de ...
Convierte el feedback de tus clientes en acción con la analítica profunda de ...Convierte el feedback de tus clientes en acción con la analítica profunda de ...
Convierte el feedback de tus clientes en acción con la analítica profunda de ...MeaningCloud
 
Resuelve los problemas más complejos de categorización de texto - MeaningClou...
Resuelve los problemas más complejos de categorización de texto - MeaningClou...Resuelve los problemas más complejos de categorización de texto - MeaningClou...
Resuelve los problemas más complejos de categorización de texto - MeaningClou...MeaningCloud
 
Solve the most wicked text categorization problems - MeaningCloud webinar
Solve the most wicked text categorization problems - MeaningCloud webinarSolve the most wicked text categorization problems - MeaningCloud webinar
Solve the most wicked text categorization problems - MeaningCloud webinarMeaningCloud
 
NLP for Small Data - MeaningCloud at T3chFest 2019
NLP for Small Data  - MeaningCloud at T3chFest 2019NLP for Small Data  - MeaningCloud at T3chFest 2019
NLP for Small Data - MeaningCloud at T3chFest 2019MeaningCloud
 
Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...
Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...
Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...MeaningCloud
 
Vertical Packs: adapt text analytics to your application with only one click;...
Vertical Packs: adapt text analytics to your application with only one click;...Vertical Packs: adapt text analytics to your application with only one click;...
Vertical Packs: adapt text analytics to your application with only one click;...MeaningCloud
 
How to extract health market intelligence from the voice of the patient - Mea...
How to extract health market intelligence from the voice of the patient - Mea...How to extract health market intelligence from the voice of the patient - Mea...
How to extract health market intelligence from the voice of the patient - Mea...MeaningCloud
 
Why you need Deep Semantic Analytics MeaningCloud webinar
Why you need Deep Semantic Analytics  MeaningCloud webinarWhy you need Deep Semantic Analytics  MeaningCloud webinar
Why you need Deep Semantic Analytics MeaningCloud webinarMeaningCloud
 
Por qué necesitas Deep Semantic Analytics - MeaningCloud webinar
Por qué necesitas Deep Semantic Analytics - MeaningCloud webinarPor qué necesitas Deep Semantic Analytics - MeaningCloud webinar
Por qué necesitas Deep Semantic Analytics - MeaningCloud webinarMeaningCloud
 
Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...
Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...
Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...MeaningCloud
 
Cuándo usar las diferentes herramientas de analítica de texto - Meaningcloud
Cuándo usar las diferentes herramientas de analítica de texto - MeaningcloudCuándo usar las diferentes herramientas de analítica de texto - Meaningcloud
Cuándo usar las diferentes herramientas de analítica de texto - MeaningcloudMeaningCloud
 
Aprende a desarrollar clasificadores de texto a medida con MeaningCloud
Aprende a desarrollar clasificadores de texto a medida con MeaningCloudAprende a desarrollar clasificadores de texto a medida con MeaningCloud
Aprende a desarrollar clasificadores de texto a medida con MeaningCloudMeaningCloud
 
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...MeaningCloud
 
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...MeaningCloud
 
Intelligent Content for Media & Publishers
Intelligent Content for Media & PublishersIntelligent Content for Media & Publishers
Intelligent Content for Media & PublishersMeaningCloud
 
Voz del Cliente para el Sector de Seguros
Voz del Cliente para el Sector de SegurosVoz del Cliente para el Sector de Seguros
Voz del Cliente para el Sector de SegurosMeaningCloud
 
MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...
MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...
MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...MeaningCloud
 

Más de MeaningCloud (20)

More scalable and valuable market intelligence with deep text analytics - Mea...
More scalable and valuable market intelligence with deep text analytics - Mea...More scalable and valuable market intelligence with deep text analytics - Mea...
More scalable and valuable market intelligence with deep text analytics - Mea...
 
Inteligencia de mercado más escalable y valiosa mediante la analítica profund...
Inteligencia de mercado más escalable y valiosa mediante la analítica profund...Inteligencia de mercado más escalable y valiosa mediante la analítica profund...
Inteligencia de mercado más escalable y valiosa mediante la analítica profund...
 
Transform your customer feedback into action with deep text analytics - Meani...
Transform your customer feedback into action with deep text analytics - Meani...Transform your customer feedback into action with deep text analytics - Meani...
Transform your customer feedback into action with deep text analytics - Meani...
 
Convierte el feedback de tus clientes en acción con la analítica profunda de ...
Convierte el feedback de tus clientes en acción con la analítica profunda de ...Convierte el feedback de tus clientes en acción con la analítica profunda de ...
Convierte el feedback de tus clientes en acción con la analítica profunda de ...
 
Resuelve los problemas más complejos de categorización de texto - MeaningClou...
Resuelve los problemas más complejos de categorización de texto - MeaningClou...Resuelve los problemas más complejos de categorización de texto - MeaningClou...
Resuelve los problemas más complejos de categorización de texto - MeaningClou...
 
Solve the most wicked text categorization problems - MeaningCloud webinar
Solve the most wicked text categorization problems - MeaningCloud webinarSolve the most wicked text categorization problems - MeaningCloud webinar
Solve the most wicked text categorization problems - MeaningCloud webinar
 
NLP for Small Data - MeaningCloud at T3chFest 2019
NLP for Small Data  - MeaningCloud at T3chFest 2019NLP for Small Data  - MeaningCloud at T3chFest 2019
NLP for Small Data - MeaningCloud at T3chFest 2019
 
Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...
Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...
Packs Verticales: adapta la analítica de texto a tu aplicación con solo un cl...
 
Vertical Packs: adapt text analytics to your application with only one click;...
Vertical Packs: adapt text analytics to your application with only one click;...Vertical Packs: adapt text analytics to your application with only one click;...
Vertical Packs: adapt text analytics to your application with only one click;...
 
How to extract health market intelligence from the voice of the patient - Mea...
How to extract health market intelligence from the voice of the patient - Mea...How to extract health market intelligence from the voice of the patient - Mea...
How to extract health market intelligence from the voice of the patient - Mea...
 
Why you need Deep Semantic Analytics MeaningCloud webinar
Why you need Deep Semantic Analytics  MeaningCloud webinarWhy you need Deep Semantic Analytics  MeaningCloud webinar
Why you need Deep Semantic Analytics MeaningCloud webinar
 
Por qué necesitas Deep Semantic Analytics - MeaningCloud webinar
Por qué necesitas Deep Semantic Analytics - MeaningCloud webinarPor qué necesitas Deep Semantic Analytics - MeaningCloud webinar
Por qué necesitas Deep Semantic Analytics - MeaningCloud webinar
 
Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...
Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...
Incorpora la analitica de texto mas avanzada a tus modelos predictivos - Mean...
 
Cuándo usar las diferentes herramientas de analítica de texto - Meaningcloud
Cuándo usar las diferentes herramientas de analítica de texto - MeaningcloudCuándo usar las diferentes herramientas de analítica de texto - Meaningcloud
Cuándo usar las diferentes herramientas de analítica de texto - Meaningcloud
 
Aprende a desarrollar clasificadores de texto a medida con MeaningCloud
Aprende a desarrollar clasificadores de texto a medida con MeaningCloudAprende a desarrollar clasificadores de texto a medida con MeaningCloud
Aprende a desarrollar clasificadores de texto a medida con MeaningCloud
 
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
 
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
10 formas de aumentar los beneficios de los medios utilizando metadatos - pre...
 
Intelligent Content for Media & Publishers
Intelligent Content for Media & PublishersIntelligent Content for Media & Publishers
Intelligent Content for Media & Publishers
 
Voz del Cliente para el Sector de Seguros
Voz del Cliente para el Sector de SegurosVoz del Cliente para el Sector de Seguros
Voz del Cliente para el Sector de Seguros
 
MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...
MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...
MeaningCloud - Multidimensional Customer Profiling - Sentiment Analysis Sympo...
 

Último

WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxAnnaArtyushina1
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...masabamasaba
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 

Último (20)

WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 

Integrate the most advanced text analytics into your predictive models - MeaningCloud webinar

  • 1. Integrate the most advanced text analytics into your predictive models. April 27th, 2017 Webinar
  • 2. MeaningCloud Extension for RapidMiner Before we get started… Presenter How to participate • Send questions with the chat feature, or • Click the “Raise your hand” button to speak and we’ll enable your mic • Afterwards, you’ll be able to access a recording of the webinar and its contents as tutorials on our blog Antonio Matarranz CMO
  • 3. MeaningCloud Extension for RapidMiner The purpose of this webinar… To learn how to combine text and data in advanced analytical models
  • 4. MeaningCloud Extension for RapidMiner Agenda  Analytics platforms. Introduction to RapidMiner  Text analytics. Introduction to MeaningCloud  Combining text and data analytics. MeaningCloud Extension for RapidMiner  Practical case demo  Application scenarios  How this Extension is different  Product roadmap  Conclusions and Q&A
  • 5. MeaningCloud Extension for RapidMiner Data Prep Speed and optimize all data exploration, blending and cleansing tasks Operationalize Easily deploy and maintain models and embed analytic results Model & Validate Apply machine learning to rapidly prototype and confidently validate predictive models Embed results in all types of business apps and data visualization tools Incorporate all types of data ACCELERATES TIME TO VALUE Integrated analytics platforms
  • 6. MeaningCloud Extension for RapidMiner RapidMiner Studio
  • 7. MeaningCloud Extension for RapidMiner RapidMiner Studio Access to Data and Processes All kind of Operators, including 129 for Modelling
  • 8. MeaningCloud Extension for RapidMiner Deploy • High velocity scoring • APIs to deploy your predictive results into the broadest array of business applications, e.g., Salesforce, Marketo, Tableau • Lightning-fast creation of web- based reports • Model monitoring tools to ensure continued performance 4 Prep Data • Access all types of data: structured, unstructured and Big Data sources • Interactive data visualizations. Anomaly & outlier detection • Normalization & standardization • Dimension reduction / feature selection 1 Validate • Breadth of validation schemes • Cross-validation • Visual evaluation • Honest validation • Encapsulate data prep, modeling into validation • Model performance metrics • Cluster performance measures 3 Model • Statistical & machine learning • Predictive modeling • Segmentation & clustering • Association mining • Similarity computation • Feature weighting • Model, parameter & features optimization 2 Ability to visually execute your entire Predictive Analytics workflow in a single place Mainly focused on structured data RapidMiner Studio
  • 9. MeaningCloud Extension for RapidMiner Why should we be using text analytics? Structured data Unstructured content
  • 10. MeaningCloud Extension for RapidMiner Opinions Facts Concepts Organizations People Semantic Analysis Relationships Themes Text analytics Extract meaning and actionable insights from unstructured content Automation of costly manual activities
  • 11. MeaningCloud Extension for RapidMiner MeaningCloud: “Meaning as a Service” (SaaS and on-premises) Sign up and use it for FREE at http://www.meaningcloud.com
  • 12. MeaningCloud Extension for RapidMiner MeaningCloud’s APIs Identifies occurrences of names of people, organizations, abstract concepts, quantities, etc. Theme classification according to predefined taxonomies Identifies general and attribute-level polarity Distinguishes among 60 languages Performs detailed morphosyntactic analysis Evaluates the impact of opinions on several reputational axes Discovers meaningful topics and similarities among texts without relying on predefined taxonomies
  • 13. MeaningCloud Extension for RapidMiner Add-in for Excel  An experience fully integrated into Excel  Easy to use - No programming!  The most convenient way to evaluate, prototype, and use MeaningCloud 13
  • 14. MeaningCloud Extension for RapidMiner MeaningCloud Customization Tools
  • 15. MeaningCloud Extension for RapidMiner MeaningCloud Extension for RapidMiner Integrating the most advanced text analytics into RapidMiner Download it here
  • 16. MeaningCloud Extension for RapidMiner MeaningCloud Extension for RapidMiner Combine text analytics and structured data in powerful predictive models Operators for • Topics Extraction • Text Classification • Sentiment Analysis • Lemmatization Access to personal resources created with Customization Tools
  • 17. MeaningCloud Extension for RapidMiner PRACTICAL CASE
  • 18. MeaningCloud Extension for RapidMiner Analysis of comments from Amazon Data: 1,500 food reviews from Amazon (vía Kaggle) Structured data Unstructured text
  • 19. MeaningCloud Extension for RapidMiner Questions we would like to ask Is there any (co)relation between Score and Sentiment? 1 2 3 4 5 Score P+ → 5 P → 4 Sentiment NEU → 3 N → 2 N+ → 1
  • 20. MeaningCloud Extension for RapidMiner What (co)relation exists between Score and Sentiment? Correlation Score – Polarity
  • 21. MeaningCloud Extension for RapidMiner Questions we would like to ask Which attributes have the biggest impact on sentiment? Predictive analytics Model: factors that predict sentiment f(Atr1, Atr2, Atr3,…) Texto Atr1 Atr2 Atr3 … Sentim This … 1 0 1 … P I am … 0 1 1 … N … … … … … … Texto Atr1 Atr2 Atr3 … Sentim Your … 0 1 0 … N Today… 1 0 0 … P … … … … … … Texto Atr1 Atr2 Atr3 … Sentim Pred Your … 0 1 0 … N N Today… 1 0 0 … P NEU … … … … … … Training set Test set
  • 22. MeaningCloud Extension for RapidMiner Which attributes have the biggest impact on sentiment? Rule model if HelpfulnessDenominator ≤ 0.500 and con_food ≤ 0.500 then positive (39 / 339 / 39) if con_product ≤ 0.500 and HelpfulnessNumerator > 1.500 and ent_tea > 0.500 then positive (1 / 25 / 2) if con_$ ≤ 0.500 and HelpfulnessNumerator > 0.500 and con_mistake ≤ 0.500 then positive (49 / 340 / 52) if HelpfulnessNumerator ≤ 0.500 and HelpfulnessDenominator ≤ 5 and con_chip ≤ 0.500 and con_restaurant ≤ 0.500 and con_beef ≤ 0.500 and ent_Science ≤ 0.500 and con_baby ≤ 0.500 and con_world ≤ 0.500 and con_pill ≤ 0.500 and ent_Food_and_Drug_Administration ≤ 0.500 and ent_HAM_Base ≤ 0.500 and con_consumer ≤ 0.500 and con_book ≤ 0.500 then positive (8 / 74 / 3) if con_snack > 0.500 then positive (0 / 3 / 0) if HelpfulnessDenominator > 11.500 and HelpfulnessNumerator > 13 then neutral (3 / 1 / 0) if HelpfulnessDenominator > 4.500 and HelpfulnessDenominator ≤ 7.500 then negative (0 / 0 / 3) if con_can > 0.500 and con_scratch ≤ 0.500 then positive (0 / 3 / 0) if HelpfulnessNumerator ≤ 2.500 and con_baby ≤ 0.500 then neutral (13 / 6 / 10) if HelpfulnessNumerator ≤ 9 then positive (2 / 7 / 2) else negative (0 / 0 / 1) correct: 811 out of 1025 training examples.
  • 23. MeaningCloud Extension for RapidMiner Which attributes have the biggest impact on sentiment? Performance Vector
  • 24. MeaningCloud Extension for RapidMiner OTHER FEATURES AND APPLICATIONS OF THE EXTENSION
  • 25. MeaningCloud Extension for RapidMiner Combining data and unstructured information Customer data Consumption / use activity Interactions / incidents Social comments Predictive analytics More actionable insights Increased predictive capacity Model: factors that predict variables Enriching models purely based on structured data
  • 26. MeaningCloud Extension for RapidMiner Application scenarios Root cause analysis Fraud & churn prevention Segmentation, targeting & scoring People analytics
  • 27. MeaningCloud Extension for RapidMiner Opinions The sentence “The highest interest rate in industry!” is…  Positive, if talking about savings  Negative, if talking about mortgages Customized linguistic resources improve accuracy Mentions  Names of banks and financial companies, e.g., JPMorgan, BNP Paribas, Citibank  Product names, e.g., Your Way Account. Compass Account… Themes Example: analysis of bank’s customer opinions Products Accounts Checking Savings Borrowing Credit Mortgage Channel Office Phone Internet
  • 28. MeaningCloud Extension for RapidMiner Customization tools  Create your own dictionaries, classification models, and sentiment analysis  Graphical user interface - no programming!  Improve precision & recall Learn more about customization in this webinar
  • 29. MeaningCloud Extension for RapidMiner A view into the future  Usability  URL parameter  Documents: creation and file parameter  Language identification  Aspect-based sentiment analysis  PoS (Part of Speech) tagging  Text clustering  User profiling  Vertical packs, e.g., banking, health  Emotion detection  Intent detection Q2 2017 Q3 2017 Q4 2017 Q1 2018 Q2 2018 Roadmap MeaningCloud Extension for RapidMiner GA
  • 30. MeaningCloud Extension for RapidMiner In conclusion Close integration between RapidMiner and MeaningCloud  For RapidMiner users  For MeaningCloud users Data + text combination boost model value
  • 31. MeaningCloud Extension for RapidMiner Q & A
  • 32. MeaningCloud Extension for RapidMiner Stay tuned to our emails and blog We’ll be posting a recording of the webinar and its contents as tutorials soon
  • 33. MeaningCloud Extension for RapidMiner Thank you for your attention!  MeaningCloud LLC 54 W. 40th St. New York, NY 10018 +1 (646) 403-3104  MeaningCloud Europe SL Llano Castellano 13 28034 Madrid (Spain) +34 91 3324301 sales@meaningcloud.com support@meaningcloud.com http://www.meaningcloud.com @MeaningCloud https://www.linkedin.com/company/meaningcloud