Loading...

Multiplication

Repeated addition or scaling.

When to use: Linear layers, weighted sums, learning-rate scaling, dot products.

Example: Weighted sum: y = w₁·x₁ + w₂·x₂ + b. GD step: θ_new = θ − α·∇L.

More Foundations Glossary terms