What is Sentiment Analysis?

preview_player
Показать описание

How do companies analyze your online texts to gauge sentiment, using techniques from NLP and machine learning? In this video, Martin Keen explains the power of sentiment analysis and explores the nuances, pitfalls, and benefits of sentiment analysis for improving customer experiences and brand reputation.

Рекомендации по теме
Комментарии
Автор

Martin Sir is a very nice teacher. Thank you for explaining us in a simple manner.

aninditachakraborty
Автор

thanks, you are one of the best guys who can explain complex concepts in an easy and smooth way, i really appreciate your efforts

ahmadsaud
Автор

Thank you, IBM.
This really breaks it down into digestible bits.

ShoyomboRaphael
Автор

Other Companies: thinking about profit

Meanwhile Martin sir and IBM: Lets teach almost each week

osznnum
Автор

These videos are extremely informative and educational--thank you IBM!

bikedawg
Автор

FROM CHATGPT:
In sentiment analysis using a machine learning approach, logistic regression is the appropriate classification algorithm, not linear regression. Here's why:

*Logistic Regression*

Classification Task:
Sentiment analysis is typically a binary classification task (positive vs. negative sentiment) or a multi-class classification task (e.g., positive, neutral, negative).
Logistic regression is designed for classification problems, making it suitable for sentiment analysis.

Output:
Logistic regression outputs probabilities that can be mapped to discrete classes (e.g., sentiment labels). The sigmoid function is used to convert the linear combination of input features into a probability between 0 and 1.
The model predicts the class label based on the highest probability.


Decision Boundary:
Logistic regression creates a decision boundary to separate different classes based on the feature space, which is essential for classification tasks.


*Linear Regression*

Regression Task:
Linear regression is used for regression problems, where the goal is to predict a continuous outcome variable.
It is not suitable for classification tasks because it predicts a continuous value rather than discrete class labels.


Output:
Linear regression outputs a continuous value, which is not directly interpretable as class labels for sentiment analysis.


Decision Boundary:
Linear regression does not create a decision boundary for classification. Instead, it fits a line (or hyperplane) to predict continuous values.

bikedawg
Автор

Lost in the world of funds - a poetic reflection on the journey to reclaim them.

Patricia-yPatricia_x
Автор

I would sell a Kidney, maybe both, to take courses from Martin on anything computer science, especially AI, related.

seanurquhart
Автор

@IBM Technology please confirm whether it was meant to be logistic regression instead of linear regression

oshkit
Автор

how did he not mention transformers? Please make a video on deploying BERT

glenilame
Автор

One other synonym to lexicon often used by NLP is ontology.

sammyfrancisco
Автор

Linear regression is not a classification method!

evandrogoulart
Автор

They can read minds. You guys have been illegally reading my mind via A.I. mind reading technology for over a year now.

ahmedshaikh