|
recaplica
Neural networks: how they really work |
| © 2026 Recaplica · recaplica.com — All rights reserved |
Neural networks: how they really workWhat to print Page numbers appear when printing with default margins. SlidesChoose a cut Flash10 slidesThe essential thread, to present in classFull17 slidesEvery chapter and the deeper detailBoth come with speaker notes. In 30 seconds quick readA neural network is a system of thousands of simple computing units connected in layers by millions (or billions) of weighted connections, loosely inspired by the brain's neurons. Every connection has an adjustable weight: during training the network tweaks the weights until the examples produce the right answers. With many layers it becomes deep learning, the technology behind image recognition, speech and large language models. Key Points
Key figures
Deep DiveAn orchestra of tiny calculatorsForget the electronic brain of the movies. A neural network is something humbler and more surprising: thousands of dead-simple computing units, connected in layers by millions (in modern models, billions) of weighted connections. As MIT explains, each node does one thing: it receives numbers over its incoming connections, multiplies them by their weights, adds everything up and compares the total against a threshold. Above the threshold, the node “fires” and passes the signal to the next layer; below it, silence. None of these units knows anything. The intelligence — if we want to call it that — lives entirely in the weights: millions, nowadays billions, of dials deciding how much every connection counts. Training: tuning the dialsHere’s the part that surprises everyone who first learns it: at the start, the weights are random numbers. A newborn network can do literally nothing. Then the studying begins. It’s shown an example — a photo labeled “cat” — and the output layer’s answer is checked. Wrong? A correction algorithm nudges the weights, ever so slightly, in the direction that would have made the answer less wrong. Repeat with the second example, the thousandth, the millionth. Micro-nudge after micro-nudge, the network comes to give consistently right answers even on inputs it has never seen.
Why “deep”: the power of layersWith few layers a network learns simple relationships. The real leap comes as the layers multiply — that’s the deep in deep learning. In an image network, the early layers learn to catch edges and contrasts; the middle ones combine edges into shapes; the last ones combine shapes into objects. Nobody designs this hierarchy of abstractions: it emerges on its own from training. The same principle, applied to text at colossal scale, produces the models behind generative AI: GPT-3 is a network of 175 billion weights. The dials have multiplied beyond counting; the principle is still 1957’s. A rollercoaster historyYes, 1957: neural networks are anything but new. The theory was born in 1944 with Warren McCullough and Walter Pitts; in 1957 Frank Rosenblatt unveiled the Perceptron, the first trainable network. Then an influential critique (Minsky and Papert, 1969) froze funding for years; the 1980s brought a renaissance, the 2000s another winter as other methods took over. The definitive turning point came with GPUs, the graphics cards: built for video games, they turned out to be perfect for the billions of parallel multiplications training requires. From there: networks tens of layers deep, internet-scale data, and deep learning leaving the labs for your phone. To place the piece in the puzzle: neural networks are the most powerful engine of machine learning, and what a network executes is still an algorithm, with all its well-defined steps. The network doesn’t know it’s intelligent. It executes, and that’s enough. Slide deckSlides ready to download and make your own in PowerPoint or Google Slides, with speaker notes. Pick the Flash cut or the Full one. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Common myths
Mind mapDrag the background to move around and the nodes to reposition them; use − and + to collapse and expand branches.
Quiz: test yourselfAnswer the questions to check what you have learned: you get instant feedback and a short explanation. Grade 0/10 0/5
FlashcardsTap the card to flip it and check whether you remember the answer, then move to the next one. 1 / 7 Explain it in your own wordsThe ultimate test: if you can explain it in simple words, you've truly understood it. Write your explanation, then compare it with the Recap. Your explanation is saved only on this device.
Frequently asked questionsWhy call them 'neural' if they don't work like the brain?For the original inspiration: the 1940s pioneers modeled units that activate past a threshold, like biological neurons. The name stuck; the resemblance to the brain stayed superficial. What does each layer of a deep network do?It detects features at a growing level of abstraction: in an image network, early layers catch edges and contrasts, middle ones shapes and textures, the last ones whole objects. Nobody programs this hierarchy: it emerges from training. What's the link between neural networks and ChatGPT?Large language models are gigantic neural networks trained on text: GPT-3, for instance, is a network with 175 billion weights. The same basic architecture, at industrial scale. Why were GPUs the turning point?Training a network takes billions of repetitive multiplications — exactly the kind of math graphics cards were born for. With GPUs it became practical to train networks tens of layers deep on huge datasets: hence the deep learning explosion. Every Recap goes through an independent review before publication. |















