Linear Algebra Matrices
Linear Algebra Matrices
ACKNOWLEDGEMENTS /
INFO
SCALARS, VECTORS AND MATRICES
Scalar: Variable described by a single
number – e.g. Image intensity (pixel
value)
A = 4x3 matrix
Matlab notes ( ; End of matrix row )
21 2 53 A = [ 21 5 53 ; 5 34 12 ; 6 33 55 ; 74 27 3 ]
Result Matrix = ( m x l )
b11 b12
b21 b22
Jen’s way of
b31 b32
visualising the
multiplication
a11 a12 a13 a11b11 + a12b21 + a13b31 a11b12 + a12b22 + a13b32
Mrc = Mcr
Example
Two vectors:
In MATLAB
use the command det(A)" to compute
the determinant of a given square matrix
A
- - - + + +
MATRIX INVERSE - CALCULATIONS
…
SIMPLISTIC NEURAL NETWORK
Weights learned in auto associative manner or given random values…
O = output
vector
I = input vector
W = weight
matrix
Given an input, provide an output… η = Learning
rate
d = Desired
output
t = time
variable
Over time, modify weight matrix to more appropriately reflect desired behaviour
Y
da
ta
ve
ct
or
(V
=
=
ox
el
)
DESIGN MATRIX
X
de
s ig
n
m
at
ri
x
×
pa
r am
= et
er
th s
+
+
eb
et
as
er
(h
ro er
r ve
e:
ct
or 1
to
9)
Y
da
ta
ve
ct
or
(V
=
=
ox
el
)
DESIGN MATRIX
X
de
s ig
n
m
at
ri
x
×
pa
r am
= et
er
th s
+
+
eb
et
as
er
(h
ro er
r ve
e:
ct
or 1
to
9)
QUESTIONS?