1h
Interactive Lab: The Neural Forge
Neural Forge
Single Perceptron Simulator
System Online
Parameter Controls
1.50
0.80
-0.50
-1.20
0.50
Forward Pass Telemetry
// Calculate the raw pre-activation value (z) using weights and biases
z = (1.50 × 0.80)+(-0.50 × -1.20)+0.50
z = 2.30
// Run z through the activation function to determine the neuron's final output
output = RELU(2.30)
Neuron Output
2.30
Knowledge Check
Ready to test your understanding of Interactive Lab: The Neural Forge?
No Quiz Available