Send a link to your students to track their progress
15 Terms
1
New cards
Machine Learning (ML)
A branch of computer science focused on the development of models and algorithms that learn from data to improve predictive performance.
2
New cards
Artificial Intelligence (AI)
A broader field than ML that focuses on equipping machines with capacities to approximate humanlike intelligence such as communication, reasoning, and perception.
3
New cards
Algorithm
A sequence of rules executed by a computer to solve a problem.
4
New cards
Dataset
A collection of data from which ML models learn.
5
New cards
Model
A program that can find patterns or make decisions from previously unseen data; it represents what algorithms learned from training data.
6
New cards
Feature
An independent property used as input to the model.
7
New cards
Label/Target
The predetermined outcome to be predicted by the model.
8
New cards
Training
The process whereby the model learns the hidden pattern and relationship existing in the features and how they relate to the target value.
9
New cards
Testing
The process of evaluating the final performance of a model with optimal configuration on previously unseen data.
10
New cards
Classification
The goal of a classification task is to predict a discrete label from two or more categories based on input features.
11
New cards
Regression
The goal of a regression task is to predict a continuous numeric value based on input features.
12
New cards
Supervised Learning
Algorithms characterized by labeled input data, meaning the training data includes both features and the correct output.
13
New cards
Unsupervised Learning
Algorithms trained to detect patterns and similarities in unlabeled data sets, containing only features without predefined outcomes.
14
New cards
Neural Network
A powerful ML method inspired by the human brain, consisting of interconnected groups of artificial neurons that can learn complex functions.
15
New cards
Evaluation Metric
A measure used to quantify the performance of an ML model based on its predictions compared to actual outcomes.