Linear Mapping g4
Linear Mapping g4
Mapping
Objectives
a. Define mappings and functions
:
in the context of linear
transformations
b. Explain the properties of
mappings and functions in the
context of linear transformations
Linear
Linear mapping is a mathematical operation that
Mapping
transforms a set of input values into a set of output
values using a linear function. In machine learning,
linear mapping is often used as a preprocessing step
to transform the input data into a more suitable
format for analysis. Linear mapping can also be used
as a model in itself, such as in linear regression or
linear classifiers.
LINEAR
MAPPING
The linear mapping function can be represented as
follows:
y = Wx + b where x is the input vector, W is the
weight matrix, b is the bias vector, and y is the
output vector. The weight matrix and bias vector are
learned during the training process.
LINEAR
Let V and W be vector spaces over a field K.
MAPPING
A function f: V → W is called a linear map if, for any
vectors u, v ∈ V and a scalar c ∈ K, the following
conditions hold:
• If the transformation is additive in nature: f (u + v) =
f(u) + f(v)
• If they are multiplicative in nature in terms of a
scalar f(cu)=c⋅ f(u)
ZERO/IDENTITY
A linear transformation T: V→V from a vector space
TRANSFORMATION
into itself is called a Linear operator:
PROJECTION
LINEAR TRANSFORMATION AS
PROJECTION