Machine Learning Flashcards

1
Q

What is Machine Learning?

A
  • subset of AI
  • focused on algorithms that learn and make predictions based on data
  • systems improve their performance over time without hand-coded instructions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the types of Machine Learning?

A
  • Supervised: uses labeled datasets eg cancerous vs healthy cells, applied in spam filters, recommendation engines
  • Unsupervised: data lacks explicit labels or guidance, eg clustering data with shared attributes
  • Reinforcement: interact with an environment, learns from feedback (rewards or penalties)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do AI text detectors differentiate between AI and human written text?

A
  • Perplexity: how surprising or unpredictable the text is; human writing more varied and creative with high perplexity
  • Burstiness: variability in sentence length and structure; ai writing more uniform and consistent with low burstiness
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define Overfitting in Machine Learning.

A
  • model performs well on training data
  • but fails to generalize to new, unseen data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Confusion Matrix?

A
  • table that evaluates performance of a machine learning model
  • assess accuracy and error rates.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly