SlideShare a Scribd company logo
1 of 23
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Sentiment Analysis
via R Programming
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Session Objectives
In this session you would learn and understand
ᗍ What is R?
ᗍ R for Data Analysis
ᗍ Achieving Business challenges via R
ᗍ Benefits of R for Business
ᗍ What is Sentiment Analysis?
ᗍ Advantages of Sentiment Analysis
ᗍ Applications of Sentiment Analysis
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Not really !!!!
Introduction
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
What is R?
R is a language and environment for statistical computing and graphics
It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories
(formerly AT&T, now Lucent Technologies) by John Chambers and colleagues
R helps people perform a wide variety of computing tasks by giving them access to various commands
Source: http://www.r-project.org/about.html
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Why R for Data Analysis?
ᗍ R is not the only language that can be used for data analysis
ᗍ Interactive language
ᗍ Data structures
ᗍ Graphics
ᗍ Missing values
ᗍ Functions as first class objects
ᗍ Packages
ᗍ Community
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
ᗍ Develop your statistical and analytical skills in the R programming environment
ᗍ Acquire a thorough understanding of the R programming source environment, and use your skills in statistics
and R to solve a variety of complex problems
Today, it is imperative for every modern business to understand the huge amounts of data it maintains on
its customers and itself
Achieving Business Challenges in R
R allows the business to easily and quickly clean and explore the information that it wants to analyse
R allows the business to explore new information with the help of customized visualizations
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Use Case
Problem Statement:
A major benefit of social media is that we can see the good and bad things people say about a particular brand or
personality
The bigger your company gets difficult it becomes to keep a handle on how everyone feels about your brand. For
large companies with thousands of daily mentions on social media, new sites and blogs, it is extremely difficult to
do this manually
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Use Case - Solution
Sentimental analysis using R can solve this problem
Sentimental Analysis helps to evaluate the people’s sentiment about particular brand or personality in business
Solution:
Let us know what is sentimental analysis and steps involved to solve the problem
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
What are Sentiments?
Sentiment = feelings
ᗍ Attitudes
ᗍ Emotions
ᗍ Opinions
Subjective impressions, not facts
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Why Sentiment Analysis?
The amount of user-generated content on the Internet has risen exponentially over the last decade and such content is
now always at our fingertips
ᗍ Sentiment analysis is in demand because of its efficiency – thousands of text documents can be processed for
sentiment in seconds, compared to the hours it would take when done manually
ᗍ Huge amounts of ‘sentiments’ are available from social media including Twitter, Facebook, message boards,
blogs, and user forums
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
What is Sentiment Analysis?
ᗍ Sentiment is an R package with tools for sentiment analysis for positivity/negativity and emotion classification
ᗍ Sentiment Analysis provides a rich set of tools and techniques for extracting information from large dataset and
summarizing it
Example: Service providers use Sentiment Analysis to quickly assess how new products and features are being
received
Sentiment Analysis uses natural language processing, text analysis and computational linguistics to identify and
extract subjective information from text
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Questions Sentiment Analysis might ask
ᗍ Is this product review positive or negative?
ᗍ Is this customer email satisfied or dissatisfied?
ᗍ Based on a sample of tweets, how are people responding to this ad campaign/product release/news item?
ᗍ How have bloggers' attitudes about the president changed since the election?
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Data Collection in Sentiment Analysis
Data Collection
For performing sentimental
analysis we need Twitter data
consisting of tweets about a
particular brand
For collecting the data and
tweets we have used Twitter
API available for free
Data Collection
Remove unwanted words
which does not come under
sentiments such as,
Emotions, urls, usernames,
hashtags, repeated letters
Data Collection
Two way categorization:
Positive or Negative
Data Collection
Positive words with
negative smiley
Negative words with
positive smiley
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Example
People’s opinion towards a movie have huge impact on its success
High volume of positive tweets indicate success of movie
How to quantify?
Lets take a set of movies and check for ratio of positive and negative tweets
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Example: Tweets
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Result using Sentimental Analysis
This graph makes us to easily understand the
result ratios, than to check directly with the
sites
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Who Uses R? – Domains
Telecom Pharmaceuticals Financial Industry
and many more…
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Who Uses R? – Companies
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Job Trends – R Programming
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Why Skillspeed?
Course
Curriculum
from Industry
Experts
Instructor Led
Live Virtual
Sessions
Lifetime
access to
Course
Content via
LMS
100%
Placement
Assistance
24x7 Support
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Corporate Partners
Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com
Contact us..
Lines open 24/7
To know more about the course, Please contact:
IND +91-90660-20904 USA 1866-607-6547 (Toll Free)
Or reach us at
sales@skillspeed.com
Sentiment Analysis via R Programming

More Related Content

What's hot

Sentiment Analysis Using Product Review
Sentiment Analysis Using Product ReviewSentiment Analysis Using Product Review
Sentiment Analysis Using Product ReviewAbdullah Moin
 
Sentiment analysis using naive bayes classifier
Sentiment analysis using naive bayes classifier Sentiment analysis using naive bayes classifier
Sentiment analysis using naive bayes classifier Dev Sahu
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment AnalysisAditya Nag
 
Practical sentiment analysis
Practical sentiment analysisPractical sentiment analysis
Practical sentiment analysisDiana Maynard
 
Social Media Sentiments Analysis
Social Media Sentiments AnalysisSocial Media Sentiments Analysis
Social Media Sentiments AnalysisPratisthaSingh5
 
Sentiment Analysis Using Hybrid Structure of Machine Learning Algorithms
Sentiment Analysis Using Hybrid Structure of Machine Learning AlgorithmsSentiment Analysis Using Hybrid Structure of Machine Learning Algorithms
Sentiment Analysis Using Hybrid Structure of Machine Learning AlgorithmsSangeeth Nagarajan
 
Sentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataSentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataHari Prasad
 
Sentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use casesSentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use casesKarol Chlasta
 
Presentation on Sentiment Analysis
Presentation on Sentiment AnalysisPresentation on Sentiment Analysis
Presentation on Sentiment AnalysisRebecca Williams
 
Sentiment Analysis Using Twitter
Sentiment Analysis Using TwitterSentiment Analysis Using Twitter
Sentiment Analysis Using Twitterpiya chauhan
 
Sentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhySentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhyDavide Feltoni Gurini
 
Sentiment Analysis on Twitter
Sentiment Analysis on TwitterSentiment Analysis on Twitter
Sentiment Analysis on TwitterSmritiAgarwal26
 
Sentiment Analaysis on Twitter
Sentiment Analaysis on TwitterSentiment Analaysis on Twitter
Sentiment Analaysis on TwitterNitish J Prabhu
 
Approaches to Sentiment Analysis
Approaches to Sentiment AnalysisApproaches to Sentiment Analysis
Approaches to Sentiment AnalysisNihar Suryawanshi
 
social network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysissocial network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysisAshish Mundra
 
Sentiment analysis
Sentiment analysisSentiment analysis
Sentiment analysisAmenda Joy
 
New sentiment analysis of tweets using python by Ravi kumar
New sentiment analysis of tweets using python by Ravi kumarNew sentiment analysis of tweets using python by Ravi kumar
New sentiment analysis of tweets using python by Ravi kumarRavi Kumar
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment AnalysisAnkur Tyagi
 

What's hot (20)

Social Media Sentiment Analysis
Social Media Sentiment AnalysisSocial Media Sentiment Analysis
Social Media Sentiment Analysis
 
Sentiment Analysis Using Product Review
Sentiment Analysis Using Product ReviewSentiment Analysis Using Product Review
Sentiment Analysis Using Product Review
 
Sentiment analysis using naive bayes classifier
Sentiment analysis using naive bayes classifier Sentiment analysis using naive bayes classifier
Sentiment analysis using naive bayes classifier
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 
Practical sentiment analysis
Practical sentiment analysisPractical sentiment analysis
Practical sentiment analysis
 
Social Media Sentiments Analysis
Social Media Sentiments AnalysisSocial Media Sentiments Analysis
Social Media Sentiments Analysis
 
Sentiment Analysis Using Hybrid Structure of Machine Learning Algorithms
Sentiment Analysis Using Hybrid Structure of Machine Learning AlgorithmsSentiment Analysis Using Hybrid Structure of Machine Learning Algorithms
Sentiment Analysis Using Hybrid Structure of Machine Learning Algorithms
 
Sentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataSentiment Analysis using Twitter Data
Sentiment Analysis using Twitter Data
 
Sentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use casesSentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use cases
 
Sentiment analysis
Sentiment analysisSentiment analysis
Sentiment analysis
 
Presentation on Sentiment Analysis
Presentation on Sentiment AnalysisPresentation on Sentiment Analysis
Presentation on Sentiment Analysis
 
Sentiment Analysis Using Twitter
Sentiment Analysis Using TwitterSentiment Analysis Using Twitter
Sentiment Analysis Using Twitter
 
Sentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhySentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and Why
 
Sentiment Analysis on Twitter
Sentiment Analysis on TwitterSentiment Analysis on Twitter
Sentiment Analysis on Twitter
 
Sentiment Analaysis on Twitter
Sentiment Analaysis on TwitterSentiment Analaysis on Twitter
Sentiment Analaysis on Twitter
 
Approaches to Sentiment Analysis
Approaches to Sentiment AnalysisApproaches to Sentiment Analysis
Approaches to Sentiment Analysis
 
social network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysissocial network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysis
 
Sentiment analysis
Sentiment analysisSentiment analysis
Sentiment analysis
 
New sentiment analysis of tweets using python by Ravi kumar
New sentiment analysis of tweets using python by Ravi kumarNew sentiment analysis of tweets using python by Ravi kumar
New sentiment analysis of tweets using python by Ravi kumar
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 

Similar to Sentiment Analysis via R Programming

ferret_company_facts_en(30.03.17)
ferret_company_facts_en(30.03.17)ferret_company_facts_en(30.03.17)
ferret_company_facts_en(30.03.17)ferretslides
 
How to Build Legendary Customer Relationships With Artificial Intelligence
How to Build Legendary Customer Relationships With Artificial IntelligenceHow to Build Legendary Customer Relationships With Artificial Intelligence
How to Build Legendary Customer Relationships With Artificial IntelligenceChristopher Mohritz
 
Corporate presentation- Arohatech
Corporate presentation- ArohatechCorporate presentation- Arohatech
Corporate presentation- ArohatechPabitra Pradhan
 
Customer Centric Innovation in a World of Shiny Objects
Customer Centric Innovation in a World of Shiny ObjectsCustomer Centric Innovation in a World of Shiny Objects
Customer Centric Innovation in a World of Shiny ObjectsJoAnna Cheshire
 
Gartner - The art of the one page strategy
Gartner - The art of the one page strategyGartner - The art of the one page strategy
Gartner - The art of the one page strategyDeepak Kamboj
 
Digital Entropy: Swimming Upstream in a Fast-Moving Industry
Digital Entropy: Swimming Upstream in a Fast-Moving IndustryDigital Entropy: Swimming Upstream in a Fast-Moving Industry
Digital Entropy: Swimming Upstream in a Fast-Moving IndustryPurple, Rock, Scissors
 
Twitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine LearningTwitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine LearningSkyl.ai
 
A digital Marketing Agency : We transform your business into a success story.
A digital Marketing Agency : We transform your business into a success story.A digital Marketing Agency : We transform your business into a success story.
A digital Marketing Agency : We transform your business into a success story.Talha Mujahid
 
The Analytic Platform: Empowering the Business Now
The Analytic Platform: Empowering the Business NowThe Analytic Platform: Empowering the Business Now
The Analytic Platform: Empowering the Business NowInside Analysis
 
IMTSedu Webinar: Focus on Customer Relationship Management
IMTSedu Webinar: Focus on Customer Relationship ManagementIMTSedu Webinar: Focus on Customer Relationship Management
IMTSedu Webinar: Focus on Customer Relationship ManagementAvideonCRM LLC
 
Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...
Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...
Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...SlideTeam
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformWebplatTechnologies
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformWebplatTechnologies
 
Level Five Capabilities 2015
Level Five Capabilities 2015Level Five Capabilities 2015
Level Five Capabilities 2015Jeffrey Swartz
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformWebplatTechnologies
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformWebplatTechnologies
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformWebplatTechnologies
 

Similar to Sentiment Analysis via R Programming (20)

ferret_company_facts_en(30.03.17)
ferret_company_facts_en(30.03.17)ferret_company_facts_en(30.03.17)
ferret_company_facts_en(30.03.17)
 
How to Build Legendary Customer Relationships With Artificial Intelligence
How to Build Legendary Customer Relationships With Artificial IntelligenceHow to Build Legendary Customer Relationships With Artificial Intelligence
How to Build Legendary Customer Relationships With Artificial Intelligence
 
Corporate presentation- Arohatech
Corporate presentation- ArohatechCorporate presentation- Arohatech
Corporate presentation- Arohatech
 
Customer Centric Innovation in a World of Shiny Objects
Customer Centric Innovation in a World of Shiny ObjectsCustomer Centric Innovation in a World of Shiny Objects
Customer Centric Innovation in a World of Shiny Objects
 
Gartner - The art of the one page strategy
Gartner - The art of the one page strategyGartner - The art of the one page strategy
Gartner - The art of the one page strategy
 
Aryavrat corporate profile
Aryavrat corporate  profileAryavrat corporate  profile
Aryavrat corporate profile
 
Digital Entropy: Swimming Upstream in a Fast-Moving Industry
Digital Entropy: Swimming Upstream in a Fast-Moving IndustryDigital Entropy: Swimming Upstream in a Fast-Moving Industry
Digital Entropy: Swimming Upstream in a Fast-Moving Industry
 
Twitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine LearningTwitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine Learning
 
A digital Marketing Agency : We transform your business into a success story.
A digital Marketing Agency : We transform your business into a success story.A digital Marketing Agency : We transform your business into a success story.
A digital Marketing Agency : We transform your business into a success story.
 
The Analytic Platform: Empowering the Business Now
The Analytic Platform: Empowering the Business NowThe Analytic Platform: Empowering the Business Now
The Analytic Platform: Empowering the Business Now
 
IMTSedu Webinar: Focus on Customer Relationship Management
IMTSedu Webinar: Focus on Customer Relationship ManagementIMTSedu Webinar: Focus on Customer Relationship Management
IMTSedu Webinar: Focus on Customer Relationship Management
 
Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...
Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...
Artificial Intelligence For Digital Transformation PowerPoint Presentation Sl...
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech Platform
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech Platform
 
Level Five Capabilities 2015
Level Five Capabilities 2015Level Five Capabilities 2015
Level Five Capabilities 2015
 
Repurpose, Reuse, Refresh
Repurpose, Reuse, RefreshRepurpose, Reuse, Refresh
Repurpose, Reuse, Refresh
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech Platform
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech Platform
 
Leading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech PlatformLeading Software Development, Digital Marketing, Fintech Platform
Leading Software Development, Digital Marketing, Fintech Platform
 
Webplat Technologies .pdf
Webplat Technologies .pdfWebplat Technologies .pdf
Webplat Technologies .pdf
 

More from Skillspeed

Run Your First Hadoop 2.x Program
Run Your First Hadoop 2.x ProgramRun Your First Hadoop 2.x Program
Run Your First Hadoop 2.x ProgramSkillspeed
 
Predicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via HadoopPredicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via HadoopSkillspeed
 
Top 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer WebinarTop 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer WebinarSkillspeed
 
Decoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOpsDecoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOpsSkillspeed
 
Skillspeed Affiliate Program
Skillspeed Affiliate ProgramSkillspeed Affiliate Program
Skillspeed Affiliate ProgramSkillspeed
 
Python and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python ArchitecturePython and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python ArchitectureSkillspeed
 
BIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social MediaBIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social MediaSkillspeed
 
BIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareSkillspeed
 
Hadoop for Business Intelligence Professionals
Hadoop for Business Intelligence ProfessionalsHadoop for Business Intelligence Professionals
Hadoop for Business Intelligence ProfessionalsSkillspeed
 
BIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in LogisticsBIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in LogisticsSkillspeed
 
BIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in FinanceBIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in FinanceSkillspeed
 
BIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-CommerceBIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-CommerceSkillspeed
 
Hadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive ArchitectureHadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive ArchitectureSkillspeed
 
Introduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce FundamentalsIntroduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce FundamentalsSkillspeed
 
Introduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig FundamentalsIntroduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig FundamentalsSkillspeed
 
HDFS & MapReduce
HDFS & MapReduceHDFS & MapReduce
HDFS & MapReduceSkillspeed
 
BIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in RetailBIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in RetailSkillspeed
 

More from Skillspeed (17)

Run Your First Hadoop 2.x Program
Run Your First Hadoop 2.x ProgramRun Your First Hadoop 2.x Program
Run Your First Hadoop 2.x Program
 
Predicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via HadoopPredicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via Hadoop
 
Top 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer WebinarTop 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer Webinar
 
Decoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOpsDecoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOps
 
Skillspeed Affiliate Program
Skillspeed Affiliate ProgramSkillspeed Affiliate Program
Skillspeed Affiliate Program
 
Python and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python ArchitecturePython and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python Architecture
 
BIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social MediaBIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social Media
 
BIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in Healthcare
 
Hadoop for Business Intelligence Professionals
Hadoop for Business Intelligence ProfessionalsHadoop for Business Intelligence Professionals
Hadoop for Business Intelligence Professionals
 
BIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in LogisticsBIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in Logistics
 
BIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in FinanceBIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in Finance
 
BIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-CommerceBIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-Commerce
 
Hadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive ArchitectureHadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
 
Introduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce FundamentalsIntroduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
 
Introduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig FundamentalsIntroduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig Fundamentals
 
HDFS & MapReduce
HDFS & MapReduceHDFS & MapReduce
HDFS & MapReduce
 
BIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in RetailBIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in Retail
 

Recently uploaded

Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 

Recently uploaded (20)

Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 

Sentiment Analysis via R Programming

  • 1. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Sentiment Analysis via R Programming
  • 2. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Session Objectives In this session you would learn and understand ᗍ What is R? ᗍ R for Data Analysis ᗍ Achieving Business challenges via R ᗍ Benefits of R for Business ᗍ What is Sentiment Analysis? ᗍ Advantages of Sentiment Analysis ᗍ Applications of Sentiment Analysis
  • 3. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Not really !!!! Introduction
  • 4. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com What is R? R is a language and environment for statistical computing and graphics It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues R helps people perform a wide variety of computing tasks by giving them access to various commands Source: http://www.r-project.org/about.html
  • 5. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Why R for Data Analysis? ᗍ R is not the only language that can be used for data analysis ᗍ Interactive language ᗍ Data structures ᗍ Graphics ᗍ Missing values ᗍ Functions as first class objects ᗍ Packages ᗍ Community
  • 6. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com ᗍ Develop your statistical and analytical skills in the R programming environment ᗍ Acquire a thorough understanding of the R programming source environment, and use your skills in statistics and R to solve a variety of complex problems Today, it is imperative for every modern business to understand the huge amounts of data it maintains on its customers and itself Achieving Business Challenges in R R allows the business to easily and quickly clean and explore the information that it wants to analyse R allows the business to explore new information with the help of customized visualizations
  • 7. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Use Case Problem Statement: A major benefit of social media is that we can see the good and bad things people say about a particular brand or personality The bigger your company gets difficult it becomes to keep a handle on how everyone feels about your brand. For large companies with thousands of daily mentions on social media, new sites and blogs, it is extremely difficult to do this manually
  • 8. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Use Case - Solution Sentimental analysis using R can solve this problem Sentimental Analysis helps to evaluate the people’s sentiment about particular brand or personality in business Solution: Let us know what is sentimental analysis and steps involved to solve the problem
  • 9. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com What are Sentiments? Sentiment = feelings ᗍ Attitudes ᗍ Emotions ᗍ Opinions Subjective impressions, not facts
  • 10. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Why Sentiment Analysis? The amount of user-generated content on the Internet has risen exponentially over the last decade and such content is now always at our fingertips ᗍ Sentiment analysis is in demand because of its efficiency – thousands of text documents can be processed for sentiment in seconds, compared to the hours it would take when done manually ᗍ Huge amounts of ‘sentiments’ are available from social media including Twitter, Facebook, message boards, blogs, and user forums
  • 11. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com What is Sentiment Analysis? ᗍ Sentiment is an R package with tools for sentiment analysis for positivity/negativity and emotion classification ᗍ Sentiment Analysis provides a rich set of tools and techniques for extracting information from large dataset and summarizing it Example: Service providers use Sentiment Analysis to quickly assess how new products and features are being received Sentiment Analysis uses natural language processing, text analysis and computational linguistics to identify and extract subjective information from text
  • 12. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Questions Sentiment Analysis might ask ᗍ Is this product review positive or negative? ᗍ Is this customer email satisfied or dissatisfied? ᗍ Based on a sample of tweets, how are people responding to this ad campaign/product release/news item? ᗍ How have bloggers' attitudes about the president changed since the election?
  • 13. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Data Collection in Sentiment Analysis Data Collection For performing sentimental analysis we need Twitter data consisting of tweets about a particular brand For collecting the data and tweets we have used Twitter API available for free Data Collection Remove unwanted words which does not come under sentiments such as, Emotions, urls, usernames, hashtags, repeated letters Data Collection Two way categorization: Positive or Negative Data Collection Positive words with negative smiley Negative words with positive smiley
  • 14. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Example People’s opinion towards a movie have huge impact on its success High volume of positive tweets indicate success of movie How to quantify? Lets take a set of movies and check for ratio of positive and negative tweets
  • 15. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Example: Tweets
  • 16. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Result using Sentimental Analysis This graph makes us to easily understand the result ratios, than to check directly with the sites
  • 17. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Who Uses R? – Domains Telecom Pharmaceuticals Financial Industry and many more…
  • 18. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Who Uses R? – Companies
  • 19. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Job Trends – R Programming
  • 20. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Why Skillspeed? Course Curriculum from Industry Experts Instructor Led Live Virtual Sessions Lifetime access to Course Content via LMS 100% Placement Assistance 24x7 Support
  • 21. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Corporate Partners
  • 22. Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Contact us.. Lines open 24/7 To know more about the course, Please contact: IND +91-90660-20904 USA 1866-607-6547 (Toll Free) Or reach us at sales@skillspeed.com

Editor's Notes

  1. SkillSpeed offer virtual instructor lead courses designed to bridge the time to competency gap experienced by the technology companies. USP of SkillSpeed is the subject matter expert (SME). SMEs are industry experts and has a good understanding and hands-on industry experience of the technology. This industry expert designs, develops, and delivers the course. SkillSpeed provides you: Course Curriculum from Industry Experts Instructor Led Live Virtual Sessions Real life industry case studies  - Live Virtual Interactions Interaction with industry experts  - Lifetime access to all course content via the LMS   - 24*7 support   - 100% placement assistance