Learn Before
Concept

Multivariate Function

While single-variable calculus deals with functions of one variable, deep learning often requires working with functions of many variables, known as multivariate functions. A multivariate function takes an nn-dimensional input, representing multiple parameters, and evaluates them to produce an output. This is typically written as y=f(x1,x2,,xn)y = f(x_1, x_2, \ldots, x_n), where the variables x1x_1 through xnx_n jointly determine the value of the function.

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Learn After