Neuron-Math-Simulator
Loading...
Neuron Math Simulator

Neuron-Math-Simulator

Ein wissenschaftlich genaues mathematisches Modell eines einzelnen KI-Neurons.

Passe die Eingaben (x) und Gewichte (w) an. Das Neuron berechnet das Skalarprodukt (z) und wendet eine Aktivierungsfunktion an, um die Ausgabe (y) zu erzeugen.

x 1. Eingaben (x)

w 2. Gewichte (w) & Bias (b)


0.00

f 4. Aktivierungsfunktion

x₁ x₂ x₃ w₁ w₂ w₃ Σ z f(z) b y

3. Mathematische Operationen

Dot Product (Weighted Sum)
z = (x₁ · w₁) + (x₂ · w₂) + (x₃ · w₃) + b
z = (0 × 0) +
(0 × 0) +
(0 × 0) +
0
z = 0.000
Activation
y = f(z)
y =
y = 0.000