Learn Before
Concept

Weighted Sum via Dot Product

A fundamental application of the dot product is the computation of a weighted sum. Given a vector of values xRn\mathbf{x} \in \mathbb{R}^n and a corresponding vector of weights wRn\mathbf{w} \in \mathbb{R}^n, the weighted sum of the elements in x\mathbf{x} based on the weights in w\mathbf{w} can be concisely represented as the dot product xopw\mathbf{x}^ op \mathbf{w}.

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Learn After