Zero-Shot Learning
Zero-shot learning lets an AI model perform a new task or recognize an unseen category without task-specific labeled examples.
Explore AIstify's latest reporting, research, and expert analysis tagged with "machine learning", collected in one continuously updated archive.
Zero-shot learning lets an AI model perform a new task or recognize an unseen category without task-specific labeled examples.
Ethereum’s Vitalik Buterin argued the gravest AI risk is not rogue superintelligence but a few companies or governments seizing control of it, in a widely shared thread on AI’s future.
A black box model is an AI system whose internal decision process is difficult to inspect or explain, even when its predictions are useful.
A tensor is a multidimensional array of numbers used to represent and process data inside machine learning systems.
An attention mechanism helps an AI model focus on the most relevant parts of its input when interpreting information or generating an output.
Regularization discourages a model from fitting training data too narrowly, improving its ability to generalize to new examples.
Youden’s J statistic evaluates a binary classifier by combining sensitivity and specificity and can help select a decision threshold.
Self-supervised learning trains AI models with labels or objectives created from the data itself, reducing dependence on manual annotation.
Recall is the proportion of all actual positive cases that a model successfully identifies.
Semantic search uses embeddings to retrieve information by meaning and context, finding relevant results even when documents use different words.
Precision is the proportion of predicted positive cases that are actually positive.
Synthetic data is artificially generated information used to train, test, or evaluate AI systems when real data is limited, sensitive, or costly.
Fine-tuning adapts a pretrained AI model to a specific task, domain, or behavior by continuing training on targeted examples.
Regression is a supervised machine learning task that predicts continuous numerical values such as prices, demand, time, or risk.
The Yeo-Johnson transformation reshapes numerical data, including zero and negative values, to stabilize variance and support machine learning models.