AI GlossaryModelENTRY — AI Fundamentals
[AI Fundamentals]
Model.
A mathematical representation learned from data that can make predictions or decisions on new, unseen data.
In-depth explanation
01A model is the output of training a machine learning algorithm on data. It captures patterns and relationships in the training data and can generalize to new examples. Models can range from simple (linear regression) to extremely complex (large language models with billions of parameters). Model performance is evaluated using metrics relevant to the task.
Examples
02EX. 01
GPT-4
EX. 02
BERT
EX. 03
ResNet
More in AI Fundamentals
0301AccuracyAccuracy is a metric used in machine learning to measure the percentage of correctly predicted instances in relation to the total number of instances evaluated. It is widely used to assess the performance of classification models.02Active LearningActive learning is a machine learning approach where the algorithm selectively queries a human expert to label new data points with the goal of improving the model's performance with minimal labeled data.03Adam OptimizerAdam (Adaptive Moment Estimation) is an optimization algorithm used in training machine learning models, particularly neural networks. It combines the advantages of two other extensions of stochastic gradient descent, specifically AdaGrad and RMSProp, to adaptively adjust the learning rate of each parameter.04Adversarial AttackAn adversarial attack is a deliberate attempt to manipulate the inputs to an AI model in order to cause it to make errors or incorrect predictions, often by introducing subtle perturbations that are imperceptible to humans.05Adversarial ExampleAn adversarial example is a specially crafted input designed to deceive a machine learning model, causing it to make an incorrect prediction or classification.06Agentic AIAgentic AI refers to artificial intelligence systems designed to perceive their environment, make decisions, and take actions autonomously to achieve specific goals.
[NEXT] — APPLY THE CONCEPT
Master Model.
Learn how to apply this concept with hands-on projects in our comprehensive AI programs.