unsupervised learning and evaluation

0.0(0)
studied byStudied by 8 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

unsupervised machine learning

concept involves teaching computers to discover patterns and relationships in language without explicit guidance or labeled examples.

2
New cards

topic modeling

assigns to a corpus based on the words present, essential for categorizing documents in a data-rich world.

3
New cards

deep learning

subset of machine learning mimicking human brain workings through artificial neural networks

4
New cards

transformers

introduced in 2017 for multilingual translation, allows parallel processing, encodes word positions, and simplifies lookup.

5
New cards

BERT (bidirectional encoder representations from transformers)

pre-trained contextual model setting benchmarks in various nlp tasks; reads text in both directions, facilitates transfer learning, and is versatile for tasks like text classification and sentiment analysis

6
New cards

evaluation

crucial for ensuring model performance, avoiding misinterpretations, and maintaining transparency.

7
New cards

accuracy

ratio of correctly predicted instances to total instances

8
New cards

recall

ratio of true positives to true positives and false negatives

9
New cards

precision

ratio of true positives to true positives and false negatives

10
New cards

confusion matrix

illustrates correct and incorrect predictions

11
New cards

ROC curve

plots true positive rate against false positive rate

12
New cards

class imbalance

high accuracy but low f1-score

13
New cards

overfitting

high training accuracy but low validation accuracy

14
New cards

underfitting

low training and validation accuracy