I have come accross the following formula:
$ y = \sum\limits_{i=1}^{n} w_i \cdot x_i + b $
The idea that the author wanted to express was to add all products $w_1 \cdot x_1 + w_2 \cdot x_2 \ldots $ and then to add $ b $ once. However, without context, I would have understood the formula to add $ b $ $ n $ times.
Thus my question, is this formula ambiguous, or is it generally understood that $ b $ needs to be added once only, or is the formula written wrongly?