Simulatore matematico di neuroni
Loading...
Neuron Math Simulator

Simulatore di matematica del neurone

Un modello matematico scientificamente accurato di un singolo neurone di IA.

Regola gli input (x) e i pesi (w). Il neurone calcola il prodotto scalare (z) e applica una funzione di attivazione per generare l’output (y).

x 1. Input (x)

w 2. Pesi (w) e Bias (b)


0.00

f 4. Funzione di attivazione

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

3. Operazioni matematiche

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