Skip to content
AI360Xpert
Visual-First EdTech Platform

Learn AI & ML the Easy way

Concepts · Definitions · Insights · Interview Prep

Definitions

View all

Ablation Study

A systematic evaluation process where individual components of a machine learning model are removed to measure their exact contribution to performance.

Analogy: Like removing ingredients from a recipe one by one to figure out exactly which spice is making the soup taste good.

Related: Feature Importance, Model Pruning, Association Rule Mining

Activation Function

A mathematical operation applied to a neural network node's output that introduces the crucial non-linearity required to learn highly complex patterns.

Analogy: Like a gatekeeper deciding how loudly a message should be shouted to the next room based on the importance of the incoming signal.

Related: SwiGLU, Softmax, Adapter

Active Learning

A specialized training paradigm where the model explicitly selects the most informative unlabelled data points and queries a human annotator for labels.

Analogy: Like a student who only asks the teacher for help on the hardest questions they don't understand, rather than asking about everything in the textbook.

Related: Human-in-the-Loop, Semi-Supervised Learning, CTC Loss

Adapter

A tiny set of highly trainable parameters injected into the layers of a frozen, pre-trained neural network to drastically simplify task-specific tuning.

Analogy: Like adding a custom optical filter to the front of an expensive camera lens instead of rebuilding the entire lens from scratch.

Related: PEFT, Foundation Model, Bias (parameter)

Ready to dive in?

Explore our full library of concepts, definitions, and tutorials. Let's build something amazing.