Intro to AI 2 final terms (Lecture Machine Learning)

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

1/17

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.

18 Terms

1
New cards

Overfitting

When a model performs well on training data but poorly on unseen data.

2
New cards

Underfitting

When a model performs poorly on both training and test data due to being too simple.

3
New cards

Generalization

The ability of a model to perform well on new, unseen data.

4
New cards

Regularization

A method to reduce overfitting by penalizing model complexity.

5
New cards

Bias

Error due to incorrect assumptions; high bias can cause underfitting.

6
New cards

Variance

Sensitivity to training data noise; high variance can cause overfitting.

7
New cards

Bias-Variance Tradeoff

Balancing simplicity and flexibility to optimize generalization.

8
New cards

Entropy

A measure of uncertainty or disorder in a dataset.

9
New cards

Information Gain

Reduction in entropy after a dataset is split on an attribute.

10
New cards

Decision Tree

A model that uses a tree-like graph to make decisions based on features.

11
New cards

Training Data

Data used to train a machine learning model.

12
New cards

Test Data

Data used to evaluate a trained model’s performance.

13
New cards

Validation Data

Data used to tune hyperparameters during training.

14
New cards

Supervised Learning

A type of machine learning where a model is trained on labeled data, meaning the input data is paired with the correct output.

15
New cards

Unsupervised Learning

A type of machine learning where a model is trained on data without labeled outputs, allowing it to discover patterns and relationships in the input data.

16
New cards

Semi-Supervised Learning

A type of machine learning that combines both labeled and unlabeled data for training, typically using a small amount of labeled data and a larger amount of unlabeled data to improve model performance.

17
New cards

Reinforcement Learning

A type of machine learning where an agent learns to make decisions by interacting with an environment and receiving rewards or penalties for the actions it takes.

18
New cards