Neural Network Basics

Compute a Weighted Sum

① Learn

A neuron starts by multiplying inputs by weights and adding them together. This weighted sum is the raw signal before any activation function.

② Implement — write it, run it, submit
Goal

Make `total` equal `5.0`.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators