Machine Learning

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

12 Terms

1
New cards

machine learning

develops algorithms designed to be applied to datasets, focusing on prediction, classification, and clustering or grouping tasks

2
New cards

unsupervised learning

goal is to divide high-dimensional data into clusters that are similar in their set of features

3
New cards

unsupervised learning examples

  • principal component analysis

  • clustering

4
New cards

reinforcement learning

learning what to do, mapping situations to actions, to maximize a numerical reward signal. learner is not told what actions to takakee

5
New cards

reinforcement learning examples

  • game AI

  • robotics

  • LLMs

6
New cards

supervised learning

training set is used to fit the model and test set is used to evaluate model performance

7
New cards

supervised learning assumptions

independent observations and consistent data generating process across both training and test sets

8
New cards

goal of supervised learning

learn a function from a labeled training set (where X and Y are known) that accurately predicts outcomes on unseen data (where only X is known)

9
New cards

spam detection

challenge lies in identifying features that consistently distinguish spam across both seen and unseen emails, while avoiding overfitting to peculiarities in the training data

10
New cards

traditional approach

human experts manually creates rules based on domain knowledge

11
New cards

modern approach

system automatically discovers patterns from labeled examples

12
New cards

ML vs econometrics

ML more focused on correlation and observation, econometrics focused on causal effect and intervention