Home
Explore
Exams
Search for anything
Login
Get started
Home
04a text classifiers sentiment evaluation SLP
04a text classifiers sentiment evaluation SLP
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/18
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
19 Terms
View all (19)
Star these 19
1
New cards
Text Classification
The process of categorizing text into predefined classes.
2
New cards
Naive Bayes Classifier
A classification algorithm based on Bayes' theorem, assuming independence between predictors.
3
New cards
Sentiment Analysis
The detection of attitudes expressed in text, typically as positive or negative.
4
New cards
Precision
The percentage of true positive predictions relative to the total positive predictions made by the model.
5
New cards
Recall
The percentage of true positive predictions relative to the total actual positives in the data.
6
New cards
F-measure
A combined measure of precision and recall, often used as a single metric for evaluation.
7
New cards
Bag of Words
A representation of text data where all words are treated as individual tokens, ignoring grammar and word order.
8
New cards
Maximum Likelihood Estimate
A statistical method for estimating parameters of a probabilistic model by maximizing the likelihood function.
9
New cards
Laplace Smoothing
A technique used to avoid zero probabilities in maximum likelihood estimation by adding a small constant, usually 1.
10
New cards
Confusion Matrix
A table used to evaluate the performance of a classification model, showing true positives, false positives, true negatives, and false negatives.
11
New cards
Macroaveraging
A method of averaging performance metrics by computing them for each class separately and then averaging the results.
12
New cards
Microaveraging
A method of averaging performance metrics by computing global counts across all classes before calculating precision and recall.
13
New cards
Toxicity Classification
The task of detecting harmful language such as hate speech, abuse, or harassment.
14
New cards
Model Card
A documentation tool for machine learning models that includes details about the model's training, performance, and intended usage.
15
New cards
Multinomial Naive Bayes
An extension of the Naive Bayes classifier that is suitable for discrete data, such as word counts for text classification.
16
New cards
Supervised Machine Learning
A type of machine learning where models are trained on labeled data to predict outcomes for new, unseen data.
17
New cards
Negation Handling
Methods used in sentiment classification to accurately interpret the effect of negations on sentiment words.
18
New cards
Unknown Words
Words that appear in the test set but not in the training set, which are typically ignored in sentiment analysis.
19
New cards
Stop Words
Very common words in a language (such as 'the' or 'and') that may be excluded from text analysis in some classification tasks.