3. FC | Machine Learning Foundations

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

1/14

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and vocabulary from the Machine Learning Foundations lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Machine Learning

A subset of artificial intelligence that uses algorithms to learn from data and make predictions.

2
New cards

Supervised Learning

A machine learning approach that uses labeled data to train models; includes regression and classification.

3
New cards

Unsupervised Learning

A machine learning approach that discovers patterns in unlabeled data through clustering.

4
New cards

Reinforcement Learning

A machine learning approach where agents learn through interaction with an environment using rewards and penalties.

5
New cards

Training and Inference

The process of teaching a model with data and then using it to make predictions.

6
New cards

Loss Function

Measures the difference between predicted and actual values to optimize model performance.

7
New cards

Linear Regression

A supervised learning method used for predicting continuous values, fitting a straight line through data points.

8
New cards

Logistic Regression

A supervised learning technique used for binary outcomes predicting class labels using a sigmoid function.

9
New cards

Clustering

A method in unsupervised learning that groups similar items based on their characteristics.

10
New cards

Standardization

The process of transforming data to have a mean of 0 and a standard deviation of 1 to ensure features are on the same scale.

11
New cards

Train-Test Split

A method for dividing a dataset into a training set and a testing set to validate model performance.

12
New cards

Accuracy Score

A metric used to assess the performance of a machine learning model by measuring the ratio of correctly predicted instances.

13
New cards

Euclidean Distance

A common metric used in clustering to measure the similarity between data points based on their features.

14
New cards

Policy

In reinforcement learning, the strategy that maps states to actions in order to maximize cumulative rewards.

15
New cards

Q-learning

A reinforcement learning algorithm that enables an agent to learn optimal actions through trial and error.