A neuron is the fundamental building block of neural networks. It takes multiple inputs, multiplies each by a learnable weight, adds a bias, then passes the result through an activation function to produce an output. Adjust the sliders below to see how each parameter shapes the neuron's behavior in real time.
Think of weights as volume knobs — they control how much the neuron “cares” about each input. A large positive weight amplifies the signal; a negative weight inverts it; zero means the neuron ignores that input entirely.
In a real neural network: today's frontier models are estimated to have on the order of a trillion or more weights (exact figures are no longer disclosed — GPT-4 was famously rumored at ~1.8T back in 2023). Each weight was learned during training by processing trillions of text tokens. This single neuron demonstrates the fundamental building block that, when combined in layers of millions, gives rise to language understanding.
This demo is a scripted, self-contained browser simulation. Nothing you type is sent to an AI model and no live AI system runs behind it, even where it plays one. Its code and copy were built with generative AI (Anthropic’s Claude) and reviewed by Robert Barcik, who is responsible for what is published (LearningDoe s.r.o.). Disclosed in the spirit of Article 50 of the EU AI Act.