Network Architecture62
What the inside of an AI model looks like. Neurons, layers, weights, activation functions, RNNs, LSTMs, parameters: what people actually mean when they say a model is "big" or "deep".
A built-in threshold that decides whether a signal passes on
AttentionA way of deciding how much weight to give each input
AutoencoderA structure that learns by shrinking data down and rebuilding it
AutoregressiveRereads what it just wrote, then adds one more piece
BackpropagationTracing error backward to split blame across the network
Bias TermThe default amount that's added no matter what the input is
Black BoxAn AI's decision process when the inside can't be seen
Browser AIAI that runs inside a web page with nothing installed
CNNConvolutional Neural NetworkA neural network built to spot patterns in a photo, layer by layer
ComputeThe total amount of calculation it takes to run a model once
ConvolutionSliding a small tile across a photo to score it, spot by spot
Deep LearningMachine learning that stacks processing steps many layers deep
Depth vs WidthHow many layers to stack versus how wide to make each one
DQNDeep Q-NetworkA neural network standing in for a table of expected scores
DropoutRandomly resting part of a model during training
Encoder-DecoderA two-part design that reads with one half, writes with the other
Environmental CostThe electricity and resources it takes to build and run AI
Feature MapA picture that lays scan results out in their original spots
Feed-ForwardA neural network structure where signals only flow forward
Filter / KernelA small value tile that carries what to look for
GPUA device that processes the same calculation many times at once
GradientThe signal that says which way, and how far, to reduce error
Hidden LayerThe middle layers between input and output that build features
LatencyThe time between sending a request and getting an answer back
LayerA computing stage made of neurons that all share the same input
Layer NormalizationA device that recalibrates the numbers' scale at every layer
Local LLMRunning an AI model directly on your own computer
LogitsThe raw score each candidate gets before becoming a probability
LSTMA recurrent network that uses gates to choose what to keep
Matrix MultiplicationPairing up rows and columns, multiplying each pair, then summing
Mixture of ExpertsA model structure that switches on only the branches it needs
Model ArchitectureThe blueprint that says how a model's layers stack and connect
Model ServingPutting a finished model to work answering everyone's requests
Model SizeHow many numbers a model is carrying
Multi-Head AttentionThe same scene watched by several viewpoints at once
Multilayer PerceptronA basic neural network made of simple deciders stacked in layers
Neural NetworkSimple calculating units chained together in layers
NeuronA tiny computing unit that takes in many values and outputs one
On-Device AIAI that a device's own hardware handles directly
Open WeightsA model that hands out only the finished trained numbers
ParameterA tuning dial inside a model whose value training decides
PerceptronThe first neural network — weighs inputs, then answers pass or fail
PoolingShrinking a picture by keeping one representative value per region
Positional EncodingA way of tagging each spot with its place in line
PruningCutting away unused connections to make a model lighter
QuantizationCoarsening the scale numbers are written on to make a model lighter
ReLUBlocks negative inputs at zero, passes positive ones through
Residual ConnectionA shortcut skipping a layer, carrying the original value through
RNNRecurrent Neural NetworkA network that carries forward a running summary, word by word
Self-AttentionWords in the same sentence checking in with each other
Sequence-to-SequenceListens to the end, then rebuilds the message at a different length
SigmoidSqueezes any value into a smooth range between zero and one
SoftmaxA calculation that turns several scores into shares totaling 100%
TensorA bundle of numbers organized along several axes
TransformerAn AI design where every word in a sentence looks at all the others
U-NetShrinks an image down, then grows it back while recovering position
Vanishing GradientWhen the fix-it signal fades away layer by layer, moving backward
Variational AutoencoderAn autoencoder that remembers things as a range, not a point
VectorA set of numbers for several items, written in a fixed order
Vision TransformerCutting a photo into pieces and treating it like text
VRAMThe workspace where a graphics card lays out its numbers to compute
WeightThe learned multiplier on each input, deciding how much it counts