CHAPTER 8 Flashcards

(15 cards)

1
Q

……………..The ability of systems to learn from data and improve their performance automatically without being explicitly programmed.

The ability to learn:
✓ Something new.
✓ Something new about something you already knew.
✓ How to do something better, either more efficiently or with more
accuracy.

A

Machine Learning (ML)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Types of ML
Question: Is there a teacher?

A

Supervised Learning – Yes, there is a teacher.: The model is trained on labeled data (input + correct output).
* Learns to predict or classify based on past examples.

Unsupervised Learning – No teacher, learns on its own.: The model explores patterns in unlabeled data.
* Finds hidden structures or groupings.

Semi-Supervised Learning – The teacher helps sometimes.: Mix of labeled and unlabeled data.
* Useful when labeling is expensive or time-consuming

Reinforcement Learning – Learns from experience and feedback.:
* No direct teacher, but gets rewards or penalties based on actions.
* Learns optimal behavior over time through trial and error.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

T/F NLP is a subset of AI focused on helping machines understand and
work with human language.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

With NLP, machines can :

A
  • Understand spoken or written language.
  • Analyze meaning, emotion, or intent.
  • Perform speech recognition.
  • Generate or summarize text automatically.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

T/F Machine Learning (ML) for Natural Language Processing (NLP)
and Text Analytics involves using algorithms and narrow AI to help
machines understand the meaning behind text.

⚫ It helps understand and analyze human language by identifying parts
of speech, entities, sentiment, and more. They turn raw, unstructured
text into structured, usable data.
⚫ These technologies enhance accuracy, speed up analysis, and
automate processes—making it possible to analyze massive volumes
of text quickly and effectively.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Types of Supervised Learning Techniques in NLP : Classification & Sentence Segmentation

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

T/F Classification Assigning text to predefined categories based on patterns learned from labeled data.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Some examples of classification tasks are:

A

Sentiment Analysis
News Article Classification
Spam Detection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

T/F During training, a feature extractor is used to convert each input value to a feature set. Pairs of feature sets and labels are fed into the machine learning algorithm to generate a model.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

T/F During prediction, the same feature extractor is used to convert unseen inputs to feature sets. These feature sets are then fed into the model, which generates predicted labels

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A

DONE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

………………Dividing long text into individual sentences using labeled data to train
the model.

A

Sentence Segmentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Some examples Sentence Segmentation tasks are:

A
  • Text Segmentation: Dividing articles, news, or blogs into sentences for
    easier processing.
  • Linguistic Analysis: Helps in POS tagging, dependency parsing, and
    machine translation.
  • Machine Translation: Accurate sentence division for better translations.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

…………… involves training a model without pretagging or annotating.

A

Unsupervised machine learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Some of these techniques are:Unsupervised machine learning

A

✓ Clustering
✓ Latent Semantic Indexing
✓ Matrix Factorization
✓ Concept Matrix
✓ Syntax Matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly