Machine Learning Notes

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

1/15

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.

16 Terms

1
New cards

Machine learning (ML)

A technology that powers applications like translation apps and autonomous vehicles, enabling software to solve problems and make predictions from data.

2
New cards

Model

In machine learning, it is a mathematical relationship derived from data used to make predictions.

3
New cards

Supervised learning

A type of ML where models learn from labeled data with correct answers to make predictions.

4
New cards

Regression model

A model that predicts a numeric value based on input features, such as a weather model predicting rainfall.

5
New cards

Classification model

A model that predicts the likelihood of an input belonging to a specific category, such as spam detection in emails.

6
New cards

Unsupervised learning

A type of ML where the model makes predictions from data without known correct answers, aiming to find hidden patterns.

7
New cards

Clustering

An unsupervised learning technique used to group similar data points based on patterns within the data.

8
New cards

Reinforcement learning

A type of ML where models learn to make decisions by receiving rewards or penalties based on actions taken in an environment.

9
New cards

Generative AI

A class of ML models that creates new content from user inputs, such as generating text, images, or audio.

10
New cards

Training

The process of teaching an ML model to understand the relationship between features and labels using labeled examples.

11
New cards

Inference

The process of using a trained ML model to make predictions on new, unlabeled data.

12
New cards

Loss

The difference between the predicted value and the actual value, used to update the model during training.

13
New cards

Labeled example

An example that contains both features and the corresponding label used for training a model.

14
New cards

Feature

An individual measurable property or characteristic used as input by the ML model to make predictions.

15
New cards

Label

The output value that the model is trained to predict, corresponding to the features in a labeled example.

16
New cards

Evaluation

The process of assessing the performance of a trained ML model by comparing its predictions to actual labels.